LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
recob::DumpPFParticles::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagPFModuleLabel
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< bool > PrintHexFloats
 
fhicl::OptionalAtom< unsigned int > MaxDepth
 
fhicl::Atom< bool > MakeParticleGraphs
 

Detailed Description

Definition at line 133 of file DumpPFParticles_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<bool> recob::DumpPFParticles::Config::MakeParticleGraphs
Initial value:
{
Name("MakeParticleGraphs"),
Comment("creates a DOT file with particle information for each event"),
false}

Definition at line 154 of file DumpPFParticles_module.cc.

fhicl::OptionalAtom<unsigned int> recob::DumpPFParticles::Config::MaxDepth
Initial value:
{
Name("MaxDepth"),
Comment("at most this number of particle generations will be printed")}

Definition at line 150 of file DumpPFParticles_module.cc.

fhicl::Atom<std::string> recob::DumpPFParticles::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("message facility category used for output (for filtering)"),
"DumpPFParticles"}

Definition at line 141 of file DumpPFParticles_module.cc.

fhicl::Atom<art::InputTag> recob::DumpPFParticles::Config::PFModuleLabel
Initial value:
{
Name("PFModuleLabel"),
Comment("label of producer of the recob::PFParticle to be dumped")}

Definition at line 137 of file DumpPFParticles_module.cc.

fhicl::Atom<bool> recob::DumpPFParticles::Config::PrintHexFloats
Initial value:
{Name("PrintHexFloats"),
Comment("print all the floating point numbers in base 16"),
false}

Definition at line 146 of file DumpPFParticles_module.cc.


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