CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~SUSY_HLT_InclusiveHT();
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);
39  void endLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& eSetup);
40  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
41 
42  private:
43  //histos booking function
45 
46  //variables from config file
52 
56  double ptThrJet_;
57  double etaThrJet_;
58 
59  // Histograms
80 
81 };
82 
83 #endif
MonitorElement * h_pfHTTurnOn_num
SUSY_HLT_InclusiveHT(const edm::ParameterSet &ps)
std::string triggerPathAuxiliaryForHadronic_
MonitorElement * h_caloHT
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
tuple lumi
Definition: fjr2json.py:35
MonitorElement * h_pfJetEta
MonitorElement * h_pfHTTurnOn_den
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
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
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
MonitorElement * h_pfJetPhi
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
edm::EDGetTokenT< reco::PFMETCollection > thePfMETCollection_
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
Definition: Run.h:41