#include <TrigT2MbtsBits.h>
- Author
- W. H. Bell W.Bel.nosp@m.l@ce.nosp@m.rn.ch
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() [1/2]
TrigT2MbtsBits::TrigT2MbtsBits |
( |
void |
| ) |
|
◆ TrigT2MbtsBits() [2/2]
TrigT2MbtsBits::TrigT2MbtsBits |
( |
const std::vector< float > & |
triggerEnergies, |
|
|
const std::vector< float > & |
triggerTimes |
|
) |
| |
◆ ~TrigT2MbtsBits()
TrigT2MbtsBits::~TrigT2MbtsBits |
( |
void |
| ) |
|
◆ print() [1/2]
void TrigT2MbtsBits::print |
( |
MsgStream & |
log | ) |
const |
Prints out data members to MsgStream.
Definition at line 47 of file TrigT2MbtsBits.cxx.
48 std::vector<float>::const_iterator itr;
49 std::vector<float>::const_iterator itr_end;
54 for(;itr != itr_end; ++itr) {
62 for(;itr != itr_end; ++itr) {
◆ print() [2/2]
void TrigT2MbtsBits::print |
( |
void |
| ) |
const |
Prints out data members to std::cout.
Definition at line 25 of file TrigT2MbtsBits.cxx.
26 std::vector<float>::const_iterator itr;
27 std::vector<float>::const_iterator itr_end;
31 std::cout <<
"m_triggerEnergies = {";
32 for(;itr != itr_end; ++itr) {
33 std::cout << (*itr) <<
",";
35 std::cout <<
"}" << std::endl;
39 std::cout <<
"m_triggerTimes = {";
40 for(;itr != itr_end; ++itr) {
41 std::cout << (*itr) <<
",";
43 std::cout <<
"}" << std::endl;
◆ triggerEnergies()
const std::vector<float>& TrigT2MbtsBits::triggerEnergies |
( |
void |
| ) |
const |
|
inline |
◆ triggerTimes()
const std::vector<float>& TrigT2MbtsBits::triggerTimes |
( |
void |
| ) |
const |
|
inline |
◆ m_triggerEnergies
std::vector<float> TrigT2MbtsBits::m_triggerEnergies |
|
private |
◆ m_triggerTimes
std::vector<float> TrigT2MbtsBits::m_triggerTimes |
|
private |
◆ NUM_MBTS
const int TrigT2MbtsBits::NUM_MBTS = 32 |
|
static |
The documentation for this class was generated from the following files: