LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
SimulationDrawingOptions.h
Go to the documentation of this file.
1 //
3 // Display parameters for the raw data
4 //
5 // \author brebel@fnal.gov
7 #ifndef SIMULATIONDRAWINGOPTIONS_H
8 #define SIMULATIONDRAWINGOPTIONS_H
9 #ifndef __CINT__
10 #include <string>
11 #include <vector>
12 
13 #include "fhiclcpp/ParameterSet.h"
18 
19 namespace evd {
21  {
22  public:
25 
26  void reconfigure(fhicl::ParameterSet const& pset) ;
27 
29  unsigned short fShowMCTruthVectors; // 0 = none, 1 = MCTruth, 2 = MCParticles
33  bool fShowScintillationLight = false;
35  std::string fG4ModuleLabel;
36 
37  };
38 }//namespace
39 #endif // __CINT__
41 #endif
42 
std::string fG4ModuleLabel
module label producing sim::SimChannel objects
#define DECLARE_ART_SERVICE(svc, scope)
Definition: ServiceMacros.h:91
LArSoft includes.
void reconfigure(fhicl::ParameterSet const &pset)
Interface class to services that are intended to be reconfigurable through the event display...
SimulationDrawingOptions(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
bool fShowScintillationLight
Whether to draw low energy light (default: no).