#include <SimulationDrawingOptions.h>
Public Member Functions | |
SimulationDrawingOptions (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
~SimulationDrawingOptions () | |
void | reconfigure (fhicl::ParameterSet const &pset) |
Public Attributes | |
bool | fShowMCTruthText |
bool | fShowMCTruthVectors |
bool | fShowMCTruthTrajectories |
bool | fShowMCTruthColors |
bool | fShowMCTruthFullSize |
double | fMinEnergyDeposition |
std::string | fG4ModuleLabel |
module label producing sim::SimChannel objects More... | |
double | fNeutronEnergyCut |
double | fPhotonEnergyCut |
double | fOtherNeutralEnergyCut |
bool | fShowNeutrals |
Definition at line 23 of file SimulationDrawingOptions.h.
|
explicit |
Definition at line 18 of file SimulationDrawingOptions_service.cc.
gar::evd::SimulationDrawingOptions::~SimulationDrawingOptions | ( | ) |
Definition at line 26 of file SimulationDrawingOptions_service.cc.
void gar::evd::SimulationDrawingOptions::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 31 of file SimulationDrawingOptions_service.cc.
std::string gar::evd::SimulationDrawingOptions::fG4ModuleLabel |
module label producing sim::SimChannel objects
Definition at line 38 of file SimulationDrawingOptions.h.
double gar::evd::SimulationDrawingOptions::fMinEnergyDeposition |
Definition at line 37 of file SimulationDrawingOptions.h.
double gar::evd::SimulationDrawingOptions::fNeutronEnergyCut |
Definition at line 40 of file SimulationDrawingOptions.h.
double gar::evd::SimulationDrawingOptions::fOtherNeutralEnergyCut |
Definition at line 42 of file SimulationDrawingOptions.h.
double gar::evd::SimulationDrawingOptions::fPhotonEnergyCut |
Definition at line 41 of file SimulationDrawingOptions.h.
bool gar::evd::SimulationDrawingOptions::fShowMCTruthColors |
Definition at line 35 of file SimulationDrawingOptions.h.
bool gar::evd::SimulationDrawingOptions::fShowMCTruthFullSize |
Definition at line 36 of file SimulationDrawingOptions.h.
bool gar::evd::SimulationDrawingOptions::fShowMCTruthText |
Definition at line 32 of file SimulationDrawingOptions.h.
bool gar::evd::SimulationDrawingOptions::fShowMCTruthTrajectories |
Definition at line 34 of file SimulationDrawingOptions.h.
bool gar::evd::SimulationDrawingOptions::fShowMCTruthVectors |
Definition at line 33 of file SimulationDrawingOptions.h.
bool gar::evd::SimulationDrawingOptions::fShowNeutrals |
Definition at line 43 of file SimulationDrawingOptions.h.