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 
27 
29 
30  public:
32  ~SUSY_HLT_InclusiveHT() override;
33 
34  protected:
35  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
36  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
37  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
38  void endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
39 
40  private:
41  //histos booking function
43 
44  //variables from config file
50 
54  double ptThrJet_;
55  double etaThrJet_;
56 
57  // Histograms
78 
79 };
80 
81 #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:44