CMS 3D CMS Logo

GsfElectronFakeAnalyzer.h
Go to the documentation of this file.
1 #ifndef GsfElectronFakeAnalyzer_h
2 #define GsfElectronFakeAnalyzer_h
3 
4 //
5 // Package: RecoEgamma/Examples
6 // Class: GsfElectronFakeAnalyzer
7 //
8 
9 //
10 // Original Author: Ursula Berthon, Claude Charlot
11 // Created: Mon Mar 27 13:22:06 CEST 2006
12 //
13 //
14 
15 
23 
24 
26 
28 
29 class MagneticField;
30 class TFile;
31 class TH1F;
32 class TH2F;
33 class TH1I;
34 class TProfile;
35 class TTree;
36 
38 {
39  public:
40 
41  explicit GsfElectronFakeAnalyzer(const edm::ParameterSet& conf);
42 
43  ~GsfElectronFakeAnalyzer() override;
44 
45  void beginJob() override;
46  void endJob() override;
47  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
48 
49  private:
50 
54  TFile *histfile_;
55  TTree *tree_;
56  float mcEnergy[10], mcEta[10], mcPhi[10], mcPt[10], mcQ[10];
58  float seedMomentum[10], seedEta[10], seedPhi[10], seedPt[10], seedQ[10];
59 
61 
68 
74 
109 
112 
133 
134  TH1F *histNum_;
135 
136  TH1F *histSclEn_ ;
139  TH1F *histSclEt_ ;
143  TH1F *histSclEta_ ;
144  TH1F *histSclPhi_ ;
151  TH1F *histSclE1x5_ ;
157  TH1F *histSclE5x5_ ;
160 
177  TH1F *h_ele_chi2;
183 
206 
215  TH1F *h_ele_EoP;
251 
306 
314 
316  TH1F *h_ele_eta;
321 
322  TH1F *h_ele_HoE;
332 
333  TH1F *h_ele_fbrem;
336 
349 
350  TH1F *h_ele_mva;
352 
361 
367  bool readAOD_;
368 
369  double maxPt_;
370  double maxAbsEta_;
371  double deltaR_;
372 
373  // histos limits and binning
374  double etamin;
375  double etamax;
376  double phimin;
377  double phimax;
378  double ptmax;
379  double pmax;
380  double eopmax;
381  double eopmaxsht;
382  double detamin;
383  double detamax;
384  double dphimin;
385  double dphimax;
386  double detamatchmin;
387  double detamatchmax;
388  double dphimatchmin;
389  double dphimatchmax;
390  double fhitsmax;
391  double lhitsmax;
392  double meemin;
393  double meemax;
394  double hoemin;
395  double hoemax;
396  int nbineta;
397  int nbinp;
398  int nbinpt;
400  int nbinphi;
401  int nbinp2D;
402  int nbinpt2D;
405  int nbineop;
409  int nbinxyz;
410  int nbindeta;
411  int nbindphi;
416  int nbinmee;
417  int nbinhoe;
418 
419  };
420 
421 #endif
422 
423 
424 
TrajectoryStateTransform transformer_
edm::ESHandle< MagneticField > theMagField
GsfElectronFakeAnalyzer(const edm::ParameterSet &conf)
void analyze(const edm::Event &e, const edm::EventSetup &c) override
edm::ESHandle< TrackerGeometry > pDD