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

Public Types

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

Public Attributes

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

Detailed Description

Definition at line 50 of file DumpSeeds_module.cc.

Member Typedef Documentation

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: