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

Configuration parameters. More...

Public Types

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

Public Attributes

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

Detailed Description

Configuration parameters.

Definition at line 49 of file DumpSpacePoints_module.cc.

Member Typedef Documentation

Definition at line 51 of file DumpSpacePoints_module.cc.

Definition at line 50 of file DumpSpacePoints_module.cc.

Member Data Documentation

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

Definition at line 57 of file DumpSpacePoints_module.cc.

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

Definition at line 62 of file DumpSpacePoints_module.cc.

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

Definition at line 53 of file DumpSpacePoints_module.cc.


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