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 
48 public:
50  ~DQMExample_Step1() override;
51 
52 protected:
53  void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override;
54  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
55  void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override;
56  void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
57 
58 private:
59  // histos booking function
61 
62  // other functions
63  bool MediumEle(const edm::Event &iEvent, const edm::EventSetup &iESetup, const reco::GsfElectron &electron);
64  double Distance(const reco::Candidate &c1, const reco::Candidate &c2);
65  double DistancePhi(const reco::Candidate &c1, const reco::Candidate &c2);
66  double calcDeltaPhi(double phi1, double phi2);
67 
68  // private variables
70 
71  // variables from config file
82 
83  double ptThrL1_;
84  double ptThrL2_;
85  double ptThrJet_;
86  double ptThrMet_;
87 
89  int nBJets;
90 
91  // Histograms
93 
95 
103 
111 
116 
118 };
119 
120 #endif
~DQMExample_Step1() override
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_
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:224
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
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:45
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override