Data structure for the global trigger data in the tree. More...
Public Attributes | |
unsigned int | beamType = 0U |
std::uint64_t | triggerTime = 0ULL |
std::uint64_t | beamGateTime = 0ULL |
unsigned int | triggerID = 0U |
unsigned int | gateID = 0U |
Static Public Attributes | |
static constexpr char | branchDef [] = "beamType/i:triggerTime/l:beamGateTime/l:triggerID/i:gateID/i" |
Data structure for the global trigger data in the tree.
Definition at line 174 of file TriggerEmulationTree_module.cc.
std::uint64_t sbn::TriggerEmulationTree::GlobalTriggerInfo_t::beamGateTime = 0ULL |
Definition at line 180 of file TriggerEmulationTree_module.cc.
unsigned int sbn::TriggerEmulationTree::GlobalTriggerInfo_t::beamType = 0U |
Definition at line 178 of file TriggerEmulationTree_module.cc.
|
static |
Definition at line 176 of file TriggerEmulationTree_module.cc.
unsigned int sbn::TriggerEmulationTree::GlobalTriggerInfo_t::gateID = 0U |
Definition at line 182 of file TriggerEmulationTree_module.cc.
unsigned int sbn::TriggerEmulationTree::GlobalTriggerInfo_t::triggerID = 0U |
Definition at line 181 of file TriggerEmulationTree_module.cc.
std::uint64_t sbn::TriggerEmulationTree::GlobalTriggerInfo_t::triggerTime = 0ULL |
Definition at line 179 of file TriggerEmulationTree_module.cc.