CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 
19 
20 #include <string>
21 #include <vector>
22 
24  struct cfgEntryPlot {
25  explicit cfgEntryPlot(const edm::ParameterSet&);
26  explicit cfgEntryPlot(const std::string&, const std::string&, const std::string&);
30  };
31 
32 public:
34  ~TauDQMHistEffProducer() override;
35  void dqmEndJob(DQMStore::IBooker& ibook, DQMStore::IGetter& iget) override;
36 
37 private:
38  std::vector<cfgEntryPlot> cfgEntryPlot_;
39  std::vector<MonitorElement*> histoEfficiencyVector_;
40 };
41 
42 #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 &)