LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::EmptyEvent::Config Struct Reference

Classes

struct  KeysToIgnore
 

Public Attributes

Atom< std::string > module_type {Name("module_type")}
 
TableFragment< DRISI::Configdrisi_config
 
Atom< int > numberEventsInRun
 
Atom< int > numberEventsInSubRun
 
Atom< uint32_t > eventCreationDelay {Name("eventCreationDelay"), 0u}
 
Atom< bool > resetEventOnSubRun {Name("resetEventOnSubRun"), true}
 
OptionalAtom< RunNumber_tfirstRun {Name("firstRun")}
 
OptionalAtom< SubRunNumber_tfirstSubRun {Name("firstSubRun")}
 
OptionalAtom< EventNumber_tfirstEvent {Name("firstEvent")}
 
OptionalDelegatedParameter timestampPlugin
 

Detailed Description

Definition at line 40 of file EmptyEvent_source.cc.

Member Data Documentation

TableFragment<DRISI::Config> art::EmptyEvent::Config::drisi_config

Definition at line 43 of file EmptyEvent_source.cc.

Atom<uint32_t> art::EmptyEvent::Config::eventCreationDelay {Name("eventCreationDelay"), 0u}

Definition at line 48 of file EmptyEvent_source.cc.

OptionalAtom<EventNumber_t> art::EmptyEvent::Config::firstEvent {Name("firstEvent")}

Definition at line 52 of file EmptyEvent_source.cc.

OptionalAtom<RunNumber_t> art::EmptyEvent::Config::firstRun {Name("firstRun")}

Definition at line 50 of file EmptyEvent_source.cc.

OptionalAtom<SubRunNumber_t> art::EmptyEvent::Config::firstSubRun {Name("firstSubRun")}

Definition at line 51 of file EmptyEvent_source.cc.

Atom<std::string> art::EmptyEvent::Config::module_type {Name("module_type")}

Definition at line 42 of file EmptyEvent_source.cc.

Atom<int> art::EmptyEvent::Config::numberEventsInRun
Initial value:
{Name("numberEventsInRun"),
drisi_config().maxEvents()}

Definition at line 44 of file EmptyEvent_source.cc.

Atom<int> art::EmptyEvent::Config::numberEventsInSubRun
Initial value:
{Name("numberEventsInSubRun"),
drisi_config().maxSubRuns()}

Definition at line 46 of file EmptyEvent_source.cc.

Atom<bool> art::EmptyEvent::Config::resetEventOnSubRun {Name("resetEventOnSubRun"), true}

Definition at line 49 of file EmptyEvent_source.cc.

OptionalDelegatedParameter art::EmptyEvent::Config::timestampPlugin
Initial value:
{
Name("timestampPlugin"),
Comment(
"The 'timestampPlugin' parameter must be a FHiCL table\n"
"of the form:\n\n"
" timestampPlugin: {\n"
" plugin_type: <plugin specification>\n"
" ...\n"
" }\n\n"
"See the notes in art/Framework/Core/EmptyEventTimestampPlugin.h\n"
"for more details.")}

Definition at line 53 of file EmptyEvent_source.cc.


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