LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
detsim::DumpOpDetWaveforms::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagOpDetWaveformsTag
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< unsigned int > DigitsPerLine
 
fhicl::Atom< raw::ADC_Count_tPedestal
 

Detailed Description

Definition at line 57 of file DumpOpDetWaveforms_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<unsigned int> detsim::DumpOpDetWaveforms::Config::DigitsPerLine
Initial value:
{
Name("DigitsPerLine"),
("the dump of ADC readings will put this many of them for each line"),
20U
}

Definition at line 73 of file DumpOpDetWaveforms_module.cc.

fhicl::Atom<art::InputTag> detsim::DumpOpDetWaveforms::Config::OpDetWaveformsTag
Initial value:
{
Name("OpDetWaveformsTag"),
Comment("input tag of the raw::OpDetWaveform collection to be dumped")
}

Definition at line 62 of file DumpOpDetWaveforms_module.cc.

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

Definition at line 67 of file DumpOpDetWaveforms_module.cc.

fhicl::Atom<raw::ADC_Count_t> detsim::DumpOpDetWaveforms::Config::Pedestal
Initial value:
{
Name("Pedestal"),
Comment("ADC readings are written relative to this number"),
0
}

Definition at line 80 of file DumpOpDetWaveforms_module.cc.


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