CMS 3D CMS Logo

SUSY_HLT_InclusiveHT.h
Go to the documentation of this file.
1 #ifndef SUSY_HLT_InclusiveHT_H
2 #define SUSY_HLT_InclusiveHT_H
3 
4 // event
7 
8 // DQM
12 
13 // MET
16 
17 // Jets
20 
21 // Trigger
26 
28 public:
30  ~SUSY_HLT_InclusiveHT() override;
31 
32 protected:
33  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
34  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
35  void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override;
36  void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
37 
38 private:
39  // histos booking function
41 
42  // variables from config file
48 
52  double ptThrJet_;
53  double etaThrJet_;
54 
55  // Histograms
76 };
77 
78 #endif
MonitorElement * h_pfHTTurnOn_num
SUSY_HLT_InclusiveHT(const edm::ParameterSet &ps)
std::string triggerPathAuxiliaryForHadronic_
MonitorElement * h_caloHT
MonitorElement * h_pfJetEta
MonitorElement * h_pfHTTurnOn_den
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
MonitorElement * h_triggerJetPhi
MonitorElement * h_pfMetPhi
MonitorElement * h_pfMetTurnOn_num
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
MonitorElement * h_caloJetEta
MonitorElement * h_pfJetPt
MonitorElement * h_triggerMetPt
MonitorElement * h_triggerHT
void bookHistos(DQMStore::IBooker &)
MonitorElement * h_caloJetPt
MonitorElement * h_pfMetTurnOn_den
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
MonitorElement * h_triggerJetPt
MonitorElement * h_pfMet
MonitorElement * h_caloJetPhi
MonitorElement * h_triggerJetEta
MonitorElement * h_triggerMetPhi
MonitorElement * h_pfJetPhi
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
edm::EDGetTokenT< reco::PFMETCollection > thePfMETCollection_
Definition: Run.h:45