CMS 3D CMS Logo

L1TStage2RegionalMuonCandComp.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMonitor_L1TStage2RegionalMuonCandComp_h
2 #define DQM_L1TMonitor_L1TStage2RegionalMuonCandComp_h
3 
4 
6 
9 
15 
16 
18 
19  public:
20 
23  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
24 
25  protected:
26 
27  void dqmBeginRun(const edm::Run&, const edm::EventSetup&) override;
28  void bookHistograms(DQMStore::IBooker&, const edm::Run&, const edm::EventSetup&) override;
29  void analyze(const edm::Event&, const edm::EventSetup&) override;
30 
31  private:
35  bool incBin[RPT2+1];
36 
44  std::vector<int> ignoreBin;
45  bool verbose;
46  bool isBmtf;
47 
51 
68 
85 
86 };
87 
88 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
L1TStage2RegionalMuonCandComp(const edm::ParameterSet &ps)
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
edm::EDGetTokenT< l1t::RegionalMuonCandBxCollection > muonToken1
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< l1t::RegionalMuonCandBxCollection > muonToken2
void bookHistograms(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override
Definition: Run.h:45