All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
pmtana::PedAlgoFixed::Config Struct Reference

#include <PedAlgoFixed.h>

Public Attributes

fhicl::Atom< std::string > Name
 
fhicl::Atom< std::string > WaveformTag
 
fhicl::Atom< std::string > PedestalTag
 
fhicl::OptionalAtom< std::string > RMSTag
 

Detailed Description

Definition at line 81 of file PedAlgoFixed.h.

Member Data Documentation

fhicl::Atom<std::string> pmtana::PedAlgoFixed::Config::Name
Initial value:
{
fhicl::Name{ "Name" },
fhicl::Comment
{ "Name of this algorithm [mandatory in the ophit miniframework]" },
"Fixed"
}

Definition at line 82 of file PedAlgoFixed.h.

fhicl::Atom<std::string> pmtana::PedAlgoFixed::Config::PedestalTag
Initial value:
{
fhicl::Name{ "PedestalTag" },
fhicl::Comment{ "Tag of the data product with input pedestal levels." }
}

Definition at line 92 of file PedAlgoFixed.h.

fhicl::OptionalAtom<std::string> pmtana::PedAlgoFixed::Config::RMSTag
Initial value:
{
fhicl::Name{ "RMSTag" },
fhicl::Comment{
"Tag of the data product with input pedestal RMS [default: like "
+ PedestalTag.name() + "]."
}
}

Definition at line 96 of file PedAlgoFixed.h.

fhicl::Atom<std::string> pmtana::PedAlgoFixed::Config::WaveformTag
Initial value:
{
fhicl::Name{ "WaveformTag" },
fhicl::Comment{ "Tag of the data product with input waveforms." }
}

Definition at line 88 of file PedAlgoFixed.h.


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