Data structure for basic event information in simple ROOT trees. More...
Public Attributes | |
unsigned int | run |
Run number. More... | |
unsigned int | subrun |
Subrun number. More... | |
unsigned int | event |
Event number. More... | |
SplitTimestamp_t | timestamp |
Event timestamp (seconds from the epoch). More... | |
Data structure for basic event information in simple ROOT trees.
Definition at line 557 of file PMTDecoder_tool.cc.
unsigned int daq::PMTDecoder::TreeData_EventID_t::event |
Event number.
Definition at line 560 of file PMTDecoder_tool.cc.
unsigned int daq::PMTDecoder::TreeData_EventID_t::run |
Run number.
Definition at line 558 of file PMTDecoder_tool.cc.
unsigned int daq::PMTDecoder::TreeData_EventID_t::subrun |
Subrun number.
Definition at line 559 of file PMTDecoder_tool.cc.
SplitTimestamp_t daq::PMTDecoder::TreeData_EventID_t::timestamp |
Event timestamp (seconds from the epoch).
Definition at line 561 of file PMTDecoder_tool.cc.