LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "SimulationDrawingOptions.h"
Public Member Functions | |
SimulationDrawingOptions (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
~SimulationDrawingOptions () | |
void | reconfigure (fhicl::ParameterSet const &pset) |
void | do_reconfigure (fhicl::ParameterSet const &pset) |
Public Attributes | |
bool | fShowMCTruthText |
bool | fShowMCTruthVectors |
bool | fShowMCTruthTrajectories |
bool | fShowMCTruthColors |
bool | fShowMCTruthFullSize |
bool | fShowScintillationLight = false |
Whether to draw low energy light (default: no). More... | |
double | fMinEnergyDeposition |
std::string | fG4ModuleLabel |
module label producing sim::SimChannel objects More... | |
Definition at line 20 of file SimulationDrawingOptions.h.
|
explicit |
Definition at line 16 of file SimulationDrawingOptions_service.cc.
References reconfigure().
evd::SimulationDrawingOptions::~SimulationDrawingOptions | ( | ) |
Definition at line 24 of file SimulationDrawingOptions_service.cc.
|
inlineinherited |
Definition at line 17 of file Reconfigurable.h.
|
virtual |
Implements evdb::Reconfigurable.
Definition at line 29 of file SimulationDrawingOptions_service.cc.
References DEFINE_ART_SERVICE, fG4ModuleLabel, fMinEnergyDeposition, fShowMCTruthColors, fShowMCTruthFullSize, fShowMCTruthText, fShowMCTruthTrajectories, fShowMCTruthVectors, fShowScintillationLight, and fhicl::ParameterSet::get().
Referenced by SimulationDrawingOptions().
std::string evd::SimulationDrawingOptions::fG4ModuleLabel |
module label producing sim::SimChannel objects
Definition at line 35 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::GetParticle(), evd::SimulationDrawer::MCTruth3D(), evd::SimulationDrawer::MCTruthOrtho(), and reconfigure().
double evd::SimulationDrawingOptions::fMinEnergyDeposition |
Definition at line 34 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruth3D(), evd::SimulationDrawer::MCTruthOrtho(), and reconfigure().
bool evd::SimulationDrawingOptions::fShowMCTruthColors |
Definition at line 31 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruth3D(), and reconfigure().
bool evd::SimulationDrawingOptions::fShowMCTruthFullSize |
Definition at line 32 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruth3D(), and reconfigure().
bool evd::SimulationDrawingOptions::fShowMCTruthText |
Definition at line 28 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruthLongText(), evd::SimulationDrawer::MCTruthShortText(), reconfigure(), evd::TWQMultiTPCProjectionView::SetMCInfo(), evd::TWQProjectionView::SetMCInfo(), evd::TWQMultiTPCProjectionView::TWQMultiTPCProjectionView(), and evd::TWQProjectionView::TWQProjectionView().
bool evd::SimulationDrawingOptions::fShowMCTruthTrajectories |
Definition at line 30 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruth3D(), evd::SimulationDrawer::MCTruthOrtho(), and reconfigure().
bool evd::SimulationDrawingOptions::fShowMCTruthVectors |
Definition at line 29 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruthVectors2D(), reconfigure(), evd::TWQMultiTPCProjectionView::SetMCInfo(), and evd::TWQProjectionView::SetMCInfo().
bool evd::SimulationDrawingOptions::fShowScintillationLight = false |
Whether to draw low energy light (default: no).
Definition at line 33 of file SimulationDrawingOptions.h.
Referenced by evd::SimulationDrawer::MCTruth3D(), and reconfigure().