ATLAS Offline Software
Loading...
Searching...
No Matches
TrigT2ZdcSignals_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef xAODTrigMinBias_TrigT2ZdcSignals_V1_H
6#define xAODTrigMinBias_TrigT2ZdcSignals_V1_H
7
9
10namespace xAOD {
11
13 public:
16
17 //destructor
19
21 const std::vector<float> &triggerEnergies() const;
22
23 void setTriggerEnergies(const std::vector<float> &trigEg);
24
26 const std::vector<float> &triggerTimes() const;
27
28 void setTriggerTimes(const std::vector<float> &trigTm);
29
31 void print(void) const;
32
34 static const unsigned int NUM_ZDC = 8;
35 };
36}
37
38#endif
Base class for elements of a container that can have aux data.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
const std::vector< float > & triggerEnergies() const
Return the trigger energies of each counter.
void setTriggerEnergies(const std::vector< float > &trigEg)
void print(void) const
Prints out data members to std::cout.
static const unsigned int NUM_ZDC
A data member to contain the number of ZDC signals.
const std::vector< float > & triggerTimes() const
Return the relative times of the triggers.
void setTriggerTimes(const std::vector< float > &trigTm)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.