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
11 
12 // MET
15 
16 // Jets
19 
20 // Trigger
25 
27 public:
29  ~SUSY_HLT_InclusiveHT() override;
30 
31 protected:
32  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
33  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
34  void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override;
35  void dqmEndRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
36 
37 private:
38  // histos booking function
40 
41  // variables from config file
47 
51  double ptThrJet_;
52  double etaThrJet_;
53 
54  // Histograms
75 };
76 
77 #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
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
void dqmEndRun(edm::Run const &run, edm::EventSetup const &eSetup) override
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