LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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::string > SummaryCategory
 
fhicl::Atom< std::string > RunSummaryCategory
 

Detailed Description

Collection of configuration parameters for the module.

Definition at line 74 of file POTaccumulator_module.cc.

Member Typedef Documentation

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: