CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GEMCheckGeometry.h
Go to the documentation of this file.
1 #ifndef Validation_MuonGEMDigis_GEMCheckGeometry_H
2 #define Validation_MuonGEMDigis_GEMCheckGeometry_H
3 
6 
14 
16 public:
17  explicit GEMCheckGeometry(const edm::ParameterSet& gc);
18  ~GEMCheckGeometry() override;
19  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
20  void analyze(const edm::Event& e, const edm::EventSetup&) override;
21 
22 private:
23  std::map<UInt_t, MonitorElement*> theStdPlots;
24  std::map<UInt_t, MonitorElement*> the_st_dphi;
25  double GE11PhiBegin_;
26  double GE11PhiStep_;
27  double minPhi_;
28  double maxPhi_;
31 };
32 
33 #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