Public Types | Public Attributes | List of all members
recob::DumpPFParticles::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagPFModuleLabel
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< boolPrintHexFloats
 
fhicl::OptionalAtom< unsigned int > MaxDepth
 
fhicl::Atom< boolMakeParticleGraphs
 

Detailed Description

Definition at line 134 of file DumpPFParticles_module.cc.

Member Typedef Documentation

Definition at line 136 of file DumpPFParticles_module.cc.

Definition at line 135 of file DumpPFParticles_module.cc.

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 160 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 155 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 143 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 138 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 149 of file DumpPFParticles_module.cc.


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