SimulationDrawingOptions.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // $Id: SimulationDrawingOption.h,v 1.15 2010/08/30 21:33:24 spitz7 Exp $
3 //
4 // Display parameters for simulation data products
5 //
6 // \author brebel@fnal.gov
7 ////////////////////////////////////////////////////////////////////////
8 #ifndef SIMULATIONDRAWINGOPTIONS_H
9 #define SIMULATIONDRAWINGOPTIONS_H
10 #ifndef __CINT__
11 #include <string>
12 #include <vector>
13 
14 #include "fhiclcpp/ParameterSet.h"
19 #include "nuevdb/EventDisplayBase/Reconfigurable.h"
20 
21 namespace gar {
22 namespace evd {
23  class SimulationDrawingOptions : public evdb::Reconfigurable
24  {
25  public:
26  explicit SimulationDrawingOptions(fhicl::ParameterSet const& pset,
29 
30  void reconfigure(fhicl::ParameterSet const& pset);
31 
38  std::string fG4ModuleLabel; ///< module label producing sim::SimChannel objects
39 
44 
45  };
46 }//namespace
47 }
48 #endif // __CINT__
50 #endif
51 
std::string string
Definition: nybbler.cc:12
std::string fG4ModuleLabel
module label producing sim::SimChannel objects
LArSoft includes.
Definition: InfoTransfer.h:33
#define DECLARE_ART_SERVICE(svc, scope)
SimulationDrawingOptions(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
General GArSoft Utilities.
void reconfigure(fhicl::ParameterSet const &pset)