CMS 3D CMS Logo

DQMExample_Step1.h
Go to the documentation of this file.
1 #ifndef DQMExample_Step1_H
2 #define DQMExample_Step1_H
3 
4 //Framework
8 
9 //event
12 
13 //DQM
17 
18 //Candidate handling
21 
22 // Electron
26 
27 // PFMET
30 
31 // Vertex utilities
34 
35 // CaloJets
37 
38 // Conversions
40 
41 // Trigger
46 
47 
49 
50 public:
51 
53  virtual ~DQMExample_Step1();
54 
55 protected:
56 
57  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
58  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
59  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
60  void beginLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& eSetup) override ;
61  void endLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& eSetup) override;
62  void endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
63 
64 private:
65  //histos booking function
67 
68  //other functions
69  bool MediumEle(const edm::Event & iEvent, const edm::EventSetup & iESetup, const reco::GsfElectron & electron);
70  double Distance(const reco::Candidate & c1, const reco::Candidate & c2 );
71  double DistancePhi(const reco::Candidate & c1, const reco::Candidate & c2 );
72  double calcDeltaPhi(double phi1, double phi2);
73 
74  //private variables
76 
77  //variables from config file
88 
89  double ptThrL1_;
90  double ptThrL2_;
91  double ptThrJet_;
92  double ptThrMet_;
93 
95  int nBJets;
96 
97  // Histograms
99 
101 
109 
117 
122 
124 };
125 
126 
127 #endif
double calcDeltaPhi(double phi1, double phi2)
MonitorElement * h_ePhi_leading_matched
MonitorElement * h_jMultiplicity
math::XYZPoint PVPoint_
bool MediumEle(const edm::Event &iEvent, const edm::EventSetup &iESetup, const reco::GsfElectron &electron)
edm::EDGetTokenT< reco::GsfElectronCollection > theElectronCollection_
void endLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) override
MonitorElement * h_ePhi_leading_HLT_matched
MonitorElement * h_ePhi_leading
MonitorElement * h_eEta_leading_HLT
MonitorElement * h_jPhi_leading
edm::EDGetTokenT< reco::ConversionCollection > theConversionCollection_
edm::EDGetTokenT< trigger::TriggerEvent > triggerEvent_
double Distance(const reco::Candidate &c1, const reco::Candidate &c2)
DQMExample_Step1(const edm::ParameterSet &ps)
MonitorElement * h_eEta_leading
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< reco::BeamSpot > theBSCollection_
MonitorElement * h_ePt_leading_HLT
MonitorElement * h_ePt_diff
int iEvent
Definition: GenABIO.cc:230
MonitorElement * h_ePt_leading_HLT_matched
MonitorElement * h_jEta_leading
void bookHistos(DQMStore::IBooker &)
MonitorElement * h_eEta_leading_HLT_matched
MonitorElement * h_vertex_number
MonitorElement * h_ePt_leading
MonitorElement * h_eMultiplicity
MonitorElement * h_pfMet
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
MonitorElement * h_jPt_leading
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
MonitorElement * h_ePt_leading_matched
virtual ~DQMExample_Step1()
edm::EDGetTokenT< reco::PFMETCollection > thePfMETCollection_
edm::InputTag triggerFilter_
MonitorElement * h_ePhi_leading_HLT
double DistancePhi(const reco::Candidate &c1, const reco::Candidate &c2)
std::string triggerPath_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * h_eMultiplicity_HLT
MonitorElement * h_eEta_leading_matched
edm::EDGetTokenT< reco::VertexCollection > thePVCollection_
edm::EDGetTokenT< reco::CaloJetCollection > theCaloJetCollection_
Definition: Run.h:42
void beginLuminosityBlock(edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) override
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override