CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: GsfElectronFakeAnalyzer.h,v 1.14 2009/09/19 21:38:27 charlot Exp $
13 //
14 //
15 
16 
23 
25 
27 
29 
30 class MagneticField;
31 class TFile;
32 class TH1F;
33 class TH2F;
34 class TH1I;
35 class TProfile;
36 class TTree;
37 
39 {
40  public:
41 
43 
44  virtual ~GsfElectronFakeAnalyzer();
45 
46  virtual void beginJob();
47  virtual void endJob();
48  virtual void analyze(const edm::Event& e, const edm::EventSetup& c);
49 
50  private:
51 
55  TFile *histfile_;
56  TTree *tree_;
57  float mcEnergy[10], mcEta[10], mcPhi[10], mcPt[10], mcQ[10];
59  float seedMomentum[10], seedEta[10], seedPhi[10], seedPt[10], seedQ[10];
60 
62 
69 
75 
110 
113 
134 
135  TH1F *histNum_;
136 
137  TH1F *histSclEn_ ;
140  TH1F *histSclEt_ ;
144  TH1F *histSclEta_ ;
145  TH1F *histSclPhi_ ;
152  TH1F *histSclE1x5_ ;
158  TH1F *histSclE5x5_ ;
161 
178  TH1F *h_ele_chi2;
184 
207 
216  TH1F *h_ele_EoP;
252 
307 
315 
317  TH1F *h_ele_eta;
322 
323  TH1F *h_ele_HoE;
333 
334  TH1F *h_ele_fbrem;
337 
350 
351  TH1F *h_ele_mva;
353 
362 
363  std::string outputFile_;
366  std::string type_;
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)
virtual void analyze(const edm::Event &e, const edm::EventSetup &c)
edm::ESHandle< TrackerGeometry > pDD
tuple conf
Definition: dbtoconf.py:185