CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SUSY_HLT_Electron_BJet.h
Go to the documentation of this file.
1 #ifndef SUSY_HLT_Electron_BJet_H
2 #define SUSY_HLT_Electron_BJet_H
3 
4 //event
7 
8 //DQM
12 
13 //Electron
16 
19 
20 // Jets
23 
24 // Trigger
31 
32 
33 
34 
36 
37 public:
39  virtual ~SUSY_HLT_Electron_BJet();
40 
41 protected:
42  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
43  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
44  void analyze(edm::Event const& e, edm::EventSetup const& eSetup);
46  void endLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& eSetup);
47  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
48 
49 private:
50  //histos booking function
52 
53  //variables from config file
59 
60 
62 
67  double ptThrJet_;
68  double etaThrJet_;
69 
70  // Histograms
74 
78 
79 };
80 
81 #endif
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< reco::GsfElectronCollection > theElectronCollection_
tuple lumi
Definition: fjr2json.py:35
SUSY_HLT_Electron_BJet(const edm::ParameterSet &ps)
MonitorElement * h_triggerJetPhi
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
MonitorElement * h_triggerJetEta
MonitorElement * h_triggerElePhi
MonitorElement * h_triggerEleEta
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
Definition: Run.h:43
void bookHistos(DQMStore::IBooker &)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override