CMS 3D CMS Logo

L1TdeStage2EMTF.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMonitor_L1TdeStage2EMTF_h
2 #define DQM_L1TMonitor_L1TdeStage2EMTF_h
3 
7 
10 
12 
13 
15 
16  public:
17 
19  ~L1TdeStage2EMTF() override;
20 
21  protected:
22 
23  void dqmBeginRun(const edm::Run&, const edm::EventSetup&) override;
24  void bookHistograms(DQMStore::IBooker&, const edm::Run&, const edm::EventSetup&) override;
25  void analyze(const edm::Event&, const edm::EventSetup&) override;
26 
27  private:
28 
32  bool verbose;
33 
35 
46 
47  /*MonitorElement* emtfComparehwPt;
48  MonitorElement* emtfComparehwEta;
49  MonitorElement* emtfComparehwPhi;
50  MonitorElement* emtfComparehwQual;*/
51 };
52 
53 #endif
MonitorElement * emtfEmulhwEta
MonitorElement * emtfDatahwPhi
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
edm::EDGetTokenT< l1t::RegionalMuonCandBxCollection > dataToken
MonitorElement * emtfDatahwEta
MonitorElement * emtfComparenMuonsEvent
MonitorElement * emtfEmulhwPt
std::string monitorDir
void bookHistograms(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override
MonitorElement * emtfDatahwQual
~L1TdeStage2EMTF() override
MonitorElement * emtfEmulhwPhi
MonitorElement * emtfDataBX
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * emtfEmulhwQual
edm::EDGetTokenT< l1t::RegionalMuonCandBxCollection > emulToken
L1TdeStage2EMTF(const edm::ParameterSet &ps)
MonitorElement * emtfEmulBX
MonitorElement * emtfDatahwPt
Definition: Run.h:45