CMS 3D CMS Logo

GEMPadDigiValidation.h
Go to the documentation of this file.
1 #ifndef Validation_MuonGEMDigis_GEMPadDigiValidation_h
2 #define Validation_MuonGEMDigis_GEMPadDigiValidation_h
3 
6 
9 
11 public:
12  explicit GEMPadDigiValidation(const edm::ParameterSet&);
13  ~GEMPadDigiValidation() override;
14  void analyze(const edm::Event&, const edm::EventSetup&) override;
15  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
16 
17 private:
18  // NOTE Parameters
24 
25  // NOTE MonitorElemnts
36 };
37 
38 #endif // Validation_MuonGEMDigis_GEMPadDigiValidation_h
edm::EDGetTokenT< GEMPadDigiCollection > pad_token_
std::map< Int_t, dqm::impl::MonitorElement * > MEMap1Ids
edm::EDGetTokenT< edm::PSimHitContainer > simhit_token_
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > geomToken_
GEMPadDigiValidation(const edm::ParameterSet &)
std::map< ME2IdsKey, dqm::impl::MonitorElement * > MEMap2Ids
edm::EDGetTokenT< edm::DetSetVector< GEMDigiSimLink > > digisimlink_token_
std::map< ME3IdsKey, dqm::impl::MonitorElement * > MEMap3Ids
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > geomTokenBeginRun_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:45