CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMHistEffProducer.h
Go to the documentation of this file.
1 #ifndef TauDQMHistEffProducer_h
2 #define TauDQMHistEffProducer_h
3 
11 // framework & common header files
16 
18 
19 #include <string>
20 #include <vector>
21 
23 {
24  struct cfgEntryPlot
25  {
26  explicit cfgEntryPlot(const edm::ParameterSet&);
27  explicit cfgEntryPlot(const std::string&, const std::string&, const std::string&);
31  };
32 
33  public:
35  virtual ~TauDQMHistEffProducer();
36  virtual void analyze(const edm::Event&, const edm::EventSetup&);
37  virtual void endJob(){}
38  virtual void endRun(const edm::Run& r, const edm::EventSetup& c);
39 
40 private:
41  std::vector<cfgEntryPlot> cfgEntryPlot_;
42  std::vector<MonitorElement*> histoEfficiencyVector_;
43 };
44 
45 #endif
46 
47 
TauDQMHistEffProducer(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
std::vector< cfgEntryPlot > cfgEntryPlot_
virtual void endRun(const edm::Run &r, const edm::EventSetup &c)
std::vector< MonitorElement * > histoEfficiencyVector_
cfgEntryPlot(const edm::ParameterSet &)
Definition: Run.h:43