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  ~DQMExample_Step1() override;
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 endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
61 
62 private:
63  //histos booking function
65 
66  //other functions
67  bool MediumEle(const edm::Event & iEvent, const edm::EventSetup & iESetup, const reco::GsfElectron & electron);
68  double Distance(const reco::Candidate & c1, const reco::Candidate & c2 );
69  double DistancePhi(const reco::Candidate & c1, const reco::Candidate & c2 );
70  double calcDeltaPhi(double phi1, double phi2);
71 
72  //private variables
74 
75  //variables from config file
86 
87  double ptThrL1_;
88  double ptThrL2_;
89  double ptThrJet_;
90  double ptThrMet_;
91 
93  int nBJets;
94 
95  // Histograms
97 
99 
107 
115 
120 
122 };
123 
124 
125 #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: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
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:44
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override