Public Types | Public Attributes | List of all members
caldata::DumpWires::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagCalWireModuleLabel
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< unsigned int > DigitsPerLine
 

Detailed Description

Definition at line 74 of file DumpWires_module.cc.

Member Typedef Documentation

Definition at line 76 of file DumpWires_module.cc.

Definition at line 75 of file DumpWires_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> caldata::DumpWires::Config::CalWireModuleLabel
Initial value:
{
Name("CalWireModuleLabel"),
Comment("tag of producer used to create the recob::Wire collection"),
"caldata"
}

Definition at line 78 of file DumpWires_module.cc.

fhicl::Atom<unsigned int> caldata::DumpWires::Config::DigitsPerLine
Initial value:
{
Name("DigitsPerLine"),
Comment("number of digits printed per line (0: don't print digits)"),
20
}

Definition at line 90 of file DumpWires_module.cc.

fhicl::Atom<std::string> caldata::DumpWires::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("the messagefacility category used for the output"),
"DumpWires"
}

Definition at line 84 of file DumpWires_module.cc.


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