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

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

Public Types

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

Public Attributes

fhicl::OptionalSequence< art::InputTagInputTruth
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< boolAllowNoTruth
 

Detailed Description

Collection of configuration parameters for the module.

Definition at line 43 of file DumpGTruth_module.cc.

Member Typedef Documentation

Definition at line 44 of file DumpGTruth_module.cc.

Definition at line 45 of file DumpGTruth_module.cc.

Definition at line 43 of file DumpGTruth_module.cc.

Definition at line 44 of file DumpGTruth_module.cc.

Member Data Documentation

fhicl::Atom< bool > sim::DumpGTruth::Config::AllowNoTruth
Initial value:
{
Name("AllowNoTruth"),
Comment("when InputTruth is empty, allow for no truth to be found"),
false
}

Definition at line 58 of file DumpGTruth_module.cc.

fhicl::OptionalSequence< art::InputTag > sim::DumpGTruth::Config::InputTruth
Initial value:
{
Name("InputTruth"),
Comment("data product with the collection of GENIE truth to be dumped")
}

Definition at line 47 of file DumpGTruth_module.cc.

fhicl::Atom< std::string > sim::DumpGTruth::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("name of the output stream (managed by the message facility)"),
"DumpGTruth"
}

Definition at line 52 of file DumpGTruth_module.cc.


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