CMS 3D CMS Logo

GsfElectronMCAnalyzer.h
Go to the documentation of this file.
1 #ifndef GsfElectronMCAnalyzer_h
2 #define GsfElectronMCAnalyzer_h
3 
4 //
5 // Package: RecoEgamma/Examples
6 // Class: GsfElectronMCAnalyzer
7 //
8 
9 //
10 // Original Author: Ursula Berthon, Claude Charlot
11 // Created: Mon Mar 27 13:22:06 CEST 2006
12 //
13 //
14 
21 
23 
25 
26 #include <vector>
27 
28 class MagneticField;
29 class TFile;
30 class TH1F;
31 class TH2F;
32 class TH1I;
33 class TProfile;
34 class TTree;
35 
37 public:
38  explicit GsfElectronMCAnalyzer(const edm::ParameterSet &conf);
39 
40  ~GsfElectronMCAnalyzer() override;
41 
42  void beginJob() override;
43  void endJob() override;
44  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
45 
46 private:
50  TFile *histfile_;
51  TTree *tree_;
52  float mcEnergy[10], mcEta[10], mcPhi[10], mcPt[10], mcQ[10];
54  float seedMomentum[10], seedEta[10], seedPhi[10], seedPt[10], seedQ[10];
55 
56  TH1F *h_mcNum;
57  TH1F *h_eleNum;
58  TH1F *h_gamNum;
59 
60  TH1F *h_simEta;
61  TH1F *h_simAbsEta;
62  TH1F *h_simP;
63  TH1F *h_simPt;
64  TH1F *h_simPhi;
65  TH1F *h_simZ;
66  TH2F *h_simPtEta;
67 
74 
80 
122 
125 
132  TH1F *h_ele_Et;
147 
148  TH1F *histNum_;
149 
150  TH1F *histSclEn_;
169  TH1F *histSclEt_;
173  TH1F *histSclEta_;
174  TH1F *histSclPhi_;
175 
177 
208 
225  TH1F *h_ele_chi2;
231 
266 
275  TH1F *h_ele_EoP;
311 
366 
374 
376  TH1F *h_ele_eta;
381 
382  TH1F *h_ele_HoE;
392 
393  TH1F *h_ele_fbrem;
397 
410 
411  TH1F *h_ele_mva;
414 
423 
427  bool readAOD_;
428 
429  double maxPt_;
430  double maxAbsEta_;
431  double deltaR_;
432  std::vector<int> matchingIDs_;
433  std::vector<int> matchingMotherIDs_;
434 
435  // histos limits and binning
436  double etamin;
437  double etamax;
438  double phimin;
439  double phimax;
440  double ptmax;
441  double pmax;
442  double eopmax;
443  double eopmaxsht;
444  double detamin;
445  double detamax;
446  double dphimin;
447  double dphimax;
448  double detamatchmin;
449  double detamatchmax;
450  double dphimatchmin;
451  double dphimatchmax;
452  double fhitsmax;
453  double lhitsmax;
454  double poptruemin;
455  double poptruemax;
456  double meemin;
457  double meemax;
458  double hoemin;
459  double hoemax;
460  int nbineta;
461  int nbinp;
462  int nbinpt;
464  int nbinphi;
465  int nbinp2D;
466  int nbinpt2D;
469  int nbineop;
473  int nbinxyz;
474  int nbindeta;
475  int nbindphi;
481  int nbinmee;
482  int nbinhoe;
483 };
484 
485 #endif
GsfElectronMCAnalyzer::nbinmee
int nbinmee
Definition: GsfElectronMCAnalyzer.h:481
GsfElectronMCAnalyzer::nbineop
int nbineop
Definition: GsfElectronMCAnalyzer.h:469
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_all
TH1F * h_ele_dPhiCl_propOut_all
Definition: GsfElectronMCAnalyzer.h:102
GsfElectronMCAnalyzer::superclusterEnergy
float superclusterEnergy[10]
Definition: GsfElectronMCAnalyzer.h:53
GsfElectronMCAnalyzer::h_ele_outerP
TH1F * h_ele_outerP
Definition: GsfElectronMCAnalyzer.h:267
GsfElectronMCAnalyzer::h_ele_simEta_matched_qmisid
TH1F * h_ele_simEta_matched_qmisid
Definition: GsfElectronMCAnalyzer.h:75
GsfElectronMCAnalyzer::h_ele_PinMnPoutVsEta_mode
TH2F * h_ele_PinMnPoutVsEta_mode
Definition: GsfElectronMCAnalyzer.h:261
GsfElectronMCAnalyzer::histSclE5x5_eg_
TH1F * histSclE5x5_eg_
Definition: GsfElectronMCAnalyzer.h:205
GsfElectronMCAnalyzer::h_ele_PoPtrue_showering_endcaps
TH1F * h_ele_PoPtrue_showering_endcaps
Definition: GsfElectronMCAnalyzer.h:242
GsfElectronMCAnalyzer::superclusterEt
float superclusterEt[10]
Definition: GsfElectronMCAnalyzer.h:53
GsfElectronMCAnalyzer::GsfElectronMCAnalyzer
GsfElectronMCAnalyzer(const edm::ParameterSet &conf)
Definition: GsfElectronMCAnalyzer.cc:51
GsfElectronMCAnalyzer::h_ele_PinMnPout_mode
TH1F * h_ele_PinMnPout_mode
Definition: GsfElectronMCAnalyzer.h:260
GsfElectronMCAnalyzer::h_ele_dPhiClVsPhi_propOut
TH2F * h_ele_dPhiClVsPhi_propOut
Definition: GsfElectronMCAnalyzer.h:346
GsfElectronMCAnalyzer::h_ele_PinMnPoutVsPt_mode
TH2F * h_ele_PinMnPoutVsPt_mode
Definition: GsfElectronMCAnalyzer.h:263
GsfElectronMCAnalyzer::pmax
double pmax
Definition: GsfElectronMCAnalyzer.h:441
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_eg_endcaps
TH1F * h_ele_dEtaCl_propOut_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:335
Handle.h
GsfElectronMCAnalyzer::h_ele_mee_os_ebeb
TH1F * h_ele_mee_os_ebeb
Definition: GsfElectronMCAnalyzer.h:116
GsfElectronMCAnalyzer::nbinpteff
int nbinpteff
Definition: GsfElectronMCAnalyzer.h:463
GsfElectronMCAnalyzer::h_ele_lostHits
TH1F * h_ele_lostHits
Definition: GsfElectronMCAnalyzer.h:219
EDAnalyzer.h
GsfElectronMCAnalyzer::h_ele_PtinVsPtoutShowering_mode
TH2F * h_ele_PtinVsPtoutShowering_mode
Definition: GsfElectronMCAnalyzer.h:403
GsfElectronMCAnalyzer::nbineop2D
int nbineop2D
Definition: GsfElectronMCAnalyzer.h:470
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_eg
TH1F * h_ele_dPhiSc_propVtx_eg
Definition: GsfElectronMCAnalyzer.h:324
GsfElectronMCAnalyzer::h_ele_PtinVsPtoutGolden_mean
TH2F * h_ele_PtinVsPtoutGolden_mean
Definition: GsfElectronMCAnalyzer.h:404
GsfElectronMCAnalyzer::meemin
double meemin
Definition: GsfElectronMCAnalyzer.h:456
GsfElectronMCAnalyzer::h_ele_seed_drz2VsEta_
TH2F * h_ele_seed_drz2VsEta_
Definition: GsfElectronMCAnalyzer.h:371
GsfElectronMCAnalyzer::histSclEtaVsPhi_
TH2F * histSclEtaVsPhi_
Definition: GsfElectronMCAnalyzer.h:172
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_barrel
TH1F * h_ele_dEtaSc_propVtx_barrel
Definition: GsfElectronMCAnalyzer.h:313
GsfElectronMCAnalyzer::h_ele_classes
TH1F * h_ele_classes
Definition: GsfElectronMCAnalyzer.h:375
GsfElectronMCAnalyzer::h_ele_chi2VsPhi
TH2F * h_ele_chi2VsPhi
Definition: GsfElectronMCAnalyzer.h:229
GsfElectronMCAnalyzer::h_ele_ambiguousTracksVsPhi
TH2F * h_ele_ambiguousTracksVsPhi
Definition: GsfElectronMCAnalyzer.h:211
TrackerGeometry.h
GsfElectronMCAnalyzer::histSclEoEtrue_barrel
TH1F * histSclEoEtrue_barrel
Definition: GsfElectronMCAnalyzer.h:151
GsfElectronMCAnalyzer::h_ele_PtoPttrue_barrel
TH1F * h_ele_PtoPttrue_barrel
Definition: GsfElectronMCAnalyzer.h:243
GsfElectronMCAnalyzer::seedMomentum
float seedMomentum[10]
Definition: GsfElectronMCAnalyzer.h:54
GsfElectronMCAnalyzer::h_ele_HoEVsE
TH2F * h_ele_HoEVsE
Definition: GsfElectronMCAnalyzer.h:391
GsfElectronMCAnalyzer::nbindetamatch
int nbindetamatch
Definition: GsfElectronMCAnalyzer.h:476
GsfElectronMCAnalyzer::h_ele_PoPtrue
TH1F * h_ele_PoPtrue
Definition: GsfElectronMCAnalyzer.h:232
GsfElectronMCAnalyzer::h_ele_vertexPtVsEta
TH2F * h_ele_vertexPtVsEta
Definition: GsfElectronMCAnalyzer.h:133
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_ringgap_new
TH1F * histSclEoEtrue_endcaps_ringgap_new
Definition: GsfElectronMCAnalyzer.h:168
GsfElectronMCAnalyzer::h_ele_EoPoutVsE
TH2F * h_ele_EoPoutVsE
Definition: GsfElectronMCAnalyzer.h:301
GsfElectronMCAnalyzer::histSclEoEtrueShowering_endcaps
TH1F * histSclEoEtrueShowering_endcaps
Definition: GsfElectronMCAnalyzer.h:409
GsfElectronMCAnalyzer::h_ele_provenance
TH1F * h_ele_provenance
Definition: GsfElectronMCAnalyzer.h:413
GsfElectronMCAnalyzer::h_ele_vertexPt_all
TH1F * h_ele_vertexPt_all
Definition: GsfElectronMCAnalyzer.h:112
GsfElectronMCAnalyzer::h_ele_EoPVsEta
TH2F * h_ele_EoPVsEta
Definition: GsfElectronMCAnalyzer.h:281
ESHandle.h
GsfElectronMCAnalyzer::histSclPhi_
TH1F * histSclPhi_
Definition: GsfElectronMCAnalyzer.h:174
GsfElectronMCAnalyzer::h_ele_EoPout_endcaps
TH1F * h_ele_EoPout_endcaps
Definition: GsfElectronMCAnalyzer.h:295
GsfElectronMCAnalyzer::h_ele_simZ_matched_qmisid
TH1F * h_ele_simZ_matched_qmisid
Definition: GsfElectronMCAnalyzer.h:79
GsfElectronMCAnalyzer::h_ele_mva_eg
TH1F * h_ele_mva_eg
Definition: GsfElectronMCAnalyzer.h:412
GsfElectronMCAnalyzer::h_ele_HoE
TH1F * h_ele_HoE
Definition: GsfElectronMCAnalyzer.h:382
GsfElectronMCAnalyzer::h_ele_EoverP_all_barrel
TH1F * h_ele_EoverP_all_barrel
Definition: GsfElectronMCAnalyzer.h:82
GsfElectronMCAnalyzer::h_ele_vertexTIPVsPt
TH2F * h_ele_vertexTIPVsPt
Definition: GsfElectronMCAnalyzer.h:146
GsfElectronMCAnalyzer::h_ele_outerPt
TH1F * h_ele_outerPt
Definition: GsfElectronMCAnalyzer.h:270
GsfElectronMCAnalyzer::h_ele_vertexPt
TH1F * h_ele_vertexPt
Definition: GsfElectronMCAnalyzer.h:131
GsfElectronMCAnalyzer::h_ele_dPhiScVsPhi_propVtx
TH2F * h_ele_dPhiScVsPhi_propVtx
Definition: GsfElectronMCAnalyzer.h:328
GsfElectronMCAnalyzer::h_ele_vertexTIPVsEta
TH2F * h_ele_vertexTIPVsEta
Definition: GsfElectronMCAnalyzer.h:144
GsfElectronMCAnalyzer::h_ele_dPhiEleCl_propOut_eg
TH1F * h_ele_dPhiEleCl_propOut_eg
Definition: GsfElectronMCAnalyzer.h:360
GsfElectronMCAnalyzer::nbindphi
int nbindphi
Definition: GsfElectronMCAnalyzer.h:475
GsfElectronMCAnalyzer::histSclE5x5_eg_barrel_
TH1F * histSclE5x5_eg_barrel_
Definition: GsfElectronMCAnalyzer.h:206
GsfElectronMCAnalyzer::h_ele_lostHits_endcaps
TH1F * h_ele_lostHits_endcaps
Definition: GsfElectronMCAnalyzer.h:221
GsfElectronMCAnalyzer::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition: GsfElectronMCAnalyzer.cc:2420
GsfElectronMCAnalyzer::h_ele_EoP
TH1F * h_ele_EoP
Definition: GsfElectronMCAnalyzer.h:275
GsfElectronMCAnalyzer::mcEta
float mcEta[10]
Definition: GsfElectronMCAnalyzer.h:52
GsfElectronMCAnalyzer::endJob
void endJob() override
Definition: GsfElectronMCAnalyzer.cc:1727
GsfElectronMCAnalyzer::h_ele_seed_dphi2_
TH1F * h_ele_seed_dphi2_
Definition: GsfElectronMCAnalyzer.h:367
GsfElectronMCAnalyzer::h_ele_HoE_eg
TH1F * h_ele_HoE_eg
Definition: GsfElectronMCAnalyzer.h:385
GsfElectronMCAnalyzer::h_ele_EoPout_all_barrel
TH1F * h_ele_EoPout_all_barrel
Definition: GsfElectronMCAnalyzer.h:88
GsfElectronMCAnalyzer::h_ele_HoEVsEta
TH2F * h_ele_HoEVsEta
Definition: GsfElectronMCAnalyzer.h:389
GsfElectronMCAnalyzer::h_ele_outerPt_mode
TH1F * h_ele_outerPt_mode
Definition: GsfElectronMCAnalyzer.h:271
GsfElectronMCAnalyzer::seedQ
float seedQ[10]
Definition: GsfElectronMCAnalyzer.h:54
GsfElectronMCAnalyzer::h_ele_PtoPttrue_endcaps
TH1F * h_ele_PtoPttrue_endcaps
Definition: GsfElectronMCAnalyzer.h:244
GsfElectronMCAnalyzer::nbindphimatch2D
int nbindphimatch2D
Definition: GsfElectronMCAnalyzer.h:479
GsfElectronMCAnalyzer::dphimin
double dphimin
Definition: GsfElectronMCAnalyzer.h:446
GsfElectronMCAnalyzer::histSclSigIEtaIEta_
TH1F * histSclSigIEtaIEta_
Definition: GsfElectronMCAnalyzer.h:181
GsfElectronMCAnalyzer::pDD
edm::ESHandle< TrackerGeometry > pDD
Definition: GsfElectronMCAnalyzer.h:48
GsfElectronMCAnalyzer::h_ele_vertexX
TH1F * h_ele_vertexX
Definition: GsfElectronMCAnalyzer.h:140
GsfElectronMCAnalyzer::h_ele_ambiguousTracks
TH1F * h_ele_ambiguousTracks
Definition: GsfElectronMCAnalyzer.h:209
GsfElectronMCAnalyzer::nbineta
int nbineta
Definition: GsfElectronMCAnalyzer.h:460
GsfElectronMCAnalyzer::h_simEta
TH1F * h_simEta
Definition: GsfElectronMCAnalyzer.h:60
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_eg
TH1F * h_ele_dEtaCl_propOut_eg
Definition: GsfElectronMCAnalyzer.h:333
GsfElectronMCAnalyzer::h_ele_EseedOPVsE
TH2F * h_ele_EseedOPVsE
Definition: GsfElectronMCAnalyzer.h:292
GsfElectronMCAnalyzer::h_ele_PinVsPoutShowering_mode
TH2F * h_ele_PinVsPoutShowering_mode
Definition: GsfElectronMCAnalyzer.h:399
GsfElectronMCAnalyzer::h_ele_EoPVsPhi
TH2F * h_ele_EoPVsPhi
Definition: GsfElectronMCAnalyzer.h:282
GsfElectronMCAnalyzer::h_ele_dPhiEleClVsEta_propOut
TH2F * h_ele_dPhiEleClVsEta_propOut
Definition: GsfElectronMCAnalyzer.h:363
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx
TH1F * h_ele_dPhiSc_propVtx
Definition: GsfElectronMCAnalyzer.h:321
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_all
TH1F * h_ele_dEtaSc_propVtx_all
Definition: GsfElectronMCAnalyzer.h:93
GsfElectronMCAnalyzer::h_ele_HoE_all
TH1F * h_ele_HoE_all
Definition: GsfElectronMCAnalyzer.h:108
GsfElectronMCAnalyzer::h_ele_dEtaEleCl_propOut_eg
TH1F * h_ele_dEtaEleCl_propOut_eg
Definition: GsfElectronMCAnalyzer.h:351
GsfElectronMCAnalyzer::h_ele_EoP_endcaps
TH1F * h_ele_EoP_endcaps
Definition: GsfElectronMCAnalyzer.h:277
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_all
TH1F * h_ele_dEtaCl_propOut_all
Definition: GsfElectronMCAnalyzer.h:99
GsfElectronMCAnalyzer::h_ele_EeleOPoutVsPhi
TH2F * h_ele_EeleOPoutVsPhi
Definition: GsfElectronMCAnalyzer.h:309
GsfElectronMCAnalyzer::h_ele_foundHitsVsPt
TH2F * h_ele_foundHitsVsPt
Definition: GsfElectronMCAnalyzer.h:218
GsfElectronMCAnalyzer::histSclSigIEtaIEta_eg_endcaps_
TH1F * histSclSigIEtaIEta_eg_endcaps_
Definition: GsfElectronMCAnalyzer.h:198
GsfElectronMCAnalyzer::h_ele_eta_golden
TH1F * h_ele_eta_golden
Definition: GsfElectronMCAnalyzer.h:377
GsfElectronMCAnalyzer::h_ele_EeleOPout_eg_endcaps
TH1F * h_ele_EeleOPout_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:307
GsfElectronMCAnalyzer::detamin
double detamin
Definition: GsfElectronMCAnalyzer.h:444
GsfElectronMCAnalyzer::h_ele_dPhiEleCl_propOut_endcaps
TH1F * h_ele_dPhiEleCl_propOut_endcaps
Definition: GsfElectronMCAnalyzer.h:359
GsfElectronMCAnalyzer::h_ele_seed_subdet2_
TH1F * h_ele_seed_subdet2_
Definition: GsfElectronMCAnalyzer.h:373
GsfElectronMCAnalyzer::histSclE1x5_eg_endcaps_
TH1F * histSclE1x5_eg_endcaps_
Definition: GsfElectronMCAnalyzer.h:201
GsfElectronMCAnalyzer::histSclSigEtaEta_eg_
TH1F * histSclSigEtaEta_eg_
Definition: GsfElectronMCAnalyzer.h:193
GsfElectronMCAnalyzer::histSclE2x5max_endcaps_
TH1F * histSclE2x5max_endcaps_
Definition: GsfElectronMCAnalyzer.h:189
GsfElectronMCAnalyzer::h_ele_mee_os_gg
TH1F * h_ele_mee_os_gg
Definition: GsfElectronMCAnalyzer.h:119
GsfElectronMCAnalyzer
Definition: GsfElectronMCAnalyzer.h:36
GsfElectronMCAnalyzer::h_ele_EseedOP_endcaps
TH1F * h_ele_EseedOP_endcaps
Definition: GsfElectronMCAnalyzer.h:286
GsfElectronMCAnalyzer::h_ele_vertexTIP
TH1F * h_ele_vertexTIP
Definition: GsfElectronMCAnalyzer.h:143
GsfElectronMCAnalyzer::h_ele_dPhiScVsPt_propVtx
TH2F * h_ele_dPhiScVsPt_propVtx
Definition: GsfElectronMCAnalyzer.h:329
GsfElectronMCAnalyzer::h_simPhi
TH1F * h_simPhi
Definition: GsfElectronMCAnalyzer.h:64
GsfElectronMCAnalyzer::h_ele_vertexEta
TH1F * h_ele_vertexEta
Definition: GsfElectronMCAnalyzer.h:136
GsfElectronMCAnalyzer::h_ele_eta_shower
TH1F * h_ele_eta_shower
Definition: GsfElectronMCAnalyzer.h:380
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrueVsPt
TH2F * h_ele_PhiMnPhiTrueVsPt
Definition: GsfElectronMCAnalyzer.h:258
GsfElectronMCAnalyzer::h_ele_EseedOP_eg
TH1F * h_ele_EseedOP_eg
Definition: GsfElectronMCAnalyzer.h:287
GsfElectronMCAnalyzer::seedEta
float seedEta[10]
Definition: GsfElectronMCAnalyzer.h:54
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_eg
TH1F * h_ele_dEtaSc_propVtx_eg
Definition: GsfElectronMCAnalyzer.h:315
edm::one::EDAnalyzer
Definition: EDAnalyzer.h:30
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_phigap_new
TH1F * histSclEoEtrue_barrel_phigap_new
Definition: GsfElectronMCAnalyzer.h:165
GsfElectronMCAnalyzer::h_ele_vertexZ
TH1F * h_ele_vertexZ
Definition: GsfElectronMCAnalyzer.h:142
GsfElectronMCAnalyzer::hoemin
double hoemin
Definition: GsfElectronMCAnalyzer.h:458
GsfElectronMCAnalyzer::h_ele_hcalDepth1TowerSumEt_dr04
TH1F * h_ele_hcalDepth1TowerSumEt_dr04
Definition: GsfElectronMCAnalyzer.h:421
GsfElectronMCAnalyzer::h_ele_eta_narrow
TH1F * h_ele_eta_narrow
Definition: GsfElectronMCAnalyzer.h:379
GsfElectronMCAnalyzer::h_ele_dPhiEleClVsPhi_propOut
TH2F * h_ele_dPhiEleClVsPhi_propOut
Definition: GsfElectronMCAnalyzer.h:364
GsfElectronMCAnalyzer::histSclE2x5max_eg_endcaps_
TH1F * histSclE2x5max_eg_endcaps_
Definition: GsfElectronMCAnalyzer.h:204
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_eg
TH1F * histSclEoEtrue_barrel_eg
Definition: GsfElectronMCAnalyzer.h:153
GsfElectronMCAnalyzer::meemax
double meemax
Definition: GsfElectronMCAnalyzer.h:457
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_all_endcaps
TH1F * h_ele_dEtaCl_propOut_all_endcaps
Definition: GsfElectronMCAnalyzer.h:101
GsfElectronMCAnalyzer::ptmax
double ptmax
Definition: GsfElectronMCAnalyzer.h:440
GsfElectronMCAnalyzer::h_ele_simEta_matched
TH1F * h_ele_simEta_matched
Definition: GsfElectronMCAnalyzer.h:68
GsfElectronMCAnalyzer::h_ele_HoE_fiducial
TH1F * h_ele_HoE_fiducial
Definition: GsfElectronMCAnalyzer.h:388
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_eg
TH1F * histSclEoEtrue_endcaps_eg
Definition: GsfElectronMCAnalyzer.h:154
GsfElectronMCAnalyzer::histSclE2x5max_eg_
TH1F * histSclE2x5max_eg_
Definition: GsfElectronMCAnalyzer.h:202
GsfElectronMCAnalyzer::maxPt_
double maxPt_
Definition: GsfElectronMCAnalyzer.h:429
GsfElectronMCAnalyzer::h_ele_PoPtrue_golden_barrel
TH1F * h_ele_PoPtrue_golden_barrel
Definition: GsfElectronMCAnalyzer.h:239
GsfElectronMCAnalyzer::h_ele_chargeVsPhi
TH2F * h_ele_chargeVsPhi
Definition: GsfElectronMCAnalyzer.h:128
GsfElectronMCAnalyzer::h_gamNum
TH1F * h_gamNum
Definition: GsfElectronMCAnalyzer.h:58
GsfElectronMCAnalyzer::histSclEn_
TH1F * histSclEn_
Definition: GsfElectronMCAnalyzer.h:150
GsfElectronMCAnalyzer::histSclSigEtaEta_barrel_
TH1F * histSclSigEtaEta_barrel_
Definition: GsfElectronMCAnalyzer.h:179
GsfElectronMCAnalyzer::h_ele_dPhiEleCl_propOut_eg_endcaps
TH1F * h_ele_dPhiEleCl_propOut_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:362
GsfElectronMCAnalyzer::h_ele_ambiguousTracksVsPt
TH2F * h_ele_ambiguousTracksVsPt
Definition: GsfElectronMCAnalyzer.h:212
GsfElectronMCAnalyzer::histSclE5x5_
TH1F * histSclE5x5_
Definition: GsfElectronMCAnalyzer.h:190
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_eg_endcaps
TH1F * h_ele_dPhiCl_propOut_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:344
GsfElectronMCAnalyzer::seedPhi
float seedPhi[10]
Definition: GsfElectronMCAnalyzer.h:54
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrueVsPhi
TH2F * h_ele_PhiMnPhiTrueVsPhi
Definition: GsfElectronMCAnalyzer.h:257
GsfElectronMCAnalyzer::h_ele_EoPout_all_endcaps
TH1F * h_ele_EoPout_all_endcaps
Definition: GsfElectronMCAnalyzer.h:89
GsfElectronMCAnalyzer::h_ele_EseedOP_barrel
TH1F * h_ele_EseedOP_barrel
Definition: GsfElectronMCAnalyzer.h:285
GsfElectronMCAnalyzer::h_ele_tkSumPt_dr04
TH1F * h_ele_tkSumPt_dr04
Definition: GsfElectronMCAnalyzer.h:419
GsfElectronMCAnalyzer::histSclEoEtrueShowering_barrel
TH1F * histSclEoEtrueShowering_barrel
Definition: GsfElectronMCAnalyzer.h:408
GsfElectronMCAnalyzer::h_ele_dPhiClVsEta_propOut
TH2F * h_ele_dPhiClVsEta_propOut
Definition: GsfElectronMCAnalyzer.h:345
GsfElectronMCAnalyzer::h_ele_dEtaEleCl_propOut_barrel
TH1F * h_ele_dEtaEleCl_propOut_barrel
Definition: GsfElectronMCAnalyzer.h:349
GsfElectronMCAnalyzer::h_ele_HoE_all_endcaps
TH1F * h_ele_HoE_all_endcaps
Definition: GsfElectronMCAnalyzer.h:110
GsfElectronMCAnalyzer::nbineta2D
int nbineta2D
Definition: GsfElectronMCAnalyzer.h:467
GsfElectronMCAnalyzer::h_ele_EoP_eg
TH1F * h_ele_EoP_eg
Definition: GsfElectronMCAnalyzer.h:278
GsfElectronMCAnalyzer::h_ele_EseedOP_all
TH1F * h_ele_EseedOP_all
Definition: GsfElectronMCAnalyzer.h:84
GsfElectronMCAnalyzer::outputFile_
std::string outputFile_
Definition: GsfElectronMCAnalyzer.h:424
GsfElectronMCAnalyzer::dphimatchmax
double dphimatchmax
Definition: GsfElectronMCAnalyzer.h:451
GsfElectronMCAnalyzer::h_ele_foundHits_endcaps
TH1F * h_ele_foundHits_endcaps
Definition: GsfElectronMCAnalyzer.h:215
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_eg_barrel
TH1F * h_ele_dEtaCl_propOut_eg_barrel
Definition: GsfElectronMCAnalyzer.h:334
GsfElectronMCAnalyzer::h_ele_EoP_eg_endcaps
TH1F * h_ele_EoP_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:280
GsfElectronMCAnalyzer::h_ele_outerPtVsPt_mode
TH2F * h_ele_outerPtVsPt_mode
Definition: GsfElectronMCAnalyzer.h:274
GsfElectronMCAnalyzer::h_ele_simZ_matched
TH1F * h_ele_simZ_matched
Definition: GsfElectronMCAnalyzer.h:72
GsfElectronMCAnalyzer::h_ele_ChargeMnChargeTrue
TH1F * h_ele_ChargeMnChargeTrue
Definition: GsfElectronMCAnalyzer.h:245
GsfElectronMCAnalyzer::histfile_
TFile * histfile_
Definition: GsfElectronMCAnalyzer.h:50
GsfElectronMCAnalyzer::nbinphi2D
int nbinphi2D
Definition: GsfElectronMCAnalyzer.h:468
GsfElectronMCAnalyzer::readAOD_
bool readAOD_
Definition: GsfElectronMCAnalyzer.h:427
GsfElectronMCAnalyzer::h_ele_EoPoutVsEta
TH2F * h_ele_EoPoutVsEta
Definition: GsfElectronMCAnalyzer.h:299
GsfElectronMCAnalyzer::nbinpt2D
int nbinpt2D
Definition: GsfElectronMCAnalyzer.h:466
GsfElectronMCAnalyzer::nbinfhits
int nbinfhits
Definition: GsfElectronMCAnalyzer.h:471
GsfElectronMCAnalyzer::h_ele_EeleOPout_endcaps
TH1F * h_ele_EeleOPout_endcaps
Definition: GsfElectronMCAnalyzer.h:304
GsfElectronMCAnalyzer::h_ele_EtaMnEtaTrueVsEta
TH2F * h_ele_EtaMnEtaTrueVsEta
Definition: GsfElectronMCAnalyzer.h:249
GsfElectronMCAnalyzer::h_ele_simPtEta_matched
TH2F * h_ele_simPtEta_matched
Definition: GsfElectronMCAnalyzer.h:73
GsfElectronMCAnalyzer::h_simZ
TH1F * h_simZ
Definition: GsfElectronMCAnalyzer.h:65
GsfElectronMCAnalyzer::histSclE1x5_
TH1F * histSclE1x5_
Definition: GsfElectronMCAnalyzer.h:184
GsfElectronMCAnalyzer::h_ele_chi2VsEta
TH2F * h_ele_chi2VsEta
Definition: GsfElectronMCAnalyzer.h:228
GsfElectronMCAnalyzer::h_ele_simPhi_matched_qmisid
TH1F * h_ele_simPhi_matched_qmisid
Definition: GsfElectronMCAnalyzer.h:78
GsfElectronMCAnalyzer::histSclE2x5max_barrel_
TH1F * histSclE2x5max_barrel_
Definition: GsfElectronMCAnalyzer.h:188
GsfElectronMCAnalyzer::histSclEoEtrueGolden_endcaps
TH1F * histSclEoEtrueGolden_endcaps
Definition: GsfElectronMCAnalyzer.h:407
GsfElectronMCAnalyzer::histSclSigEtaEta_eg_endcaps_
TH1F * histSclSigEtaEta_eg_endcaps_
Definition: GsfElectronMCAnalyzer.h:195
GsfElectronMCAnalyzer::histSclSigEtaEta_eg_barrel_
TH1F * histSclSigEtaEta_eg_barrel_
Definition: GsfElectronMCAnalyzer.h:194
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_all_endcaps
TH1F * h_ele_dPhiSc_propVtx_all_endcaps
Definition: GsfElectronMCAnalyzer.h:98
GsfElectronMCAnalyzer::h_ele_mee_os_ebee
TH1F * h_ele_mee_os_ebee
Definition: GsfElectronMCAnalyzer.h:117
GsfElectronMCAnalyzer::h_ele_vertexAbsEta
TH1F * h_ele_vertexAbsEta
Definition: GsfElectronMCAnalyzer.h:138
GsfElectronMCAnalyzer::h_ele_lostHitsVsPhi
TH2F * h_ele_lostHitsVsPhi
Definition: GsfElectronMCAnalyzer.h:223
edm::ESHandle< TrackerGeometry >
GsfElectronMCAnalyzer::h_ele_ecalRecHitSumEt_dr03
TH1F * h_ele_ecalRecHitSumEt_dr03
Definition: GsfElectronMCAnalyzer.h:416
GsfElectronMCAnalyzer::h_ele_PoPtrueVsEta
TH2F * h_ele_PoPtrueVsEta
Definition: GsfElectronMCAnalyzer.h:234
GsfElectronMCAnalyzer::h_ele_EtaMnEtaTrue_endcaps
TH1F * h_ele_EtaMnEtaTrue_endcaps
Definition: GsfElectronMCAnalyzer.h:248
GsfElectronMCAnalyzer::h_ele_chi2_barrel
TH1F * h_ele_chi2_barrel
Definition: GsfElectronMCAnalyzer.h:226
GsfElectronMCAnalyzer::histSclE1x5_eg_barrel_
TH1F * histSclE1x5_eg_barrel_
Definition: GsfElectronMCAnalyzer.h:200
GsfElectronMCAnalyzer::histSclE1x5_barrel_
TH1F * histSclE1x5_barrel_
Definition: GsfElectronMCAnalyzer.h:185
GsfElectronMCAnalyzer::histSclSigIEtaIEta_barrel_
TH1F * histSclSigIEtaIEta_barrel_
Definition: GsfElectronMCAnalyzer.h:182
GsfElectronMCAnalyzer::h_ele_foundHitsVsEta
TH2F * h_ele_foundHitsVsEta
Definition: GsfElectronMCAnalyzer.h:216
GsfElectronMCAnalyzer::h_ele_dEtaScVsPhi_propVtx
TH2F * h_ele_dEtaScVsPhi_propVtx
Definition: GsfElectronMCAnalyzer.h:319
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_ringgap
TH1F * histSclEoEtrue_endcaps_ringgap
Definition: GsfElectronMCAnalyzer.h:159
GsfElectronMCAnalyzer::h_ele_simAbsEta_matched_qmisid
TH1F * h_ele_simAbsEta_matched_qmisid
Definition: GsfElectronMCAnalyzer.h:76
GsfElectronMCAnalyzer::h_ele_EoverP_all_endcaps
TH1F * h_ele_EoverP_all_endcaps
Definition: GsfElectronMCAnalyzer.h:83
GsfElectronMCAnalyzer::nbinp
int nbinp
Definition: GsfElectronMCAnalyzer.h:461
GsfElectronMCAnalyzer::h_ele_chi2
TH1F * h_ele_chi2
Definition: GsfElectronMCAnalyzer.h:225
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrue
TH1F * h_ele_PhiMnPhiTrue
Definition: GsfElectronMCAnalyzer.h:252
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_barrel
TH1F * h_ele_dPhiCl_propOut_barrel
Definition: GsfElectronMCAnalyzer.h:340
GsfElectronMCAnalyzer::h_mcNum
TH1F * h_mcNum
Definition: GsfElectronMCAnalyzer.h:56
GsfElectronMCAnalyzer::h_ele_eta
TH1F * h_ele_eta
Definition: GsfElectronMCAnalyzer.h:376
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut
TH1F * h_ele_dEtaCl_propOut
Definition: GsfElectronMCAnalyzer.h:330
GsfElectronMCAnalyzer::h_ele_EeleOPoutVsE
TH2F * h_ele_EeleOPoutVsE
Definition: GsfElectronMCAnalyzer.h:310
GsfElectronMCAnalyzer::h_ele_dEtaScVsEta_propVtx
TH2F * h_ele_dEtaScVsEta_propVtx
Definition: GsfElectronMCAnalyzer.h:318
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
GsfElectronMCAnalyzer::mcTruthCollection_
edm::InputTag mcTruthCollection_
Definition: GsfElectronMCAnalyzer.h:426
GsfElectronMCAnalyzer::h_ele_HoE_barrel
TH1F * h_ele_HoE_barrel
Definition: GsfElectronMCAnalyzer.h:383
GsfElectronMCAnalyzer::h_ele_dEtaEleCl_propOut_eg_endcaps
TH1F * h_ele_dEtaEleCl_propOut_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:353
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_all_barrel
TH1F * h_ele_dEtaCl_propOut_all_barrel
Definition: GsfElectronMCAnalyzer.h:100
GsfElectronMCAnalyzer::h_ele_vertexP
TH1F * h_ele_vertexP
Definition: GsfElectronMCAnalyzer.h:130
GsfElectronMCAnalyzer::h_ele_dPhiEleCl_propOut
TH1F * h_ele_dPhiEleCl_propOut
Definition: GsfElectronMCAnalyzer.h:357
GsfElectronMCAnalyzer::h_ele_PoPtrue_showering_barrel
TH1F * h_ele_PoPtrue_showering_barrel
Definition: GsfElectronMCAnalyzer.h:241
GsfElectronMCAnalyzer::mcEnergy
float mcEnergy[10]
Definition: GsfElectronMCAnalyzer.h:52
GsfElectronMCAnalyzer::h_ele_dEtaClVsPt_propOut
TH2F * h_ele_dEtaClVsPt_propOut
Definition: GsfElectronMCAnalyzer.h:338
GsfElectronMCAnalyzer::histSclEtVsEta_
TH2F * histSclEtVsEta_
Definition: GsfElectronMCAnalyzer.h:170
GsfElectronMCAnalyzer::lhitsmax
double lhitsmax
Definition: GsfElectronMCAnalyzer.h:453
GsfElectronMCAnalyzer::h_ele_mva
TH1F * h_ele_mva
Definition: GsfElectronMCAnalyzer.h:411
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_eg_barrel
TH1F * h_ele_dPhiCl_propOut_eg_barrel
Definition: GsfElectronMCAnalyzer.h:343
GsfElectronMCAnalyzer::histNum_
TH1F * histNum_
Definition: GsfElectronMCAnalyzer.h:148
GsfElectronMCAnalyzer::h_ele_hcalDepth1TowerSumEt_dr03
TH1F * h_ele_hcalDepth1TowerSumEt_dr03
Definition: GsfElectronMCAnalyzer.h:417
GsfElectronMCAnalyzer::electronCollection_
edm::InputTag electronCollection_
Definition: GsfElectronMCAnalyzer.h:425
GsfElectronMCAnalyzer::h_ele_seed_dphi2VsPt_
TH2F * h_ele_seed_dphi2VsPt_
Definition: GsfElectronMCAnalyzer.h:369
GsfElectronMCAnalyzer::h_ele_dPhiClVsPt_propOut
TH2F * h_ele_dPhiClVsPt_propOut
Definition: GsfElectronMCAnalyzer.h:347
edm::ParameterSet
Definition: ParameterSet.h:36
GsfElectronMCAnalyzer::h_ele_mee_os_gb
TH1F * h_ele_mee_os_gb
Definition: GsfElectronMCAnalyzer.h:120
GsfElectronMCAnalyzer::h_ele_foundHits_barrel
TH1F * h_ele_foundHits_barrel
Definition: GsfElectronMCAnalyzer.h:214
GsfElectronMCAnalyzer::h_ele_PtinVsPtoutGolden_mode
TH2F * h_ele_PtinVsPtoutGolden_mode
Definition: GsfElectronMCAnalyzer.h:402
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_eg
TH1F * h_ele_dPhiCl_propOut_eg
Definition: GsfElectronMCAnalyzer.h:342
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_eg_new
TH1F * histSclEoEtrue_endcaps_eg_new
Definition: GsfElectronMCAnalyzer.h:163
GsfElectronMCAnalyzer::mcPhi
float mcPhi[10]
Definition: GsfElectronMCAnalyzer.h:52
Event.h
GsfElectronMCAnalyzer::h_ele_fbremVsEta_mean
TProfile * h_ele_fbremVsEta_mean
Definition: GsfElectronMCAnalyzer.h:396
GsfElectronMCAnalyzer::dphimax
double dphimax
Definition: GsfElectronMCAnalyzer.h:447
GsfElectronMCAnalyzer::histSclEtVsPhi_
TH2F * histSclEtVsPhi_
Definition: GsfElectronMCAnalyzer.h:171
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_all_barrel
TH1F * h_ele_dPhiSc_propVtx_all_barrel
Definition: GsfElectronMCAnalyzer.h:97
GsfElectronMCAnalyzer::nbinp2D
int nbinp2D
Definition: GsfElectronMCAnalyzer.h:465
GsfElectronMCAnalyzer::nbindphimatch
int nbindphimatch
Definition: GsfElectronMCAnalyzer.h:477
GsfElectronMCAnalyzer::h_ele_chargeVsEta
TH2F * h_ele_chargeVsEta
Definition: GsfElectronMCAnalyzer.h:127
GsfElectronMCAnalyzer::h_ele_EoPout_barrel
TH1F * h_ele_EoPout_barrel
Definition: GsfElectronMCAnalyzer.h:294
GsfElectronMCAnalyzer::histSclSigEtaEta_endcaps_
TH1F * histSclSigEtaEta_endcaps_
Definition: GsfElectronMCAnalyzer.h:180
GsfElectronMCAnalyzer::h_ele_outerP_mode
TH1F * h_ele_outerP_mode
Definition: GsfElectronMCAnalyzer.h:268
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut
TH1F * h_ele_dPhiCl_propOut
Definition: GsfElectronMCAnalyzer.h:339
GsfElectronMCAnalyzer::histSclSigIEtaIEta_endcaps_
TH1F * histSclSigIEtaIEta_endcaps_
Definition: GsfElectronMCAnalyzer.h:183
TrajectoryStateTransform
Definition: TrajectoryStateTransform.h:47
GsfElectronMCAnalyzer::etamax
double etamax
Definition: GsfElectronMCAnalyzer.h:437
GsfElectronMCAnalyzer::h_ele_dEtaEleCl_propOut
TH1F * h_ele_dEtaEleCl_propOut
Definition: GsfElectronMCAnalyzer.h:348
GsfElectronMCAnalyzer::h_ele_EtaMnEtaTrue_barrel
TH1F * h_ele_EtaMnEtaTrue_barrel
Definition: GsfElectronMCAnalyzer.h:247
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_deegap_new
TH1F * histSclEoEtrue_endcaps_deegap_new
Definition: GsfElectronMCAnalyzer.h:167
GsfElectronMCAnalyzer::h_ele_mee_all
TH1F * h_ele_mee_all
Definition: GsfElectronMCAnalyzer.h:114
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_eg_new
TH1F * histSclEoEtrue_barrel_eg_new
Definition: GsfElectronMCAnalyzer.h:162
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_endcaps
TH1F * h_ele_dEtaSc_propVtx_endcaps
Definition: GsfElectronMCAnalyzer.h:314
GsfElectronMCAnalyzer::h_ele_vertexEta_all
TH1F * h_ele_vertexEta_all
Definition: GsfElectronMCAnalyzer.h:111
GsfElectronMCAnalyzer::histSclE1x5_eg_
TH1F * histSclE1x5_eg_
Definition: GsfElectronMCAnalyzer.h:199
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_endcaps
TH1F * h_ele_dPhiSc_propVtx_endcaps
Definition: GsfElectronMCAnalyzer.h:323
GsfElectronMCAnalyzer::h_ele_tkSumPt_dr03
TH1F * h_ele_tkSumPt_dr03
Definition: GsfElectronMCAnalyzer.h:415
GsfElectronMCAnalyzer::h_ele_outerPtVsPhi_mode
TH2F * h_ele_outerPtVsPhi_mode
Definition: GsfElectronMCAnalyzer.h:273
GsfElectronMCAnalyzer::deltaR_
double deltaR_
Definition: GsfElectronMCAnalyzer.h:431
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_deegap
TH1F * histSclEoEtrue_endcaps_deegap
Definition: GsfElectronMCAnalyzer.h:158
GsfElectronMCAnalyzer::h_ele_PinVsPoutGolden_mode
TH2F * h_ele_PinVsPoutGolden_mode
Definition: GsfElectronMCAnalyzer.h:398
GsfElectronMCAnalyzer::detamatchmax
double detamatchmax
Definition: GsfElectronMCAnalyzer.h:449
GsfElectronMCAnalyzer::histSclEoEtrue_ebeegap
TH1F * histSclEoEtrue_ebeegap
Definition: GsfElectronMCAnalyzer.h:157
GsfElectronMCAnalyzer::h_ele_lostHitsVsEta
TH2F * h_ele_lostHitsVsEta
Definition: GsfElectronMCAnalyzer.h:222
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrueVsEta
TH2F * h_ele_PhiMnPhiTrueVsEta
Definition: GsfElectronMCAnalyzer.h:256
GsfElectronMCAnalyzer::h_ele_mee_os_bb
TH1F * h_ele_mee_os_bb
Definition: GsfElectronMCAnalyzer.h:121
GsfElectronMCAnalyzer::h_ele_PinVsPoutGolden_mean
TH2F * h_ele_PinVsPoutGolden_mean
Definition: GsfElectronMCAnalyzer.h:400
GsfElectronMCAnalyzer::histSclE1x5_endcaps_
TH1F * histSclE1x5_endcaps_
Definition: GsfElectronMCAnalyzer.h:186
GsfElectronMCAnalyzer::h_ele_outerPtVsEta_mode
TH2F * h_ele_outerPtVsEta_mode
Definition: GsfElectronMCAnalyzer.h:272
GsfElectronMCAnalyzer::h_ele_chargeVsPt
TH2F * h_ele_chargeVsPt
Definition: GsfElectronMCAnalyzer.h:129
GsfElectronMCAnalyzer::h_ele_PoPtrueVsPt
TH2F * h_ele_PoPtrueVsPt
Definition: GsfElectronMCAnalyzer.h:236
GsfElectronMCAnalyzer::h_ele_foundHits
TH1F * h_ele_foundHits
Definition: GsfElectronMCAnalyzer.h:213
GsfElectronMCAnalyzer::h_ele_TIP_all_endcaps
TH1F * h_ele_TIP_all_endcaps
Definition: GsfElectronMCAnalyzer.h:107
GsfElectronMCAnalyzer::h_ele_dEtaClVsEta_propOut
TH2F * h_ele_dEtaClVsEta_propOut
Definition: GsfElectronMCAnalyzer.h:336
GsfElectronMCAnalyzer::h_ele_E2mnE1vsMee_all
TH2F * h_ele_E2mnE1vsMee_all
Definition: GsfElectronMCAnalyzer.h:123
GsfElectronMCAnalyzer::h_ele_EoPout_eg_barrel
TH1F * h_ele_EoPout_eg_barrel
Definition: GsfElectronMCAnalyzer.h:297
GsfElectronMCAnalyzer::histSclE2x5max_
TH1F * histSclE2x5max_
Definition: GsfElectronMCAnalyzer.h:187
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_all_endcaps
TH1F * h_ele_dEtaSc_propVtx_all_endcaps
Definition: GsfElectronMCAnalyzer.h:95
GsfElectronMCAnalyzer::histSclSigIEtaIEta_eg_
TH1F * histSclSigIEtaIEta_eg_
Definition: GsfElectronMCAnalyzer.h:196
edm::EventSetup
Definition: EventSetup.h:57
GsfElectronMCAnalyzer::h_ele_Et_all
TH1F * h_ele_Et_all
Definition: GsfElectronMCAnalyzer.h:113
GsfElectronMCAnalyzer::h_simPt
TH1F * h_simPt
Definition: GsfElectronMCAnalyzer.h:63
GsfElectronMCAnalyzer::dphimatchmin
double dphimatchmin
Definition: GsfElectronMCAnalyzer.h:450
GsfElectronMCAnalyzer::superclusterPhi
float superclusterPhi[10]
Definition: GsfElectronMCAnalyzer.h:53
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_etagap
TH1F * histSclEoEtrue_barrel_etagap
Definition: GsfElectronMCAnalyzer.h:155
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
GsfElectronMCAnalyzer::nbinpoptrue
int nbinpoptrue
Definition: GsfElectronMCAnalyzer.h:480
GsfElectronMCAnalyzer::hoemax
double hoemax
Definition: GsfElectronMCAnalyzer.h:459
GsfElectronMCAnalyzer::h_ele_HoE_eg_barrel
TH1F * h_ele_HoE_eg_barrel
Definition: GsfElectronMCAnalyzer.h:386
GsfElectronMCAnalyzer::h_ele_vertexPt_5100
TH1F * h_ele_vertexPt_5100
Definition: GsfElectronMCAnalyzer.h:135
GsfElectronMCAnalyzer::eopmaxsht
double eopmaxsht
Definition: GsfElectronMCAnalyzer.h:443
GsfElectronMCAnalyzer::histSclEt_
TH1F * histSclEt_
Definition: GsfElectronMCAnalyzer.h:169
GsfElectronMCAnalyzer::histSclSigIEtaIEta_eg_barrel_
TH1F * histSclSigIEtaIEta_eg_barrel_
Definition: GsfElectronMCAnalyzer.h:197
GsfElectronMCAnalyzer::h_ele_PinMnPoutVsE_mode
TH2F * h_ele_PinMnPoutVsE_mode
Definition: GsfElectronMCAnalyzer.h:264
GsfElectronMCAnalyzer::h_ele_EoverP_all
TH1F * h_ele_EoverP_all
Definition: GsfElectronMCAnalyzer.h:81
GsfElectronMCAnalyzer::h_ele_EseedOP_all_barrel
TH1F * h_ele_EseedOP_all_barrel
Definition: GsfElectronMCAnalyzer.h:85
GsfElectronMCAnalyzer::h_ele_PtinVsPtoutShowering_mean
TH2F * h_ele_PtinVsPtoutShowering_mean
Definition: GsfElectronMCAnalyzer.h:405
GsfElectronMCAnalyzer::h_ele_fbremVsEta_mode
TProfile * h_ele_fbremVsEta_mode
Definition: GsfElectronMCAnalyzer.h:395
GsfElectronMCAnalyzer::h_ele_dPhiScVsEta_propVtx
TH2F * h_ele_dPhiScVsEta_propVtx
Definition: GsfElectronMCAnalyzer.h:327
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_eg_endcaps
TH1F * h_ele_dEtaSc_propVtx_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:317
GsfElectronMCAnalyzer::h_ele_TIP_all_barrel
TH1F * h_ele_TIP_all_barrel
Definition: GsfElectronMCAnalyzer.h:106
GsfElectronMCAnalyzer::histSclE2x5max_eg_barrel_
TH1F * histSclE2x5max_eg_barrel_
Definition: GsfElectronMCAnalyzer.h:203
GsfElectronMCAnalyzer::h_ele_EoPout_eg
TH1F * h_ele_EoPout_eg
Definition: GsfElectronMCAnalyzer.h:296
GsfElectronMCAnalyzer::h_ele_HoE_all_barrel
TH1F * h_ele_HoE_all_barrel
Definition: GsfElectronMCAnalyzer.h:109
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_etagap_new
TH1F * histSclEoEtrue_barrel_etagap_new
Definition: GsfElectronMCAnalyzer.h:164
GsfElectronMCAnalyzer::h_ele_EtaMnEtaTrueVsPhi
TH2F * h_ele_EtaMnEtaTrueVsPhi
Definition: GsfElectronMCAnalyzer.h:250
GsfElectronMCAnalyzer::h_ele_mee_os_eeee
TH1F * h_ele_mee_os_eeee
Definition: GsfElectronMCAnalyzer.h:118
GsfElectronMCAnalyzer::h_ele_PoPtrue_endcaps
TH1F * h_ele_PoPtrue_endcaps
Definition: GsfElectronMCAnalyzer.h:238
GsfElectronMCAnalyzer::nbindeta
int nbindeta
Definition: GsfElectronMCAnalyzer.h:474
GsfElectronMCAnalyzer::h_ele_PinMnPoutVsPhi_mode
TH2F * h_ele_PinMnPoutVsPhi_mode
Definition: GsfElectronMCAnalyzer.h:262
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrue_endcaps
TH1F * h_ele_PhiMnPhiTrue_endcaps
Definition: GsfElectronMCAnalyzer.h:254
GsfElectronMCAnalyzer::h_ele_lostHits_barrel
TH1F * h_ele_lostHits_barrel
Definition: GsfElectronMCAnalyzer.h:220
GsfElectronMCAnalyzer::h_ele_hcalDepth2TowerSumEt_dr03
TH1F * h_ele_hcalDepth2TowerSumEt_dr03
Definition: GsfElectronMCAnalyzer.h:418
GsfElectronMCAnalyzer::h_ele_ecalRecHitSumEt_dr04
TH1F * h_ele_ecalRecHitSumEt_dr04
Definition: GsfElectronMCAnalyzer.h:420
GsfElectronMCAnalyzer::h_ele_ambiguousTracksVsEta
TH2F * h_ele_ambiguousTracksVsEta
Definition: GsfElectronMCAnalyzer.h:210
GsfElectronMCAnalyzer::h_ele_PoPtrue_golden_endcaps
TH1F * h_ele_PoPtrue_golden_endcaps
Definition: GsfElectronMCAnalyzer.h:240
GsfElectronMCAnalyzer::h_ele_E2mnE1vsMee_egeg_all
TH2F * h_ele_E2mnE1vsMee_egeg_all
Definition: GsfElectronMCAnalyzer.h:124
GsfElectronMCAnalyzer::eopmax
double eopmax
Definition: GsfElectronMCAnalyzer.h:442
GsfElectronMCAnalyzer::h_ele_mee_os
TH1F * h_ele_mee_os
Definition: GsfElectronMCAnalyzer.h:115
GsfElectronMCAnalyzer::histSclE5x5_endcaps_
TH1F * histSclE5x5_endcaps_
Definition: GsfElectronMCAnalyzer.h:192
GsfElectronMCAnalyzer::nbinphi
int nbinphi
Definition: GsfElectronMCAnalyzer.h:464
GsfElectronMCAnalyzer::h_ele_HoE_endcaps
TH1F * h_ele_HoE_endcaps
Definition: GsfElectronMCAnalyzer.h:384
GsfElectronMCAnalyzer::h_ele_vertexPtVsPhi
TH2F * h_ele_vertexPtVsPhi
Definition: GsfElectronMCAnalyzer.h:134
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_all_endcaps
TH1F * h_ele_dPhiCl_propOut_all_endcaps
Definition: GsfElectronMCAnalyzer.h:104
GsfElectronMCAnalyzer::histSclSigEtaEta_
TH1F * histSclSigEtaEta_
Definition: GsfElectronMCAnalyzer.h:178
GsfElectronMCAnalyzer::h_eleNum
TH1F * h_eleNum
Definition: GsfElectronMCAnalyzer.h:57
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrue_barrel
TH1F * h_ele_PhiMnPhiTrue_barrel
Definition: GsfElectronMCAnalyzer.h:253
GsfElectronMCAnalyzer::h_ele_PhiMnPhiTrue2
TH1F * h_ele_PhiMnPhiTrue2
Definition: GsfElectronMCAnalyzer.h:255
GsfElectronMCAnalyzer::matchingIDs_
std::vector< int > matchingIDs_
Definition: GsfElectronMCAnalyzer.h:432
GsfElectronMCAnalyzer::h_ele_dEtaEleCl_propOut_eg_barrel
TH1F * h_ele_dEtaEleCl_propOut_eg_barrel
Definition: GsfElectronMCAnalyzer.h:352
GsfElectronMCAnalyzer::h_ele_EoP_barrel
TH1F * h_ele_EoP_barrel
Definition: GsfElectronMCAnalyzer.h:276
GsfElectronMCAnalyzer::h_ele_simPt_matched_qmisid
TH1F * h_ele_simPt_matched_qmisid
Definition: GsfElectronMCAnalyzer.h:77
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_all
TH1F * h_ele_dPhiSc_propVtx_all
Definition: GsfElectronMCAnalyzer.h:96
GsfElectronMCAnalyzer::mcQ
float mcQ[10]
Definition: GsfElectronMCAnalyzer.h:52
GsfElectronMCAnalyzer::h_ele_dEtaEleCl_propOut_endcaps
TH1F * h_ele_dEtaEleCl_propOut_endcaps
Definition: GsfElectronMCAnalyzer.h:350
GsfElectronMCAnalyzer::h_ele_EtaMnEtaTrue
TH1F * h_ele_EtaMnEtaTrue
Definition: GsfElectronMCAnalyzer.h:246
GsfElectronMCAnalyzer::h_ele_fbrem
TH1F * h_ele_fbrem
Definition: GsfElectronMCAnalyzer.h:393
GsfElectronMCAnalyzer::h_ele_EoPout
TH1F * h_ele_EoPout
Definition: GsfElectronMCAnalyzer.h:293
GsfElectronMCAnalyzer::h_ele_dEtaEleClVsEta_propOut
TH2F * h_ele_dEtaEleClVsEta_propOut
Definition: GsfElectronMCAnalyzer.h:354
GsfElectronMCAnalyzer::h_ele_dEtaEleClVsPhi_propOut
TH2F * h_ele_dEtaEleClVsPhi_propOut
Definition: GsfElectronMCAnalyzer.h:355
GsfElectronMCAnalyzer::histSclEoEtruePfVsEg
TH2F * histSclEoEtruePfVsEg
Definition: GsfElectronMCAnalyzer.h:176
GsfElectronMCAnalyzer::histSclE5x5_barrel_
TH1F * histSclE5x5_barrel_
Definition: GsfElectronMCAnalyzer.h:191
GsfElectronMCAnalyzer::h_ele_EseedOP_eg_endcaps
TH1F * h_ele_EseedOP_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:289
GsfElectronMCAnalyzer::h_ele_EeleOPout_all_barrel
TH1F * h_ele_EeleOPout_all_barrel
Definition: GsfElectronMCAnalyzer.h:91
GsfElectronMCAnalyzer::h_ele_dEtaScVsPt_propVtx
TH2F * h_ele_dEtaScVsPt_propVtx
Definition: GsfElectronMCAnalyzer.h:320
GsfElectronMCAnalyzer::h_ele_EeleOPout_eg_barrel
TH1F * h_ele_EeleOPout_eg_barrel
Definition: GsfElectronMCAnalyzer.h:306
GsfElectronMCAnalyzer::matchingMotherIDs_
std::vector< int > matchingMotherIDs_
Definition: GsfElectronMCAnalyzer.h:433
GsfElectronMCAnalyzer::h_ele_foundHitsVsPhi
TH2F * h_ele_foundHitsVsPhi
Definition: GsfElectronMCAnalyzer.h:217
GsfElectronMCAnalyzer::nbindetamatch2D
int nbindetamatch2D
Definition: GsfElectronMCAnalyzer.h:478
GsfElectronMCAnalyzer::h_ele_charge
TH1F * h_ele_charge
Definition: GsfElectronMCAnalyzer.h:126
GsfElectronMCAnalyzer::h_ele_chi2_endcaps
TH1F * h_ele_chi2_endcaps
Definition: GsfElectronMCAnalyzer.h:227
GsfElectronMCAnalyzer::h_ele_EoPVsE
TH2F * h_ele_EoPVsE
Definition: GsfElectronMCAnalyzer.h:283
GsfElectronMCAnalyzer::h_ele_dEtaEleClVsPt_propOut
TH2F * h_ele_dEtaEleClVsPt_propOut
Definition: GsfElectronMCAnalyzer.h:356
GsfElectronMCAnalyzer::h_ele_dPhiEleCl_propOut_barrel
TH1F * h_ele_dPhiEleCl_propOut_barrel
Definition: GsfElectronMCAnalyzer.h:358
GsfElectronMCAnalyzer::h_ele_eta_bbrem
TH1F * h_ele_eta_bbrem
Definition: GsfElectronMCAnalyzer.h:378
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_eg_barrel
TH1F * h_ele_dEtaSc_propVtx_eg_barrel
Definition: GsfElectronMCAnalyzer.h:316
GsfElectronMCAnalyzer::detamatchmin
double detamatchmin
Definition: GsfElectronMCAnalyzer.h:448
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps_new
TH1F * histSclEoEtrue_endcaps_new
Definition: GsfElectronMCAnalyzer.h:161
GsfElectronMCAnalyzer::h_ele_seed_drz2VsPt_
TH2F * h_ele_seed_drz2VsPt_
Definition: GsfElectronMCAnalyzer.h:372
GsfElectronMCAnalyzer::h_simAbsEta
TH1F * h_simAbsEta
Definition: GsfElectronMCAnalyzer.h:61
GsfElectronMCAnalyzer::histSclEoEtrueGolden_barrel
TH1F * histSclEoEtrueGolden_barrel
Definition: GsfElectronMCAnalyzer.h:406
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_phigap
TH1F * histSclEoEtrue_barrel_phigap
Definition: GsfElectronMCAnalyzer.h:156
EventSetup.h
GsfElectronMCAnalyzer::h_ele_seed_dphi2VsEta_
TH2F * h_ele_seed_dphi2VsEta_
Definition: GsfElectronMCAnalyzer.h:368
GsfElectronMCAnalyzer::h_ele_EeleOPout
TH1F * h_ele_EeleOPout
Definition: GsfElectronMCAnalyzer.h:302
TrajectoryStateTransform.h
GsfElectronMCAnalyzer::h_ele_chi2VsPt
TH2F * h_ele_chi2VsPt
Definition: GsfElectronMCAnalyzer.h:230
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_barrel
TH1F * h_ele_dEtaCl_propOut_barrel
Definition: GsfElectronMCAnalyzer.h:331
GsfElectronMCAnalyzer::h_ele_dEtaClVsPhi_propOut
TH2F * h_ele_dEtaClVsPhi_propOut
Definition: GsfElectronMCAnalyzer.h:337
GsfElectronMCAnalyzer::histSclEoEtrue_endcaps
TH1F * histSclEoEtrue_endcaps
Definition: GsfElectronMCAnalyzer.h:152
GsfElectronMCAnalyzer::h_ele_simPt_matched
TH1F * h_ele_simPt_matched
Definition: GsfElectronMCAnalyzer.h:70
GsfElectronMCAnalyzer::h_ele_vertexTIPVsPhi
TH2F * h_ele_vertexTIPVsPhi
Definition: GsfElectronMCAnalyzer.h:145
GsfElectronMCAnalyzer::h_ele_vertexEtaVsPhi
TH2F * h_ele_vertexEtaVsPhi
Definition: GsfElectronMCAnalyzer.h:137
GsfElectronMCAnalyzer::nbinpt
int nbinpt
Definition: GsfElectronMCAnalyzer.h:462
GsfElectronMCAnalyzer::theMagField
edm::ESHandle< MagneticField > theMagField
Definition: GsfElectronMCAnalyzer.h:49
GsfElectronMCAnalyzer::h_ele_HoE_eg_endcaps
TH1F * h_ele_HoE_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:387
GsfElectronMCAnalyzer::h_ele_TIP_all
TH1F * h_ele_TIP_all
Definition: GsfElectronMCAnalyzer.h:105
GsfElectronMCAnalyzer::nbinhoe
int nbinhoe
Definition: GsfElectronMCAnalyzer.h:482
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_barrel
TH1F * h_ele_dPhiSc_propVtx_barrel
Definition: GsfElectronMCAnalyzer.h:322
GsfElectronMCAnalyzer::h_ele_HoEVsPhi
TH2F * h_ele_HoEVsPhi
Definition: GsfElectronMCAnalyzer.h:390
GsfElectronMCAnalyzer::h_ele_EseedOP_all_endcaps
TH1F * h_ele_EseedOP_all_endcaps
Definition: GsfElectronMCAnalyzer.h:86
GsfElectronMCAnalyzer::h_simP
TH1F * h_simP
Definition: GsfElectronMCAnalyzer.h:62
GsfElectronMCAnalyzer::detamax
double detamax
Definition: GsfElectronMCAnalyzer.h:445
GsfElectronMCAnalyzer::poptruemax
double poptruemax
Definition: GsfElectronMCAnalyzer.h:455
GsfElectronMCAnalyzer::nbinlhits
int nbinlhits
Definition: GsfElectronMCAnalyzer.h:472
GsfElectronMCAnalyzer::seedPt
float seedPt[10]
Definition: GsfElectronMCAnalyzer.h:54
GsfElectronMCAnalyzer::poptruemin
double poptruemin
Definition: GsfElectronMCAnalyzer.h:454
GsfElectronMCAnalyzer::h_ele_EoPout_all
TH1F * h_ele_EoPout_all
Definition: GsfElectronMCAnalyzer.h:87
GsfElectronMCAnalyzer::h_ele_PoPtrueVsPhi
TH2F * h_ele_PoPtrueVsPhi
Definition: GsfElectronMCAnalyzer.h:235
GsfElectronMCAnalyzer::h_ele_dPhiEleClVsPt_propOut
TH2F * h_ele_dPhiEleClVsPt_propOut
Definition: GsfElectronMCAnalyzer.h:365
GsfElectronMCAnalyzer::h_ele_outerPVsEta_mode
TH2F * h_ele_outerPVsEta_mode
Definition: GsfElectronMCAnalyzer.h:269
GsfElectronMCAnalyzer::h_ele_fbrem_eg
TH1F * h_ele_fbrem_eg
Definition: GsfElectronMCAnalyzer.h:394
ParameterSet.h
GsfElectronMCAnalyzer::h_ele_PoPtrue_barrel
TH1F * h_ele_PoPtrue_barrel
Definition: GsfElectronMCAnalyzer.h:237
GsfElectronMCAnalyzer::h_ele_dEtaCl_propOut_endcaps
TH1F * h_ele_dEtaCl_propOut_endcaps
Definition: GsfElectronMCAnalyzer.h:332
GsfElectronMCAnalyzer::h_ele_PtoPttrue
TH1F * h_ele_PtoPttrue
Definition: GsfElectronMCAnalyzer.h:233
GsfElectronMCAnalyzer::h_ele_vertexY
TH1F * h_ele_vertexY
Definition: GsfElectronMCAnalyzer.h:141
GsfElectronMCAnalyzer::h_ele_EeleOPout_barrel
TH1F * h_ele_EeleOPout_barrel
Definition: GsfElectronMCAnalyzer.h:303
GsfElectronMCAnalyzer::h_ele_EoPout_eg_endcaps
TH1F * h_ele_EoPout_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:298
edm::Event
Definition: Event.h:73
GsfElectronMCAnalyzer::h_ele_EseedOP
TH1F * h_ele_EseedOP
Definition: GsfElectronMCAnalyzer.h:284
GsfElectronMCAnalyzer::h_ele_Et
TH1F * h_ele_Et
Definition: GsfElectronMCAnalyzer.h:132
GsfElectronMCAnalyzer::h_ele_PinMnPoutVsChi2_mode
TH2F * h_ele_PinMnPoutVsChi2_mode
Definition: GsfElectronMCAnalyzer.h:265
GsfElectronMCAnalyzer::histSclEta_
TH1F * histSclEta_
Definition: GsfElectronMCAnalyzer.h:173
GsfElectronMCAnalyzer::h_ele_PinMnPout
TH1F * h_ele_PinMnPout
Definition: GsfElectronMCAnalyzer.h:259
MagneticField
Definition: MagneticField.h:19
GsfElectronMCAnalyzer::histSclEoEtrue_barrel_new
TH1F * histSclEoEtrue_barrel_new
Definition: GsfElectronMCAnalyzer.h:160
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_endcaps
TH1F * h_ele_dPhiCl_propOut_endcaps
Definition: GsfElectronMCAnalyzer.h:341
GsfElectronMCAnalyzer::h_simPtEta
TH2F * h_simPtEta
Definition: GsfElectronMCAnalyzer.h:66
GsfElectronMCAnalyzer::h_ele_dPhiCl_propOut_all_barrel
TH1F * h_ele_dPhiCl_propOut_all_barrel
Definition: GsfElectronMCAnalyzer.h:103
GsfElectronMCAnalyzer::h_ele_hcalDepth2TowerSumEt_dr04
TH1F * h_ele_hcalDepth2TowerSumEt_dr04
Definition: GsfElectronMCAnalyzer.h:422
GsfElectronMCAnalyzer::h_ele_EoP_eg_barrel
TH1F * h_ele_EoP_eg_barrel
Definition: GsfElectronMCAnalyzer.h:279
GsfElectronMCAnalyzer::phimin
double phimin
Definition: GsfElectronMCAnalyzer.h:438
GsfElectronMCAnalyzer::h_ele_dPhiEleCl_propOut_eg_barrel
TH1F * h_ele_dPhiEleCl_propOut_eg_barrel
Definition: GsfElectronMCAnalyzer.h:361
GsfElectronMCAnalyzer::histSclE5x5_eg_endcaps_
TH1F * histSclE5x5_eg_endcaps_
Definition: GsfElectronMCAnalyzer.h:207
GsfElectronMCAnalyzer::histSclEoEtrue_ebeegap_new
TH1F * histSclEoEtrue_ebeegap_new
Definition: GsfElectronMCAnalyzer.h:166
GsfElectronMCAnalyzer::nbinxyz
int nbinxyz
Definition: GsfElectronMCAnalyzer.h:473
GsfElectronMCAnalyzer::h_ele_EseedOPVsEta
TH2F * h_ele_EseedOPVsEta
Definition: GsfElectronMCAnalyzer.h:290
GsfElectronMCAnalyzer::etamin
double etamin
Definition: GsfElectronMCAnalyzer.h:436
edm::InputTag
Definition: InputTag.h:15
GsfElectronMCAnalyzer::h_ele_EtaMnEtaTrueVsPt
TH2F * h_ele_EtaMnEtaTrueVsPt
Definition: GsfElectronMCAnalyzer.h:251
GsfElectronMCAnalyzer::maxAbsEta_
double maxAbsEta_
Definition: GsfElectronMCAnalyzer.h:430
GsfElectronMCAnalyzer::h_ele_simPhi_matched
TH1F * h_ele_simPhi_matched
Definition: GsfElectronMCAnalyzer.h:71
GsfElectronMCAnalyzer::tree_
TTree * tree_
Definition: GsfElectronMCAnalyzer.h:51
GsfElectronMCAnalyzer::h_ele_PinVsPoutShowering_mean
TH2F * h_ele_PinVsPoutShowering_mean
Definition: GsfElectronMCAnalyzer.h:401
GsfElectronMCAnalyzer::h_ele_lostHitsVsPt
TH2F * h_ele_lostHitsVsPt
Definition: GsfElectronMCAnalyzer.h:224
GsfElectronMCAnalyzer::h_ele_EeleOPout_all_endcaps
TH1F * h_ele_EeleOPout_all_endcaps
Definition: GsfElectronMCAnalyzer.h:92
GsfElectronMCAnalyzer::mcPt
float mcPt[10]
Definition: GsfElectronMCAnalyzer.h:52
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx
TH1F * h_ele_dEtaSc_propVtx
Definition: GsfElectronMCAnalyzer.h:312
GsfElectronMCAnalyzer::h_ele_EeleOPoutVsEta
TH2F * h_ele_EeleOPoutVsEta
Definition: GsfElectronMCAnalyzer.h:308
GsfElectronMCAnalyzer::fhitsmax
double fhitsmax
Definition: GsfElectronMCAnalyzer.h:452
GsfElectronMCAnalyzer::h_ele_vertexPhi
TH1F * h_ele_vertexPhi
Definition: GsfElectronMCAnalyzer.h:139
GsfElectronMCAnalyzer::h_ele_simAbsEta_matched
TH1F * h_ele_simAbsEta_matched
Definition: GsfElectronMCAnalyzer.h:69
GsfElectronMCAnalyzer::h_ele_EeleOPout_all
TH1F * h_ele_EeleOPout_all
Definition: GsfElectronMCAnalyzer.h:90
GsfElectronMCAnalyzer::transformer_
TrajectoryStateTransform transformer_
Definition: GsfElectronMCAnalyzer.h:47
GsfElectronMCAnalyzer::~GsfElectronMCAnalyzer
~GsfElectronMCAnalyzer() override
Definition: GsfElectronMCAnalyzer.cc:2409
GsfElectronMCAnalyzer::h_ele_EseedOPVsPhi
TH2F * h_ele_EseedOPVsPhi
Definition: GsfElectronMCAnalyzer.h:291
GsfElectronMCAnalyzer::h_ele_EoPoutVsPhi
TH2F * h_ele_EoPoutVsPhi
Definition: GsfElectronMCAnalyzer.h:300
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37
GsfElectronMCAnalyzer::h_ele_seed_drz2_
TH1F * h_ele_seed_drz2_
Definition: GsfElectronMCAnalyzer.h:370
GsfElectronMCAnalyzer::h_ele_EeleOPout_eg
TH1F * h_ele_EeleOPout_eg
Definition: GsfElectronMCAnalyzer.h:305
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_eg_barrel
TH1F * h_ele_dPhiSc_propVtx_eg_barrel
Definition: GsfElectronMCAnalyzer.h:325
GsfElectronMCAnalyzer::superclusterEta
float superclusterEta[10]
Definition: GsfElectronMCAnalyzer.h:53
GsfElectronMCAnalyzer::h_ele_dPhiSc_propVtx_eg_endcaps
TH1F * h_ele_dPhiSc_propVtx_eg_endcaps
Definition: GsfElectronMCAnalyzer.h:326
GsfElectronMCAnalyzer::beginJob
void beginJob() override
Definition: GsfElectronMCAnalyzer.cc:113
GsfElectronMCAnalyzer::phimax
double phimax
Definition: GsfElectronMCAnalyzer.h:439
GsfElectronMCAnalyzer::h_ele_dEtaSc_propVtx_all_barrel
TH1F * h_ele_dEtaSc_propVtx_all_barrel
Definition: GsfElectronMCAnalyzer.h:94
GsfElectronMCAnalyzer::h_ele_EseedOP_eg_barrel
TH1F * h_ele_EseedOP_eg_barrel
Definition: GsfElectronMCAnalyzer.h:288