CMS 3D CMS Logo

GEMCheckGeometry.h
Go to the documentation of this file.
1 #ifndef GEMCheckGeometry_H
2 #define GEMCheckGeometry_H
3 
5 
11 
13 public:
14  explicit GEMCheckGeometry(const edm::ParameterSet &gc);
15  ~GEMCheckGeometry() override;
16  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
17  void analyze(const edm::Event &e, const edm::EventSetup &) override;
18 
19 private:
20  std::map<UInt_t, MonitorElement *> theStdPlots;
21  std::map<UInt_t, MonitorElement *> the_st_dphi;
22  double GE11PhiBegin_;
23  double GE11PhiStep_;
24  double minPhi_;
25  double maxPhi_;
27 };
28 
29 #endif
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
std::map< UInt_t, MonitorElement * > the_st_dphi
~GEMCheckGeometry() override
void analyze(const edm::Event &e, const edm::EventSetup &) override
GEMCheckGeometry(const edm::ParameterSet &gc)
std::map< UInt_t, MonitorElement * > theStdPlots
Definition: Run.h:45