CMS 3D CMS Logo

DQMHistEffProducer.h
Go to the documentation of this file.
1 #ifndef TauDQMHistEffProducer_h
2 #define TauDQMHistEffProducer_h
3 
11 // framework & common header files
15 
18 
19 #include <string>
20 #include <vector>
21 
23  struct cfgEntryPlot {
24  explicit cfgEntryPlot(const edm::ParameterSet&);
25  explicit cfgEntryPlot(const std::string&, const std::string&, const std::string&);
29  };
30 
31 public:
33  ~TauDQMHistEffProducer() override;
34  void dqmEndJob(DQMStore::IBooker& ibook, DQMStore::IGetter& iget) override;
35 
36 private:
37  std::vector<cfgEntryPlot> cfgEntryPlot_;
38  std::vector<MonitorElement*> histoEfficiencyVector_;
39 };
40 
41 #endif
TauDQMHistEffProducer(const edm::ParameterSet &)
std::vector< cfgEntryPlot > cfgEntryPlot_
std::vector< MonitorElement * > histoEfficiencyVector_
void dqmEndJob(DQMStore::IBooker &ibook, DQMStore::IGetter &iget) override
cfgEntryPlot(const edm::ParameterSet &)