Public Types | Public Attributes | List of all members
detsim::DumpRawDigits::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagDetSimModuleLabel
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< unsigned int > DigitsPerLine
 
fhicl::Atom< Pedestal_tPedestal
 

Detailed Description

Definition at line 64 of file DumpRawDigits_module.cc.

Member Typedef Documentation

Definition at line 66 of file DumpRawDigits_module.cc.

Definition at line 65 of file DumpRawDigits_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> detsim::DumpRawDigits::Config::DetSimModuleLabel
Initial value:
{
Name("DetSimModuleLabel"),
Comment("tag of producer used to create the raw::RawDigit collection"),
"daq"
}

Definition at line 68 of file DumpRawDigits_module.cc.

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

Definition at line 80 of file DumpRawDigits_module.cc.

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

Definition at line 74 of file DumpRawDigits_module.cc.

fhicl::Atom<Pedestal_t> detsim::DumpRawDigits::Config::Pedestal
Initial value:
{
Name("Pedestal"),
Comment("digit values are written relative to this number"),
0
}

Definition at line 86 of file DumpRawDigits_module.cc.


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