CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SUSY_HLT_Muon_Hadronic.h
Go to the documentation of this file.
1 #ifndef SUSY_HLT_Muon_Hadronic_H
2 #define SUSY_HLT_Muon_Hadronic_H
3 
4 //event
7 
8 //DQM
12 
13 //Muon
16 
17 
18 // MET
23 
24 // Jets
27 
28 // Trigger
35 
36 
37 
38 
40 
41  public:
43  virtual ~SUSY_HLT_Muon_Hadronic();
44 
45  protected:
46  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
47  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
48  void analyze(edm::Event const& e, edm::EventSetup const& eSetup);
50  void endLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& eSetup);
51  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
52 
53  private:
54  //histos booking function
56 
57  //variables from config file
64 
65 
67 
75  double HTOffline_;
76  double METOffline_;
77  double ptThrJet_;
78  double etaThrJet_;
79 
80  // Histograms
90 
91 };
92 
93 
94 struct Lepton {
95  float pt, phi, eta;
96 };
97 
98 #endif
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
tuple lumi
Definition: fjr2json.py:35
std::string triggerPathAuxiliaryForHadronic_
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
MonitorElement * h_pfMetTurnOn_num
MonitorElement * h_pfHTTurnOn_den
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
edm::EDGetTokenT< reco::MuonCollection > theMuonCollection_
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
edm::EDGetTokenT< reco::PFMETCollection > thePfMETCollection_
MonitorElement * h_pfHTTurnOn_num
SUSY_HLT_Muon_Hadronic(const edm::ParameterSet &ps)
void bookHistos(DQMStore::IBooker &)
MonitorElement * h_pfMetTurnOn_den
Definition: Run.h:43