LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
AnalysisDrawingOptions.h
Go to the documentation of this file.
1 #ifndef ANALYSISDRAWINGOPTIONS_H
2 #define ANALYSISDRAWINGOPTIONS_H
3 #ifndef __CINT__
4 #include <string>
5 #include <vector>
6 
12 
13 namespace evd {
15  {
16  public:
19 
20  void reconfigure(fhicl::ParameterSet const& pset) ;
21 
26 
27  std::vector<std::string> fCalorimetryLabels;
28  std::vector<std::string> fParticleIDLabels;
29 
30  std::string fCalorTemplateFileName;
31 
32  };
33 }//namespace
34 #endif // __CINT__
36 #endif
37 
std::vector< std::string > fParticleIDLabels
module labels that produced particleid
#define DECLARE_ART_SERVICE(svc, scope)
Definition: ServiceMacros.h:91
LArSoft includes.
std::string fCalorTemplateFileName
files that have calorimetry template curves
std::vector< std::string > fCalorimetryLabels
module labels that produced calorimetry
Interface class to services that are intended to be reconfigurable through the event display...
AnalysisDrawingOptions(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
void reconfigure(fhicl::ParameterSet const &pset)