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

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagSeedModuleLabel
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< boolPrintHexFloats
 

Detailed Description

Definition at line 50 of file DumpSeeds_module.cc.

Member Typedef Documentation

Definition at line 53 of file DumpSeeds_module.cc.

Definition at line 52 of file DumpSeeds_module.cc.

Member Data Documentation

fhicl::Atom<std::string> recob::DumpSeeds::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("name of the message facility category to be used for output"),
"DumpSeeds"
}

Definition at line 60 of file DumpSeeds_module.cc.

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

Definition at line 66 of file DumpSeeds_module.cc.

fhicl::Atom<art::InputTag> recob::DumpSeeds::Config::SeedModuleLabel
Initial value:
{
Name("SeedModuleLabel"),
Comment("tag of the recob::Seed collection data product to be dumped")
}

Definition at line 55 of file DumpSeeds_module.cc.


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