All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | Public Attributes | List of all members
sbn::TriggerEmulationTree::Config Struct Reference

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
 

Detailed Description

Definition at line 100 of file TriggerEmulationTree_module.cc.

Member Typedef Documentation

Definition at line 102 of file TriggerEmulationTree_module.cc.

Definition at line 101 of file TriggerEmulationTree_module.cc.

Definition at line 118 of file TriggerEmulationTree_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> sbn::TriggerEmulationTree::Config::BeamGateProducer
Initial value:
{
Name("BeamGateProducer"),
}

Definition at line 120 of file TriggerEmulationTree_module.cc.

fhicl::Sequence<TriggerSpecConfigTable> sbn::TriggerEmulationTree::Config::EmulatedTriggers
Initial value:
{
Name("EmulatedTriggers"),
}

Definition at line 132 of file TriggerEmulationTree_module.cc.

fhicl::Atom<std::string> sbn::TriggerEmulationTree::Config::LogCategory
Initial value:
{
Name("LogCategory"),
Comment("label for output messages of this module instance"),
"TriggerEmulationTree"
}

Definition at line 143 of file TriggerEmulationTree_module.cc.

fhicl::Atom<std::string> sbn::TriggerEmulationTree::Config::TreeName
Initial value:
{
Name("TreeName"),
Comment("name of the output ROOT tree"),
"TriggerEmu"
}

Definition at line 137 of file TriggerEmulationTree_module.cc.

fhicl::Atom<art::InputTag> sbn::TriggerEmulationTree::Config::TriggerProducer
Initial value:
{
Name("TriggerProducer"),
}

Definition at line 126 of file TriggerEmulationTree_module.cc.


The documentation for this struct was generated from the following file: