LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
recob::DumpPCAxes::Config Struct Reference

Configuration parameters. More...

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagPCAxisModuleLabel
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< bool > PrintHexFloats
 

Detailed Description

Configuration parameters.

Definition at line 46 of file DumpPCAxes_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<std::string> recob::DumpPCAxes::Config::OutputCategory
Initial value:
{
Name ("OutputCategory"),
Comment("the category used for the output (useful for filtering) [\"DumpPCAxes\"]"),
"DumpPCAxes"
}

Definition at line 54 of file DumpPCAxes_module.cc.

fhicl::Atom<art::InputTag> recob::DumpPCAxes::Config::PCAxisModuleLabel
Initial value:
{
Name ("PCAxisModuleLabel"),
Comment("label of the producer used to create the recob::PCAxis collection to be dumped")
}

Definition at line 50 of file DumpPCAxes_module.cc.

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

Definition at line 59 of file DumpPCAxes_module.cc.


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