CMS 3D CMS Logo

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