Public Types | Public Attributes | List of all members
sim::POTaccumulator::Config Struct Reference

Collection of configuration parameters for the module. More...

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagSummaryTag
 
fhicl::Atom< std::stringSummaryCategory
 
fhicl::Atom< std::stringRunSummaryCategory
 

Detailed Description

Collection of configuration parameters for the module.

Definition at line 74 of file POTaccumulator_module.cc.

Member Typedef Documentation

Definition at line 76 of file POTaccumulator_module.cc.

Definition at line 75 of file POTaccumulator_module.cc.

Member Data Documentation

fhicl::Atom<std::string> sim::POTaccumulator::Config::RunSummaryCategory
Initial value:
{
Name("RunSummaryCategory"),
Comment("name of the output category the summary is sent to"),
""
}

Definition at line 89 of file POTaccumulator_module.cc.

fhicl::Atom<std::string> sim::POTaccumulator::Config::SummaryCategory
Initial value:
{
Name("SummaryCategory"),
Comment("name of the output category the summary is sent to"),
"POTaccumulator"
}

Definition at line 83 of file POTaccumulator_module.cc.

fhicl::Atom<art::InputTag> sim::POTaccumulator::Config::SummaryTag
Initial value:
{
Name("SummaryTag"),
Comment("data product (subrun level) with the summary information"),
"generator"}

Definition at line 78 of file POTaccumulator_module.cc.


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