CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SUSY_HLT_MuEle_Hadronic.h
Go to the documentation of this file.
1 #ifndef SUSY_HLT_MuEle_Hadronic_H
2 #define SUSY_HLT_MuEle_Hadronic_H
3 
4 //event
7 
8 //DQM
12 
13 //Electron
16 
19 
20 //Muon
23 
24 // Jets
27 
28 // Trigger
35 
36 
37 
38 
40 
41 public:
43  virtual ~SUSY_HLT_MuEle_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 
73  double ptThrJet_;
74  double etaThrJet_;
75 
76  // Histograms
90 
91 };
92 
93 #endif
edm::EDGetTokenT< reco::MuonCollection > theMuonCollection_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
SUSY_HLT_MuEle_Hadronic(const edm::ParameterSet &ps)
tuple lumi
Definition: fjr2json.py:35
void bookHistos(DQMStore::IBooker &)
edm::EDGetTokenT< reco::GsfElectronCollection > theElectronCollection_
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:43