CMS 3D CMS Logo

SUSY_HLT_DoubleMuon_Hadronic.h
Go to the documentation of this file.
1 #ifndef SUSY_HLT_DoubleMuon_Hadronic_H
2 #define SUSY_HLT_DoubleMuon_Hadronic_H
3 
4 // event
7 
8 // DQM
12 
13 // Muon
16 
17 // Jets
20 
21 // Trigger
27 
29 public:
32 
33 protected:
34  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
35  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
36  void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override;
37  void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
38 
39 private:
40  // histos booking function
42 
43  // variables from config file
49 
51 
57  double ptThrJet_;
58  double etaThrJet_;
59 
60  // Histograms
69 };
70 
71 #endif
SUSY_HLT_DoubleMuon_Hadronic(const edm::ParameterSet &ps)
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
edm::EDGetTokenT< reco::MuonCollection > theMuonCollection_
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
Definition: Run.h:45