All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::InputTag > ClusterModuleLabel
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< unsigned int > HitsPerLine
 

Detailed Description

Configuration object.

Definition at line 58 of file DumpClusters_module.cc.

Member Typedef Documentation

using recob::DumpClusters::Config::Comment = fhicl::Comment

Definition at line 59 of file DumpClusters_module.cc.

using recob::DumpClusters::Config::Name = fhicl::Name

Definition at line 60 of file DumpClusters_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> recob::DumpClusters::Config::ClusterModuleLabel
Initial value:
{
Name("ClusterModuleLabel"),
}

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: