![]() |
ATLAS Offline Software
|
#include <TrigT2MbtsBits_v1.h>
Public Member Functions | |
| TrigT2MbtsBits_v1 () | |
| default ctor | |
| ~TrigT2MbtsBits_v1 () | |
| const std::vector< float > & | triggerEnergies () const |
| Return the trigger energies of each counter. | |
| void | setTriggerEnergies (const std::vector< float > &trigEg) |
| const std::vector< float > & | triggerTimes () const |
| Return the relative times of the triggers. | |
| void | setTriggerTimes (const std::vector< float > &trigTm) |
| void | print (void) const |
| Prints out data members to std::cout. | |
Static Public Attributes | |
| static const unsigned int | NUM_MBTS = 32 |
| Prints out data members to MsgStream. | |
Definition at line 14 of file TrigT2MbtsBits_v1.h.
| xAOD::TrigT2MbtsBits_v1::TrigT2MbtsBits_v1 | ( | ) |
default ctor
Definition at line 15 of file TrigT2MbtsBits_v1.cxx.
| xAOD::TrigT2MbtsBits_v1::~TrigT2MbtsBits_v1 | ( | ) |
Definition at line 19 of file TrigT2MbtsBits_v1.cxx.
| void xAOD::TrigT2MbtsBits_v1::print | ( | void | ) | const |
Prints out data members to std::cout.
Definition at line 22 of file TrigT2MbtsBits_v1.cxx.
Return the trigger energies of each counter.
Return the relative times of the triggers.
Prints out data members to MsgStream.
A data member to contain the number of MBTS counters
Definition at line 39 of file TrigT2MbtsBits_v1.h.