Public Attributes | List of all members
cheat::ParticleInventory::ParticleInventoryConfig Struct Reference

FHICL Validation Object This struct is used for loading the fhicl configuration. More...

#include <ParticleInventory.h>

Public Attributes

fhicl::Atom< art::InputTagG4ModuleLabel
 An atom. FHICL Atom for retreiving the module label to be used in retreiving information from the art event. More...
 
fhicl::Atom< std::stringEveIdCalculator
 
fhicl::Atom< boolOverrideRealData
 

Detailed Description

FHICL Validation Object This struct is used for loading the fhicl configuration.

Definition at line 174 of file ParticleInventory.h.

Member Data Documentation

fhicl::Atom<std::string> cheat::ParticleInventory::ParticleInventoryConfig::EveIdCalculator
Initial value:
{
fhicl::Name("EveIdCalculator"),
fhicl::Comment("For selecting which EveID caclulator to use at initialization."),
"EmEveIdCalculator"}

Definition at line 179 of file ParticleInventory.h.

cheat::ParticleInventory::ParticleInventoryConfig::G4ModuleLabel
Initial value:
{
fhicl::Name("G4ModuleLabel"),
fhicl::Comment("The label of the LArG4 module used to produce the art file we will be examining"),
"largeant"}

An atom. FHICL Atom for retreiving the module label to be used in retreiving information from the art event.

Definition at line 175 of file ParticleInventory.h.

fhicl::Atom<bool> cheat::ParticleInventory::ParticleInventoryConfig::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 183 of file ParticleInventory.h.


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