All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::InputTag > G4ModuleLabel
 An atom. FHICL Atom for retreiving the module label to be used in retreiving information from the art event. More...
 
fhicl::Atom< std::string > EveIdCalculator
 
fhicl::Atom< bool > OverrideRealData
 

Detailed Description

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

Definition at line 173 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 178 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 174 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 182 of file ParticleInventory.h.


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