Public Attributes | List of all members
butcher::EventButcherConfig Struct Reference

Public Attributes

fhicl::Atom< std::stringinRawTag
 
fhicl::Atom< std::stringinSigTag
 
fhicl::Atom< std::stringoutRawTag
 
fhicl::Atom< std::stringoutSigTag
 
fhicl::Atom< std::stringoutAssnTag
 
fhicl::Atom< int > ndrop
 
fhicl::Atom< int > nkeep
 
fhicl::Atom< double > sigscale
 

Detailed Description

Definition at line 13 of file EventButcher_module.cc.

Member Data Documentation

fhicl::Atom<std::string> butcher::EventButcherConfig::inRawTag
Initial value:
{
fhicl::Name("inRawTag"),
fhicl::Comment("Input tag for the raw::RawDigit collection.") }

Definition at line 17 of file EventButcher_module.cc.

fhicl::Atom<std::string> butcher::EventButcherConfig::inSigTag
Initial value:
{ fhicl::Name("inSigTag"),
fhicl::Comment("Input tag for the recob::Wire collection.") }

Definition at line 21 of file EventButcher_module.cc.

fhicl::Atom<int> butcher::EventButcherConfig::ndrop
Initial value:
{ fhicl::Name("ndrop"),
fhicl::Comment("Number of ticks from start of waveform to drop"),
0 }

Definition at line 39 of file EventButcher_module.cc.

fhicl::Atom<int> butcher::EventButcherConfig::nkeep
Initial value:
{ fhicl::Name("nkeep"),
fhicl::Comment("Number of remaining ticks to keep after initial drop"),
-1 }

Definition at line 42 of file EventButcher_module.cc.

fhicl::Atom<std::string> butcher::EventButcherConfig::outAssnTag
Initial value:
{
fhicl::Name("outAssnTag"),
fhicl::Comment("Label the output associations."),
"rawsigassns" }

Definition at line 34 of file EventButcher_module.cc.

fhicl::Atom<std::string> butcher::EventButcherConfig::outRawTag
Initial value:
{
fhicl::Name("outRawTag"),
fhicl::Comment("Label the output raw::RawDigit collection."),
"truncraw"}

Definition at line 24 of file EventButcher_module.cc.

fhicl::Atom<std::string> butcher::EventButcherConfig::outSigTag
Initial value:
{
fhicl::Name("outSigTag"),
fhicl::Comment("Label the output recob::Wire collection."),
"truncsig"}

Definition at line 29 of file EventButcher_module.cc.

fhicl::Atom<double> butcher::EventButcherConfig::sigscale
Initial value:
{ fhicl::Name("sigscale"),
fhicl::Comment("A multiplicative scale factor applied to the output recob::Wires"),
1.0 }

Definition at line 46 of file EventButcher_module.cc.


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