CMS 3D CMS Logo

ME0BaseValidation.h
Go to the documentation of this file.
1 #ifndef ME0BaseValidation_H
2 #define ME0BaseValidation_H
3 
7 
12 
21 
23 public:
24  explicit ME0BaseValidation(const edm::ParameterSet &ps);
25  ~ME0BaseValidation() override;
26  void analyze(const edm::Event &e, const edm::EventSetup &) override = 0;
28  DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num = 99);
30  DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num = 99);
31 
32 protected:
33  std::vector<std::string> regionLabel;
34  std::vector<std::string> layerLabel;
35  std::vector<double> nBinZR_;
36  std::vector<double> RangeZR_;
38  int nBinXY_;
39 
40 private:
41 };
42 
43 #endif
MonitorElement * BookHistZR(DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num=99)
ME0BaseValidation(const edm::ParameterSet &ps)
std::vector< std::string > regionLabel
~ME0BaseValidation() override
std::vector< double > RangeZR_
MonitorElement * BookHistXY(DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num=99)
char const * label
void analyze(const edm::Event &e, const edm::EventSetup &) override=0
edm::EDGetToken InputTagToken_
std::vector< std::string > layerLabel
std::vector< double > nBinZR_