#include <mimotera++/MimoteraEvent.hh>
Public Member Functions | |
MimoteraInfo () | |
void | print (std::ostream &os) const |
Public Attributes | |
int | _globalFrameNo |
short | _frameInPacket |
short | _triggeredFrameAB |
short | _triggerNo |
Note that for historical reasons, the MimoteraInfo block was called MimoteraHeader in the past even if it was at the end of the event data block.
examples/convert2ROOT.cxx, and examples/createDummyData.cxx.
Definition at line 73 of file MimoteraEvent.hh.
Mimotera::MimoteraInfo::MimoteraInfo | ( | ) | [inline] |
Default (empty) constructor
Definition at line 83 of file MimoteraEvent.hh.
void Mimotera::MimoteraInfo::print | ( | std::ostream & | os | ) | const |
Sreamer
Referenced by Mimotera::operator<<().
The number of frames in the packet
Definition at line 98 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraReader::readNextEvent(), and Mimotera::MimoteraEvent::setInfo().
The global frame number
Definition at line 94 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraReader::readNextEvent(), and Mimotera::MimoteraEvent::setInfo().
Identify which was the frame (A or B) to receive the trigger
Definition at line 102 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraReader::readNextEvent(), and Mimotera::MimoteraEvent::setInfo().
Identify which was the frame in the packet to receive the trigger
Definition at line 106 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraReader::readNextEvent(), and Mimotera::MimoteraEvent::setInfo().