CMS 3D CMS Logo

ME0BaseValidation.h
Go to the documentation of this file.
1 #ifndef ME0BaseValidation_H
2 #define ME0BaseValidation_H
3 
6 
11 
20 
22 public:
23  explicit ME0BaseValidation(const edm::ParameterSet &ps);
24  ~ME0BaseValidation() override;
25  void analyze(const edm::Event &e, const edm::EventSetup &) override = 0;
27  DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num = 99);
29  DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num = 99);
30 
31 protected:
32  std::vector<std::string> regionLabel;
33  std::vector<std::string> layerLabel;
34  std::vector<double> nBinZR_;
35  std::vector<double> RangeZR_;
37  int nBinXY_;
38 
39 private:
40 };
41 
42 #endif
ME0BaseValidation(const edm::ParameterSet &ps)
std::vector< std::string > regionLabel
~ME0BaseValidation() override
std::vector< double > RangeZR_
MonitorElement * BookHistZR(DQMStore::IBooker &, const char *name, const char *label, unsigned int region_num, unsigned int layer_num=99)
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_