![]() |
ATLAS Offline Software
|
#include <TrigT2MbtsBits.h>
Public Member Functions | |
| TrigT2MbtsBits (void) | |
| TrigT2MbtsBits (const std::vector< float > &triggerEnergies, const std::vector< float > &triggerTimes) | |
| ~TrigT2MbtsBits (void) | |
| const std::vector< float > & | triggerEnergies (void) const |
| Return the trigger energies of each counter. | |
| const std::vector< float > & | triggerTimes (void) const |
| Return the relative times of the triggers. | |
| void | print (void) const |
| Prints out data members to std::cout. | |
| void | print (MsgStream &log) const |
| Prints out data members to MsgStream. | |
Static Public Attributes | |
| static const int | NUM_MBTS = 32 |
| A data member to contain the number of MBTS counters. | |
Private Attributes | |
| std::vector< float > | m_triggerEnergies |
| std::vector< float > | m_triggerTimes |
A class to contain the DSP energies and times of each MBTS counter.
Definition at line 19 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h.
| TrigT2MbtsBits::TrigT2MbtsBits | ( | void | ) |
Definition at line 8 of file TrigT2MbtsBits.cxx.
| TrigT2MbtsBits::TrigT2MbtsBits | ( | const std::vector< float > & | triggerEnergies, |
| const std::vector< float > & | triggerTimes ) |
Definition at line 12 of file TrigT2MbtsBits.cxx.
| TrigT2MbtsBits::~TrigT2MbtsBits | ( | void | ) |
Definition at line 21 of file TrigT2MbtsBits.cxx.
| void TrigT2MbtsBits::print | ( | MsgStream & | log | ) | const |
Prints out data members to MsgStream.
Definition at line 47 of file TrigT2MbtsBits.cxx.
| void TrigT2MbtsBits::print | ( | void | ) | const |
Prints out data members to std::cout.
Definition at line 25 of file TrigT2MbtsBits.cxx.
|
inline |
Return the trigger energies of each counter.
Definition at line 28 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h.
|
inline |
Return the relative times of the triggers.
Definition at line 31 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h.
|
private |
Definition at line 43 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h.
|
private |
Definition at line 44 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h.
|
static |
A data member to contain the number of MBTS counters.
Definition at line 40 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h.