LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
sim::DumpGTruth::Config Struct Reference

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

Public Types

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

Public Attributes

fhicl::OptionalSequence< art::InputTagInputTruth
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< bool > AllowNoTruth
 

Detailed Description

Collection of configuration parameters for the module.

Definition at line 43 of file DumpGTruth_module.cc.

Member Typedef Documentation

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: