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

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::OptionalAtom
< art::InputTag > 
TriggerTag
 
fhicl::OptionalAtom
< art::InputTag > 
BeamGateTag
 
fhicl::OptionalAtom
< art::InputTag > 
ExternalTriggerTag
 
fhicl::OptionalAtom
< art::InputTag > 
ExtraTriggerTag
 
fhicl::Atom< unsigned int > Verbosity
 
fhicl::Atom< std::string > OutputCategory
 

Detailed Description

Definition at line 100 of file DumpTrigger_module.cc.

Member Typedef Documentation

using sbn::DumpTrigger::Config::Comment = fhicl::Comment

Definition at line 103 of file DumpTrigger_module.cc.

using sbn::DumpTrigger::Config::Name = fhicl::Name

Definition at line 102 of file DumpTrigger_module.cc.

Member Data Documentation

fhicl::OptionalAtom<art::InputTag> sbn::DumpTrigger::Config::BeamGateTag
Initial value:
{
Name{ "BeamGateTag" },
Comment{ "tag of the beam gate information data product" }
}

Definition at line 111 of file DumpTrigger_module.cc.

fhicl::OptionalAtom<art::InputTag> sbn::DumpTrigger::Config::ExternalTriggerTag
Initial value:
{
Name{ "ExternalTriggerTag" },
"tag of additional trigger information data product"
" (raw::ExternalTrigger collection)"
}
}

Definition at line 116 of file DumpTrigger_module.cc.

fhicl::OptionalAtom<art::InputTag> sbn::DumpTrigger::Config::ExtraTriggerTag
Initial value:
{
Name{ "ExtraTriggerTag" },
Comment{ "tag of detailed SBN-specific trigger information data product" }
}

Definition at line 124 of file DumpTrigger_module.cc.

fhicl::Atom<std::string> sbn::DumpTrigger::Config::OutputCategory
Initial value:
{
Name{ "OutputCategory" },
Comment{ "name of the category used for the output" },
"DumpTrigger"
}

Definition at line 135 of file DumpTrigger_module.cc.

fhicl::OptionalAtom<art::InputTag> sbn::DumpTrigger::Config::TriggerTag
Initial value:
{
Name{ "TriggerTag" },
{ "tag of the simple trigger data product (raw::Trigger collection)" }
}

Definition at line 105 of file DumpTrigger_module.cc.

fhicl::Atom<unsigned int> sbn::DumpTrigger::Config::Verbosity
Initial value:
{
Name{ "Verbosity" },
Comment{ "verbosity level [default: maximum]" },
std::numeric_limits<unsigned int>::max()
}

Definition at line 129 of file DumpTrigger_module.cc.


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