CMS 3D CMS Logo

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