CMS 3D CMS Logo

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