CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SUSY_HLT_DiJet_MET.h
Go to the documentation of this file.
1 #ifndef SUSY_HLT_DiJet_MET_H
2 #define SUSY_HLT_DiJet_MET_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_DiJet_MET();
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 ptThrJetTrig_;
75  double ptThrJet_;
76  double etaThrJet_;
77  double metCut_;
78 
79  // Histograms
95 
96 };
97 
98 #endif
MonitorElement * h_triggerJetEta
edm::InputTag triggerFilter_
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
MonitorElement * h_pfMetTurnOn_num
tuple lumi
Definition: fjr2json.py:35
MonitorElement * h_pfMetPhi
MonitorElement * h_pfJetPt
MonitorElement * h_caloMetvsPFMet
MonitorElement * h_pfJetEta
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
MonitorElement * h_triggerMetPhi
void bookHistos(DQMStore::IBooker &)
edm::EDGetTokenT< reco::PFMETCollection > thePfMETCollection_
MonitorElement * h_triggerMet
MonitorElement * h_pfJet2PtTurnOn_den
MonitorElement * h_pfJet1Jet2DPhi
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
MonitorElement * h_pfJetPhi
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
edm::InputTag triggerJetFilter_
HLTConfigProvider fHltConfig
MonitorElement * h_pfJet2PtTurnOn_num
edm::EDGetTokenT< reco::PFJetCollection > thePfJetCollection_
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
edm::EDGetTokenT< reco::CaloMETCollection > theCaloMETCollection_
std::string triggerPathAuxiliaryForHadronic_
MonitorElement * h_pfMetTurnOn_den
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup)
edm::EDGetTokenT< trigger::TriggerEvent > theTrigSummary_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * h_triggerJetPt
MonitorElement * h_triggerJetPhi
Definition: Run.h:43
SUSY_HLT_DiJet_MET(const edm::ParameterSet &ps)