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 gar {
14 namespace evd {
16  {
17  public:
20 
21  void reconfigure(fhicl::ParameterSet const& pset);
22 
27 
28  std::vector<std::string> fCalorimetryLabels; ///< module labels that produced calorimetry
29  std::vector<std::string> fParticleIDLabels; ///< module labels that produced particleid
30  std::string fCalorTemplateFileName; ///< files that have calorimetry template curves
31 
32  };
33 }
34 }//namespace
35 #endif // __CINT__
37 #endif
38 
void reconfigure(fhicl::ParameterSet const &pset)
AnalysisDrawingOptions(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
std::string string
Definition: nybbler.cc:12
std::string fCalorTemplateFileName
files that have calorimetry template curves
std::vector< std::string > fCalorimetryLabels
module labels that produced calorimetry
LArSoft includes.
Definition: InfoTransfer.h:33
#define DECLARE_ART_SERVICE(svc, scope)
std::vector< std::string > fParticleIDLabels
module labels that produced particleid
General GArSoft Utilities.