Classes | |
struct | TriggerSpecConfig |
Information on a single trigger source for the tree. More... | |
Public Types | |
using | Name = fhicl::Name |
using | Comment = fhicl::Comment |
using | TriggerSpecConfigTable = fhicl::TableAs< TriggerInputSpec_t, TriggerSpecConfig > |
Public Attributes | |
fhicl::Atom< art::InputTag > | BeamGateProducer |
fhicl::Atom< art::InputTag > | TriggerProducer |
fhicl::Sequence < TriggerSpecConfigTable > | EmulatedTriggers |
fhicl::Atom< std::string > | TreeName |
fhicl::Atom< std::string > | LogCategory |
Definition at line 100 of file TriggerEmulationTree_module.cc.
using sbn::TriggerEmulationTree::Config::Comment = fhicl::Comment |
Definition at line 102 of file TriggerEmulationTree_module.cc.
using sbn::TriggerEmulationTree::Config::Name = fhicl::Name |
Definition at line 101 of file TriggerEmulationTree_module.cc.
using sbn::TriggerEmulationTree::Config::TriggerSpecConfigTable = fhicl::TableAs<TriggerInputSpec_t, TriggerSpecConfig> |
Definition at line 118 of file TriggerEmulationTree_module.cc.
fhicl::Atom<art::InputTag> sbn::TriggerEmulationTree::Config::BeamGateProducer |
Definition at line 120 of file TriggerEmulationTree_module.cc.
fhicl::Sequence<TriggerSpecConfigTable> sbn::TriggerEmulationTree::Config::EmulatedTriggers |
Definition at line 132 of file TriggerEmulationTree_module.cc.
fhicl::Atom<std::string> sbn::TriggerEmulationTree::Config::LogCategory |
Definition at line 143 of file TriggerEmulationTree_module.cc.
fhicl::Atom<std::string> sbn::TriggerEmulationTree::Config::TreeName |
Definition at line 137 of file TriggerEmulationTree_module.cc.
fhicl::Atom<art::InputTag> sbn::TriggerEmulationTree::Config::TriggerProducer |
Definition at line 126 of file TriggerEmulationTree_module.cc.