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

Configuration object. More...

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagClusterModuleLabel
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< unsigned int > HitsPerLine
 

Detailed Description

Configuration object.

Definition at line 58 of file DumpClusters_module.cc.

Member Typedef Documentation

Definition at line 59 of file DumpClusters_module.cc.

Definition at line 60 of file DumpClusters_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> recob::DumpClusters::Config::ClusterModuleLabel
Initial value:
{
Name("ClusterModuleLabel"),
Comment("input tag for the clusters to be dumped")
}

Definition at line 62 of file DumpClusters_module.cc.

fhicl::Atom<unsigned int> recob::DumpClusters::Config::HitsPerLine
Initial value:
{
Name("HitsPerLine"),
Comment("number of hits per line (0 suppresses hit dumping)"),
20U
}

Definition at line 71 of file DumpClusters_module.cc.

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

Definition at line 66 of file DumpClusters_module.cc.


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