LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
caldata::DumpWires::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagCalWireModuleLabel
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< unsigned int > DigitsPerLine
 

Detailed Description

Definition at line 71 of file DumpWires_module.cc.

Member Typedef Documentation

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 75 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 87 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 81 of file DumpWires_module.cc.


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