LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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::string > OutputCategory
 
fhicl::Atom< unsigned int > HitsPerLine
 

Detailed Description

Configuration object.

Definition at line 56 of file DumpClusters_module.cc.

Member Typedef Documentation

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 60 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 67 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 63 of file DumpClusters_module.cc.


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