Public Attributes | List of all members
cheat::BackTracker::fhiclConfig Struct Reference

#include <BackTracker.h>

Public Attributes

fhicl::Atom< art::InputTagG4ModuleLabel
 
fhicl::Atom< art::InputTagSimChannelModuleLabel
 
fhicl::Atom< art::InputTagDefaultHitModuleLabel
 
fhicl::Atom< double > MinHitEnergyFraction
 
fhicl::Atom< boolOverrideRealData
 
fhicl::Atom< double > HitTimeRMS
 

Detailed Description

Definition at line 42 of file BackTracker.h.

Member Data Documentation

fhicl::Atom<art::InputTag> cheat::BackTracker::fhiclConfig::DefaultHitModuleLabel
Initial value:
{
fhicl::Name("DefaultHitModuleLabel"),
fhicl::Comment("The label of the module used to produce the hits in the art file "
"we will default to when no hitlist is provided."),
"hitfd"}

Definition at line 53 of file BackTracker.h.

fhicl::Atom<art::InputTag> cheat::BackTracker::fhiclConfig::G4ModuleLabel
Initial value:
{
fhicl::Name("G4ModuleLabel"),
fhicl::Comment("The label of the LArG4 module used to produce the "
"art file we will be using."),
"largeant"}

Definition at line 43 of file BackTracker.h.

fhicl::Atom<double> cheat::BackTracker::fhiclConfig::HitTimeRMS
Initial value:
{
fhicl::Name("HitTimeRMS"),
fhicl::Comment("The number of RMS units to move away"
"from a Hit peak time for searching IDE."),
1.0}

Definition at line 68 of file BackTracker.h.

fhicl::Atom<double> cheat::BackTracker::fhiclConfig::MinHitEnergyFraction
Initial value:
{
fhicl::Name("MinHitEnergyFraction"),
fhicl::Comment("The minimum contribution an energy deposit must "
"make to a Hit to be considered part of that hit."),
0.010}

Definition at line 58 of file BackTracker.h.

fhicl::Atom<bool> cheat::BackTracker::fhiclConfig::OverrideRealData
Initial value:
{
fhicl::Name("OverrideRealData"),
fhicl::Comment("Option when overlaying simulation on real data, to tell the "
"backtracker to continue even if event looks like data."),
false}

Definition at line 63 of file BackTracker.h.

fhicl::Atom<art::InputTag> cheat::BackTracker::fhiclConfig::SimChannelModuleLabel
Initial value:
{
fhicl::Name("SimChannelModuleLabel"),
fhicl::Comment("The label of the module containing the sim::SimChannel product."),

Definition at line 48 of file BackTracker.h.


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