CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GsfElectronDataAnalyzer.h
Go to the documentation of this file.
1 #ifndef GsfElectronDataAnalyzer_h
2 #define GsfElectronDataAnalyzer_h
3 
4 //
5 // Package: RecoEgamma/Examples
6 // Class: GsfElectronDataAnalyzer
7 //
8 
9 //
10 // Original Author: Ursula Berthon, Claude Charlot
11 // Created: Mon Mar 27 13:22:06 CEST 2006
12 // $Id: GsfElectronDataAnalyzer.h,v 1.21 2011/05/20 17:17:28 wmtan Exp $
13 //
14 //
15 
16 
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 
42 
43  virtual ~GsfElectronDataAnalyzer();
44 
45  virtual void beginJob();
46  virtual void endJob();
47  virtual void analyze(const edm::Event& e, const edm::EventSetup& c);
48 
49  private:
50 
51  bool trigger(const edm::Event & e);
52 
53  unsigned int nEvents_;
54  unsigned int nAfterTrigger_;
55 
57 
58  std::vector<std::string > HLTPathsByName_;
59  std::vector<unsigned int> HLTPathsByIndex_;
60 
61  std::string outputFile_;
64  std::string matchingCondition_;
65  std::string type_;
66  bool readAOD_;
67  // matching
70  double deltaR_;
71 
75 
76  TFile *histfile_;
77  TTree *tree_;
78  float mcEnergy[10], mcEta[10], mcPhi[10], mcPt[10], mcQ[10];
80  float seedMomentum[10], seedEta[10], seedPhi[10], seedPt[10], seedQ[10];
81 
83 
90 
96 
98  TH1F *h_ele_mee_os;
105 
108 
115  TH1F *h_ele_Et;
130 
131  TH1F *histNum_;
132 
133  TH1F *histSclEn_ ;
138  TH1F *histSclEt_ ;
142  TH1F *histSclEta_ ;
143  TH1F *histSclPhi_ ;
150  TH1F *histSclE1x5_ ;
156  TH1F *histSclE5x5_ ;
159 
176  TH1F *h_ele_chi2;
182 
208 
217  TH1F *h_ele_EoP;
241 
278 
286 
288  TH1F *h_ele_eta;
293 
294  TH1F *h_ele_HoE;
301 
302  TH1F *h_ele_fbrem;
305 
318 
319  TH1F *h_ele_mva;
321 
330 
331  // electron selection
332  double minEt_;
333  double minPt_;
334  double maxAbsEta_;
335  bool isEB_;
336  bool isEE_;
358  double mvaMin_;
361  double tkIso03Max_;
367 
368  // histos limits and binning
369  double etamin;
370  double etamax;
371  double phimin;
372  double phimax;
373  double ptmax;
374  double pmax;
375  double eopmax;
376  double eopmaxsht;
377  double detamin;
378  double detamax;
379  double dphimin;
380  double dphimax;
381  double detamatchmin;
382  double detamatchmax;
383  double dphimatchmin;
384  double dphimatchmax;
385  double fhitsmax;
386  double lhitsmax;
387  double poptruemin;
388  double poptruemax;
389  double meemin;
390  double meemax;
391  double hoemin;
392  double hoemax;
393  int nbineta;
394  int nbinp;
395  int nbinpt;
397  int nbinphi;
398  int nbinp2D;
399  int nbinpt2D;
402  int nbineop;
406  int nbinxyz;
407  int nbindeta;
408  int nbindphi;
414  int nbinmee;
415  int nbinhoe;
416 
417  };
418 
419 #endif
420 
421 
422 
std::vector< unsigned int > HLTPathsByIndex_
edm::ESHandle< TrackerGeometry > pDD
TrajectoryStateTransform transformer_
GsfElectronDataAnalyzer(const edm::ParameterSet &conf)
bool trigger(const edm::Event &e)
edm::ESHandle< MagneticField > theMagField
tuple conf
Definition: dbtoconf.py:185
virtual void analyze(const edm::Event &e, const edm::EventSetup &c)
std::vector< std::string > HLTPathsByName_