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 
22 
24 
26 
27 class MagneticField;
28 class TFile;
29 class TH1F;
30 class TH2F;
31 class TH1I;
32 class TProfile;
33 class TTree;
34 
36 public:
37  explicit GsfElectronFakeAnalyzer(const edm::ParameterSet &conf);
38 
39  ~GsfElectronFakeAnalyzer() override;
40 
41  void beginJob() override;
42  void endJob() override;
43  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
44 
45 private:
49  TFile *histfile_;
50  TTree *tree_;
51  float mcEnergy[10], mcEta[10], mcPhi[10], mcPt[10], mcQ[10];
53  float seedMomentum[10], seedEta[10], seedPhi[10], seedPt[10], seedQ[10];
54 
56 
63 
69 
104 
107 
128 
129  TH1F *histNum_;
130 
131  TH1F *histSclEn_;
134  TH1F *histSclEt_;
138  TH1F *histSclEta_;
139  TH1F *histSclPhi_;
155 
172  TH1F *h_ele_chi2;
178 
201 
210  TH1F *h_ele_EoP;
246 
301 
309 
311  TH1F *h_ele_eta;
316 
317  TH1F *h_ele_HoE;
327 
328  TH1F *h_ele_fbrem;
331 
344 
345  TH1F *h_ele_mva;
347 
356 
362  bool readAOD_;
363 
364  double maxPt_;
365  double maxAbsEta_;
366  double deltaR_;
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 meemin;
388  double meemax;
389  double hoemin;
390  double hoemax;
391  int nbineta;
392  int nbinp;
393  int nbinpt;
395  int nbinphi;
396  int nbinp2D;
397  int nbinpt2D;
400  int nbineop;
404  int nbinxyz;
405  int nbindeta;
406  int nbindphi;
411  int nbinmee;
412  int nbinhoe;
413 };
414 
415 #endif
GsfElectronFakeAnalyzer::histSclE1x5_endcaps_
TH1F * histSclE1x5_endcaps_
Definition: GsfElectronFakeAnalyzer.h:148
GsfElectronFakeAnalyzer::mcQ
float mcQ[10]
Definition: GsfElectronFakeAnalyzer.h:51
GsfElectronFakeAnalyzer::h_ele_dEtaClVsPhi_propOut
TH2F * h_ele_dEtaClVsPhi_propOut
Definition: GsfElectronFakeAnalyzer.h:272
GsfElectronFakeAnalyzer::h_ele_dPhiEleCl_propOut
TH1F * h_ele_dPhiEleCl_propOut
Definition: GsfElectronFakeAnalyzer.h:292
GsfElectronFakeAnalyzer::h_ele_HoEVsPhi
TH2F * h_ele_HoEVsPhi
Definition: GsfElectronFakeAnalyzer.h:325
GsfElectronFakeAnalyzer::h_ele_HoEVsEta
TH2F * h_ele_HoEVsEta
Definition: GsfElectronFakeAnalyzer.h:324
GsfElectronFakeAnalyzer::h_ele_HoE_all_barrel
TH1F * h_ele_HoE_all_barrel
Definition: GsfElectronFakeAnalyzer.h:98
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_eg
TH1F * h_ele_dEtaCl_propOut_eg
Definition: GsfElectronFakeAnalyzer.h:268
GsfElectronFakeAnalyzer::h_ele_EoPVsE
TH2F * h_ele_EoPVsE
Definition: GsfElectronFakeAnalyzer.h:218
GsfElectronFakeAnalyzer::h_ele_PinMnPoutVsChi2_mode
TH2F * h_ele_PinMnPoutVsChi2_mode
Definition: GsfElectronFakeAnalyzer.h:200
GsfElectronFakeAnalyzer::h_ele_outerPt_mode
TH1F * h_ele_outerPt_mode
Definition: GsfElectronFakeAnalyzer.h:206
GsfElectronFakeAnalyzer::h_ele_ambiguousTracksVsPt
TH2F * h_ele_ambiguousTracksVsPt
Definition: GsfElectronFakeAnalyzer.h:159
GsfElectronFakeAnalyzer::nbinxyz
int nbinxyz
Definition: GsfElectronFakeAnalyzer.h:404
GsfElectronFakeAnalyzer::h_ele_matchingObjectAbsEta_matched
TH1F * h_ele_matchingObjectAbsEta_matched
Definition: GsfElectronFakeAnalyzer.h:65
GsfElectronFakeAnalyzer::h_ele_seed_drz2_
TH1F * h_ele_seed_drz2_
Definition: GsfElectronFakeAnalyzer.h:305
GsfElectronFakeAnalyzer::h_ele_vertexY
TH1F * h_ele_vertexY
Definition: GsfElectronFakeAnalyzer.h:122
Handle.h
GsfElectronFakeAnalyzer::h_ele_E2mnE1vsMee_all
TH2F * h_ele_E2mnE1vsMee_all
Definition: GsfElectronFakeAnalyzer.h:105
GsfElectronFakeAnalyzer::h_ele_vertexTIP
TH1F * h_ele_vertexTIP
Definition: GsfElectronFakeAnalyzer.h:124
GsfElectronFakeAnalyzer::nbinhoe
int nbinhoe
Definition: GsfElectronFakeAnalyzer.h:412
GsfElectronFakeAnalyzer::h_matchingObjectAbsEta
TH1F * h_matchingObjectAbsEta
Definition: GsfElectronFakeAnalyzer.h:58
EDAnalyzer.h
GsfElectronFakeAnalyzer::h_ele_EseedOP_eg_barrel
TH1F * h_ele_EseedOP_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:223
GsfElectronFakeAnalyzer::h_ele_vertexTIPVsEta
TH2F * h_ele_vertexTIPVsEta
Definition: GsfElectronFakeAnalyzer.h:125
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_endcaps
TH1F * h_ele_dPhiSc_propVtx_endcaps
Definition: GsfElectronFakeAnalyzer.h:258
GsfElectronFakeAnalyzer::h_ele_dPhiEleClVsEta_propOut
TH2F * h_ele_dPhiEleClVsEta_propOut
Definition: GsfElectronFakeAnalyzer.h:298
GsfElectronFakeAnalyzer::histSclE1x5_barrel_
TH1F * histSclE1x5_barrel_
Definition: GsfElectronFakeAnalyzer.h:147
GsfElectronFakeAnalyzer::h_ele_PinMnPoutVsPt_mode
TH2F * h_ele_PinMnPoutVsPt_mode
Definition: GsfElectronFakeAnalyzer.h:198
GsfElectronFakeAnalyzer::h_ele_EoverP_all
TH1F * h_ele_EoverP_all
Definition: GsfElectronFakeAnalyzer.h:70
GsfElectronFakeAnalyzer::histSclE5x5_barrel_
TH1F * histSclE5x5_barrel_
Definition: GsfElectronFakeAnalyzer.h:153
GsfElectronFakeAnalyzer::h_ele_vertexEta
TH1F * h_ele_vertexEta
Definition: GsfElectronFakeAnalyzer.h:117
TrackerGeometry.h
GsfElectronFakeAnalyzer::h_matchingObjectPt
TH1F * h_matchingObjectPt
Definition: GsfElectronFakeAnalyzer.h:60
GsfElectronFakeAnalyzer::h_ele_PoPmatchingObject
TH1F * h_ele_PoPmatchingObject
Definition: GsfElectronFakeAnalyzer.h:179
GsfElectronFakeAnalyzer::h_ele_lostHits_endcaps
TH1F * h_ele_lostHits_endcaps
Definition: GsfElectronFakeAnalyzer.h:168
GsfElectronFakeAnalyzer::h_ele_charge
TH1F * h_ele_charge
Definition: GsfElectronFakeAnalyzer.h:108
GsfElectronFakeAnalyzer::h_ele_HoE
TH1F * h_ele_HoE
Definition: GsfElectronFakeAnalyzer.h:317
GsfElectronFakeAnalyzer::h_ele_matchingObjectZ_matched
TH1F * h_ele_matchingObjectZ_matched
Definition: GsfElectronFakeAnalyzer.h:68
GsfElectronFakeAnalyzer::h_ele_foundHitsVsPt
TH2F * h_ele_foundHitsVsPt
Definition: GsfElectronFakeAnalyzer.h:165
GsfElectronFakeAnalyzer::h_ele_vertexEtaVsPhi
TH2F * h_ele_vertexEtaVsPhi
Definition: GsfElectronFakeAnalyzer.h:118
ESHandle.h
GsfElectronFakeAnalyzer::h_ele_PinMnPout
TH1F * h_ele_PinMnPout
Definition: GsfElectronFakeAnalyzer.h:194
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_all_barrel
TH1F * h_ele_dEtaSc_propVtx_all_barrel
Definition: GsfElectronFakeAnalyzer.h:83
GsfElectronFakeAnalyzer::h_ele_vertexEta_all
TH1F * h_ele_vertexEta_all
Definition: GsfElectronFakeAnalyzer.h:100
GsfElectronFakeAnalyzer::h_ele_outerPt
TH1F * h_ele_outerPt
Definition: GsfElectronFakeAnalyzer.h:205
GsfElectronFakeAnalyzer::h_ele_outerPtVsPt_mode
TH2F * h_ele_outerPtVsPt_mode
Definition: GsfElectronFakeAnalyzer.h:209
GsfElectronFakeAnalyzer::nbineop
int nbineop
Definition: GsfElectronFakeAnalyzer.h:400
GsfElectronFakeAnalyzer::h_ele_HoE_endcaps
TH1F * h_ele_HoE_endcaps
Definition: GsfElectronFakeAnalyzer.h:319
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_eg_endcaps
TH1F * h_ele_dPhiCl_propOut_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:279
GsfElectronFakeAnalyzer::h_matchingObjectP
TH1F * h_matchingObjectP
Definition: GsfElectronFakeAnalyzer.h:59
GsfElectronFakeAnalyzer::pDD
edm::ESHandle< TrackerGeometry > pDD
Definition: GsfElectronFakeAnalyzer.h:47
GsfElectronFakeAnalyzer::outputFile_
std::string outputFile_
Definition: GsfElectronFakeAnalyzer.h:357
GsfElectronFakeAnalyzer::nbindphimatch
int nbindphimatch
Definition: GsfElectronFakeAnalyzer.h:408
GsfElectronFakeAnalyzer::h_ele_provenance
TH1F * h_ele_provenance
Definition: GsfElectronFakeAnalyzer.h:346
GsfElectronFakeAnalyzer::h_ele_dEtaScVsPt_propVtx
TH2F * h_ele_dEtaScVsPt_propVtx
Definition: GsfElectronFakeAnalyzer.h:255
GsfElectronFakeAnalyzer::h_ele_EoPVsEta
TH2F * h_ele_EoPVsEta
Definition: GsfElectronFakeAnalyzer.h:216
GsfElectronFakeAnalyzer::detamin
double detamin
Definition: GsfElectronFakeAnalyzer.h:377
GsfElectronFakeAnalyzer::h_ele_EeleOPoutVsPhi
TH2F * h_ele_EeleOPoutVsPhi
Definition: GsfElectronFakeAnalyzer.h:244
GsfElectronFakeAnalyzer::h_ele_seed_dphi2VsEta_
TH2F * h_ele_seed_dphi2VsEta_
Definition: GsfElectronFakeAnalyzer.h:303
GsfElectronFakeAnalyzer::h_ele_EoverP_all_endcaps
TH1F * h_ele_EoverP_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:72
GsfElectronFakeAnalyzer::etamin
double etamin
Definition: GsfElectronFakeAnalyzer.h:369
GsfElectronFakeAnalyzer::h_ele_PinMnPoutVsPhi_mode
TH2F * h_ele_PinMnPoutVsPhi_mode
Definition: GsfElectronFakeAnalyzer.h:197
GsfElectronFakeAnalyzer::histSclE1x5_
TH1F * histSclE1x5_
Definition: GsfElectronFakeAnalyzer.h:146
GsfElectronFakeAnalyzer::h_ele_lostHitsVsEta
TH2F * h_ele_lostHitsVsEta
Definition: GsfElectronFakeAnalyzer.h:169
GsfElectronFakeAnalyzer::histSclEoEmatchingObject_barrel
TH1F * histSclEoEmatchingObject_barrel
Definition: GsfElectronFakeAnalyzer.h:132
GsfElectronFakeAnalyzer::h_ele_PhiMnPhimatchingObjectVsPt
TH2F * h_ele_PhiMnPhimatchingObjectVsPt
Definition: GsfElectronFakeAnalyzer.h:193
GsfElectronFakeAnalyzer::h_ele_dPhiEleClVsPhi_propOut
TH2F * h_ele_dPhiEleClVsPhi_propOut
Definition: GsfElectronFakeAnalyzer.h:299
GsfElectronFakeAnalyzer::h_ele_EseedOP_endcaps
TH1F * h_ele_EseedOP_endcaps
Definition: GsfElectronFakeAnalyzer.h:221
GsfElectronFakeAnalyzer::ptmax
double ptmax
Definition: GsfElectronFakeAnalyzer.h:373
GsfElectronFakeAnalyzer::electronCollection_
edm::InputTag electronCollection_
Definition: GsfElectronFakeAnalyzer.h:358
GsfElectronFakeAnalyzer::histSclEoEmatchingObject_endcaps
TH1F * histSclEoEmatchingObject_endcaps
Definition: GsfElectronFakeAnalyzer.h:133
GsfElectronFakeAnalyzer::h_matchingObjectZ
TH1F * h_matchingObjectZ
Definition: GsfElectronFakeAnalyzer.h:62
GsfElectronFakeAnalyzer::eopmaxsht
double eopmaxsht
Definition: GsfElectronFakeAnalyzer.h:376
GsfElectronFakeAnalyzer::h_ele_dEtaEleCl_propOut_eg
TH1F * h_ele_dEtaEleCl_propOut_eg
Definition: GsfElectronFakeAnalyzer.h:286
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_all_endcaps
TH1F * h_ele_dPhiSc_propVtx_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:87
GsfElectronFakeAnalyzer::pmax
double pmax
Definition: GsfElectronFakeAnalyzer.h:374
GsfElectronFakeAnalyzer::h_ele_vertexPt_all
TH1F * h_ele_vertexPt_all
Definition: GsfElectronFakeAnalyzer.h:101
GsfElectronFakeAnalyzer::mcEnergy
float mcEnergy[10]
Definition: GsfElectronFakeAnalyzer.h:51
GsfElectronFakeAnalyzer::h_ele_lostHitsVsPt
TH2F * h_ele_lostHitsVsPt
Definition: GsfElectronFakeAnalyzer.h:171
GsfElectronFakeAnalyzer::nbinpt
int nbinpt
Definition: GsfElectronFakeAnalyzer.h:393
GsfElectronFakeAnalyzer::h_ele_EeleOPoutVsE
TH2F * h_ele_EeleOPoutVsE
Definition: GsfElectronFakeAnalyzer.h:245
GsfElectronFakeAnalyzer::h_ele_ambiguousTracksVsEta
TH2F * h_ele_ambiguousTracksVsEta
Definition: GsfElectronFakeAnalyzer.h:157
GsfElectronFakeAnalyzer::h_ele_dEtaEleClVsEta_propOut
TH2F * h_ele_dEtaEleClVsEta_propOut
Definition: GsfElectronFakeAnalyzer.h:289
GsfElectronFakeAnalyzer::h_ele_dPhiClVsPhi_propOut
TH2F * h_ele_dPhiClVsPhi_propOut
Definition: GsfElectronFakeAnalyzer.h:281
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_eg_barrel
TH1F * h_ele_dEtaSc_propVtx_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:251
GsfElectronFakeAnalyzer::h_ele_mee_all
TH1F * h_ele_mee_all
Definition: GsfElectronFakeAnalyzer.h:102
GsfElectronFakeAnalyzer::h_ele_fbrem
TH1F * h_ele_fbrem
Definition: GsfElectronFakeAnalyzer.h:328
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_all
TH1F * h_ele_dEtaCl_propOut_all
Definition: GsfElectronFakeAnalyzer.h:88
GsfElectronFakeAnalyzer::h_ele_EoPout_eg
TH1F * h_ele_EoPout_eg
Definition: GsfElectronFakeAnalyzer.h:231
GsfElectronFakeAnalyzer::h_ele_vertexPtVsEta
TH2F * h_ele_vertexPtVsEta
Definition: GsfElectronFakeAnalyzer.h:114
GsfElectronFakeAnalyzer::h_ele_PinMnPoutVsEta_mode
TH2F * h_ele_PinMnPoutVsEta_mode
Definition: GsfElectronFakeAnalyzer.h:196
GsfElectronFakeAnalyzer::endJob
void endJob() override
Definition: GsfElectronFakeAnalyzer.cc:1203
GsfElectronFakeAnalyzer::h_ele_EtaMnEtamatchingObjectVsPt
TH2F * h_ele_EtaMnEtamatchingObjectVsPt
Definition: GsfElectronFakeAnalyzer.h:188
GsfElectronFakeAnalyzer::h_ele_ecalRecHitSumEt_dr03
TH1F * h_ele_ecalRecHitSumEt_dr03
Definition: GsfElectronFakeAnalyzer.h:349
GsfElectronFakeAnalyzer::h_ele_chi2VsPt
TH2F * h_ele_chi2VsPt
Definition: GsfElectronFakeAnalyzer.h:177
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx
TH1F * h_ele_dEtaSc_propVtx
Definition: GsfElectronFakeAnalyzer.h:247
GsfElectronFakeAnalyzer::nbineta
int nbineta
Definition: GsfElectronFakeAnalyzer.h:391
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_eg_barrel
TH1F * h_ele_dPhiCl_propOut_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:278
GsfElectronFakeAnalyzer::h_matchingObjectPhi
TH1F * h_matchingObjectPhi
Definition: GsfElectronFakeAnalyzer.h:61
GsfElectronFakeAnalyzer::h_ele_EeleOPoutVsEta
TH2F * h_ele_EeleOPoutVsEta
Definition: GsfElectronFakeAnalyzer.h:243
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_all_endcaps
TH1F * h_ele_dPhiCl_propOut_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:93
GsfElectronFakeAnalyzer::h_ele_dPhiEleCl_propOut_endcaps
TH1F * h_ele_dPhiEleCl_propOut_endcaps
Definition: GsfElectronFakeAnalyzer.h:294
GsfElectronFakeAnalyzer::h_ele_EeleOPout_all_barrel
TH1F * h_ele_EeleOPout_all_barrel
Definition: GsfElectronFakeAnalyzer.h:80
GsfElectronFakeAnalyzer::h_ele_eta_golden
TH1F * h_ele_eta_golden
Definition: GsfElectronFakeAnalyzer.h:312
GsfElectronFakeAnalyzer::nbinp2D
int nbinp2D
Definition: GsfElectronFakeAnalyzer.h:396
GsfElectronFakeAnalyzer::mcPhi
float mcPhi[10]
Definition: GsfElectronFakeAnalyzer.h:51
edm::one::EDAnalyzer
Definition: EDAnalyzer.h:30
GsfElectronFakeAnalyzer::seedMomentum
float seedMomentum[10]
Definition: GsfElectronFakeAnalyzer.h:53
GsfElectronFakeAnalyzer::h_ele_EtaMnEtamatchingObject
TH1F * h_ele_EtaMnEtamatchingObject
Definition: GsfElectronFakeAnalyzer.h:185
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_endcaps
TH1F * h_ele_dPhiCl_propOut_endcaps
Definition: GsfElectronFakeAnalyzer.h:276
GsfElectronFakeAnalyzer::h_ele_outerPtVsPhi_mode
TH2F * h_ele_outerPtVsPhi_mode
Definition: GsfElectronFakeAnalyzer.h:208
GsfElectronFakeAnalyzer::h_ele_dEtaEleClVsPt_propOut
TH2F * h_ele_dEtaEleClVsPt_propOut
Definition: GsfElectronFakeAnalyzer.h:291
GsfElectronFakeAnalyzer::h_ele_eta_bbrem
TH1F * h_ele_eta_bbrem
Definition: GsfElectronFakeAnalyzer.h:313
GsfElectronFakeAnalyzer::h_ele_dPhiClVsEta_propOut
TH2F * h_ele_dPhiClVsEta_propOut
Definition: GsfElectronFakeAnalyzer.h:280
GsfElectronFakeAnalyzer::h_ele_dPhiScVsPt_propVtx
TH2F * h_ele_dPhiScVsPt_propVtx
Definition: GsfElectronFakeAnalyzer.h:264
GsfElectronFakeAnalyzer::h_ele_EseedOP_all
TH1F * h_ele_EseedOP_all
Definition: GsfElectronFakeAnalyzer.h:73
GsfElectronFakeAnalyzer::h_ele_PtinVsPtoutShowering_mode
TH2F * h_ele_PtinVsPtoutShowering_mode
Definition: GsfElectronFakeAnalyzer.h:337
GsfElectronFakeAnalyzer::h_ele_dPhiEleClVsPt_propOut
TH2F * h_ele_dPhiEleClVsPt_propOut
Definition: GsfElectronFakeAnalyzer.h:300
GsfElectronFakeAnalyzer::h_ele_EeleOPout_barrel
TH1F * h_ele_EeleOPout_barrel
Definition: GsfElectronFakeAnalyzer.h:238
GsfElectronFakeAnalyzer::h_ele_PtinVsPtoutShowering_mean
TH2F * h_ele_PtinVsPtoutShowering_mean
Definition: GsfElectronFakeAnalyzer.h:339
GsfElectronFakeAnalyzer::h_ele_EoP
TH1F * h_ele_EoP
Definition: GsfElectronFakeAnalyzer.h:210
GsfElectronFakeAnalyzer::histSclEt_
TH1F * histSclEt_
Definition: GsfElectronFakeAnalyzer.h:134
GsfElectronFakeAnalyzer::h_ele_PinMnPout_mode
TH1F * h_ele_PinMnPout_mode
Definition: GsfElectronFakeAnalyzer.h:195
GsfElectronFakeAnalyzer::detamatchmax
double detamatchmax
Definition: GsfElectronFakeAnalyzer.h:382
GsfElectronFakeAnalyzer::nbinphi
int nbinphi
Definition: GsfElectronFakeAnalyzer.h:395
GsfElectronFakeAnalyzer::h_ele_mee_os
TH1F * h_ele_mee_os
Definition: GsfElectronFakeAnalyzer.h:103
GsfElectronFakeAnalyzer::h_ele_dEtaEleCl_propOut_endcaps
TH1F * h_ele_dEtaEleCl_propOut_endcaps
Definition: GsfElectronFakeAnalyzer.h:285
GsfElectronFakeAnalyzer::h_ele_dPhiScVsPhi_propVtx
TH2F * h_ele_dPhiScVsPhi_propVtx
Definition: GsfElectronFakeAnalyzer.h:263
GsfElectronFakeAnalyzer::histSclE2x5max_endcaps_
TH1F * histSclE2x5max_endcaps_
Definition: GsfElectronFakeAnalyzer.h:151
GsfElectronFakeAnalyzer::h_ele_dEtaClVsPt_propOut
TH2F * h_ele_dEtaClVsPt_propOut
Definition: GsfElectronFakeAnalyzer.h:273
GsfElectronFakeAnalyzer::h_ele_seed_drz2VsEta_
TH2F * h_ele_seed_drz2VsEta_
Definition: GsfElectronFakeAnalyzer.h:306
GsfElectronFakeAnalyzer::h_ele_PinVsPoutGolden_mode
TH2F * h_ele_PinVsPoutGolden_mode
Definition: GsfElectronFakeAnalyzer.h:332
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_eg
TH1F * h_ele_dPhiSc_propVtx_eg
Definition: GsfElectronFakeAnalyzer.h:259
GsfElectronFakeAnalyzer::h_ele_eta_shower
TH1F * h_ele_eta_shower
Definition: GsfElectronFakeAnalyzer.h:315
GsfElectronFakeAnalyzer::h_ele_PinVsPoutGolden_mean
TH2F * h_ele_PinVsPoutGolden_mean
Definition: GsfElectronFakeAnalyzer.h:334
GsfElectronFakeAnalyzer::h_ele_EeleOPout_endcaps
TH1F * h_ele_EeleOPout_endcaps
Definition: GsfElectronFakeAnalyzer.h:239
GsfElectronFakeAnalyzer::h_ele_PoPmatchingObjectVsPhi
TH2F * h_ele_PoPmatchingObjectVsPhi
Definition: GsfElectronFakeAnalyzer.h:181
GsfElectronFakeAnalyzer::h_ele_EoP_barrel
TH1F * h_ele_EoP_barrel
Definition: GsfElectronFakeAnalyzer.h:211
GsfElectronFakeAnalyzer::etamax
double etamax
Definition: GsfElectronFakeAnalyzer.h:370
GsfElectronFakeAnalyzer::h_ele_HoEVsE
TH2F * h_ele_HoEVsE
Definition: GsfElectronFakeAnalyzer.h:326
GsfElectronFakeAnalyzer::h_ele_TIP_all_barrel
TH1F * h_ele_TIP_all_barrel
Definition: GsfElectronFakeAnalyzer.h:95
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut
TH1F * h_ele_dPhiCl_propOut
Definition: GsfElectronFakeAnalyzer.h:274
GsfElectronFakeAnalyzer::h_ele_dEtaScVsPhi_propVtx
TH2F * h_ele_dEtaScVsPhi_propVtx
Definition: GsfElectronFakeAnalyzer.h:254
GsfElectronFakeAnalyzer::histSclSigIEtaIEta_
TH1F * histSclSigIEtaIEta_
Definition: GsfElectronFakeAnalyzer.h:143
GsfElectronFakeAnalyzer::h_ele_vertexX
TH1F * h_ele_vertexX
Definition: GsfElectronFakeAnalyzer.h:121
GsfElectronFakeAnalyzer::h_ele_HoE_eg_barrel
TH1F * h_ele_HoE_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:321
GsfElectronFakeAnalyzer::hoemin
double hoemin
Definition: GsfElectronFakeAnalyzer.h:389
GsfElectronFakeAnalyzer::h_ele_hcalDepth1TowerSumEt_dr03
TH1F * h_ele_hcalDepth1TowerSumEt_dr03
Definition: GsfElectronFakeAnalyzer.h:350
GsfElectronFakeAnalyzer::h_ele_dPhiEleCl_propOut_eg_endcaps
TH1F * h_ele_dPhiEleCl_propOut_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:297
GsfElectronFakeAnalyzer::h_ele_hcalDepth1TowerSumEt_dr04
TH1F * h_ele_hcalDepth1TowerSumEt_dr04
Definition: GsfElectronFakeAnalyzer.h:354
GsfElectronFakeAnalyzer::histSclE5x5_endcaps_
TH1F * histSclE5x5_endcaps_
Definition: GsfElectronFakeAnalyzer.h:154
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_endcaps
TH1F * h_ele_dEtaCl_propOut_endcaps
Definition: GsfElectronFakeAnalyzer.h:267
GsfElectronFakeAnalyzer::h_ele_EeleOPout
TH1F * h_ele_EeleOPout
Definition: GsfElectronFakeAnalyzer.h:237
GsfElectronFakeAnalyzer::h_ele_EseedOP
TH1F * h_ele_EseedOP
Definition: GsfElectronFakeAnalyzer.h:219
GsfElectronFakeAnalyzer::nbindetamatch2D
int nbindetamatch2D
Definition: GsfElectronFakeAnalyzer.h:409
GsfElectronFakeAnalyzer::nbindetamatch
int nbindetamatch
Definition: GsfElectronFakeAnalyzer.h:407
GsfElectronFakeAnalyzer::h_ele_EoPout_all
TH1F * h_ele_EoPout_all
Definition: GsfElectronFakeAnalyzer.h:76
GsfElectronFakeAnalyzer::h_ele_chi2VsPhi
TH2F * h_ele_chi2VsPhi
Definition: GsfElectronFakeAnalyzer.h:176
GsfElectronFakeAnalyzer::h_ele_foundHits_endcaps
TH1F * h_ele_foundHits_endcaps
Definition: GsfElectronFakeAnalyzer.h:162
GsfElectronFakeAnalyzer::h_ele_EseedOP_all_barrel
TH1F * h_ele_EseedOP_all_barrel
Definition: GsfElectronFakeAnalyzer.h:74
GsfElectronFakeAnalyzer::readAOD_
bool readAOD_
Definition: GsfElectronFakeAnalyzer.h:362
GsfElectronFakeAnalyzer::h_ele_dEtaClVsEta_propOut
TH2F * h_ele_dEtaClVsEta_propOut
Definition: GsfElectronFakeAnalyzer.h:271
GsfElectronFakeAnalyzer::h_ele_vertexTIPVsPhi
TH2F * h_ele_vertexTIPVsPhi
Definition: GsfElectronFakeAnalyzer.h:126
GsfElectronFakeAnalyzer::h_ele_PinVsPoutShowering_mode
TH2F * h_ele_PinVsPoutShowering_mode
Definition: GsfElectronFakeAnalyzer.h:333
GsfElectronFakeAnalyzer::h_ele_chi2_endcaps
TH1F * h_ele_chi2_endcaps
Definition: GsfElectronFakeAnalyzer.h:174
GsfElectronFakeAnalyzer::h_ele_outerP
TH1F * h_ele_outerP
Definition: GsfElectronFakeAnalyzer.h:202
GsfElectronFakeAnalyzer::h_matchingObjectNum
TH1F * h_matchingObjectNum
Definition: GsfElectronFakeAnalyzer.h:55
GsfElectronFakeAnalyzer::histSclEoEmatchingObjectGolden_endcaps
TH1F * histSclEoEmatchingObjectGolden_endcaps
Definition: GsfElectronFakeAnalyzer.h:341
GsfElectronFakeAnalyzer::theMagField
edm::ESHandle< MagneticField > theMagField
Definition: GsfElectronFakeAnalyzer.h:48
GsfElectronFakeAnalyzer::h_ele_EoP_endcaps
TH1F * h_ele_EoP_endcaps
Definition: GsfElectronFakeAnalyzer.h:212
GsfElectronFakeAnalyzer::nbinpteff
int nbinpteff
Definition: GsfElectronFakeAnalyzer.h:394
GsfElectronFakeAnalyzer::h_ele_chi2VsEta
TH2F * h_ele_chi2VsEta
Definition: GsfElectronFakeAnalyzer.h:175
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_eg_barrel
TH1F * h_ele_dPhiSc_propVtx_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:260
GsfElectronFakeAnalyzer::~GsfElectronFakeAnalyzer
~GsfElectronFakeAnalyzer() override
Definition: GsfElectronFakeAnalyzer.cc:110
GsfElectronFakeAnalyzer::h_ele_chargeVsEta
TH2F * h_ele_chargeVsEta
Definition: GsfElectronFakeAnalyzer.h:109
GsfElectronFakeAnalyzer::h_ele_dPhiEleCl_propOut_eg
TH1F * h_ele_dPhiEleCl_propOut_eg
Definition: GsfElectronFakeAnalyzer.h:295
edm::ESHandle< TrackerGeometry >
GsfElectronFakeAnalyzer::h_ele_outerP_mode
TH1F * h_ele_outerP_mode
Definition: GsfElectronFakeAnalyzer.h:203
GsfElectronFakeAnalyzer::h_ele_ambiguousTracks
TH1F * h_ele_ambiguousTracks
Definition: GsfElectronFakeAnalyzer.h:156
GsfElectronFakeAnalyzer::h_ele_EoPoutVsE
TH2F * h_ele_EoPoutVsE
Definition: GsfElectronFakeAnalyzer.h:236
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_all
TH1F * h_ele_dEtaSc_propVtx_all
Definition: GsfElectronFakeAnalyzer.h:82
GsfElectronFakeAnalyzer::histSclE2x5max_
TH1F * histSclE2x5max_
Definition: GsfElectronFakeAnalyzer.h:149
GsfElectronFakeAnalyzer::h_ele_foundHitsVsEta
TH2F * h_ele_foundHitsVsEta
Definition: GsfElectronFakeAnalyzer.h:163
GsfElectronFakeAnalyzer::h_ele_lostHitsVsPhi
TH2F * h_ele_lostHitsVsPhi
Definition: GsfElectronFakeAnalyzer.h:170
GsfElectronFakeAnalyzer::mcEta
float mcEta[10]
Definition: GsfElectronFakeAnalyzer.h:51
GsfElectronFakeAnalyzer::h_ele_PinVsPoutShowering_mean
TH2F * h_ele_PinVsPoutShowering_mean
Definition: GsfElectronFakeAnalyzer.h:335
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_eg
TH1F * h_ele_dPhiCl_propOut_eg
Definition: GsfElectronFakeAnalyzer.h:277
GsfElectronFakeAnalyzer::h_ele_HoE_barrel
TH1F * h_ele_HoE_barrel
Definition: GsfElectronFakeAnalyzer.h:318
GsfElectronFakeAnalyzer::h_ele_EoPout_all_endcaps
TH1F * h_ele_EoPout_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:78
GsfElectronFakeAnalyzer::h_ele_seed_subdet2_
TH1F * h_ele_seed_subdet2_
Definition: GsfElectronFakeAnalyzer.h:308
GsfElectronFakeAnalyzer::h_ele_vertexPt
TH1F * h_ele_vertexPt
Definition: GsfElectronFakeAnalyzer.h:113
GsfElectronFakeAnalyzer::h_ele_fbremVsEta_mean
TProfile * h_ele_fbremVsEta_mean
Definition: GsfElectronFakeAnalyzer.h:330
GsfElectronFakeAnalyzer::h_ele_PtinVsPtoutGolden_mode
TH2F * h_ele_PtinVsPtoutGolden_mode
Definition: GsfElectronFakeAnalyzer.h:336
GsfElectronFakeAnalyzer::h_ele_EoPoutVsEta
TH2F * h_ele_EoPoutVsEta
Definition: GsfElectronFakeAnalyzer.h:234
GsfElectronFakeAnalyzer::h_ele_outerPtVsEta_mode
TH2F * h_ele_outerPtVsEta_mode
Definition: GsfElectronFakeAnalyzer.h:207
GsfElectronFakeAnalyzer::h_ele_EoPout_endcaps
TH1F * h_ele_EoPout_endcaps
Definition: GsfElectronFakeAnalyzer.h:230
GsfElectronFakeAnalyzer::h_ele_EseedOPVsEta
TH2F * h_ele_EseedOPVsEta
Definition: GsfElectronFakeAnalyzer.h:225
GsfElectronFakeAnalyzer::meemax
double meemax
Definition: GsfElectronFakeAnalyzer.h:388
GsfElectronFakeAnalyzer
Definition: GsfElectronFakeAnalyzer.h:35
GsfElectronFakeAnalyzer::h_ele_EtaMnEtamatchingObjectVsPhi
TH2F * h_ele_EtaMnEtamatchingObjectVsPhi
Definition: GsfElectronFakeAnalyzer.h:187
GsfElectronFakeAnalyzer::GsfElectronFakeAnalyzer
GsfElectronFakeAnalyzer(const edm::ParameterSet &conf)
Definition: GsfElectronFakeAnalyzer.cc:51
GsfElectronFakeAnalyzer::h_ele_ecalRecHitSumEt_dr04
TH1F * h_ele_ecalRecHitSumEt_dr04
Definition: GsfElectronFakeAnalyzer.h:353
GsfElectronFakeAnalyzer::detamatchmin
double detamatchmin
Definition: GsfElectronFakeAnalyzer.h:381
GsfElectronFakeAnalyzer::histSclPhi_
TH1F * histSclPhi_
Definition: GsfElectronFakeAnalyzer.h:139
GsfElectronFakeAnalyzer::h_ele_hcalDepth2TowerSumEt_dr04
TH1F * h_ele_hcalDepth2TowerSumEt_dr04
Definition: GsfElectronFakeAnalyzer.h:355
GsfElectronFakeAnalyzer::h_ele_foundHits_barrel
TH1F * h_ele_foundHits_barrel
Definition: GsfElectronFakeAnalyzer.h:161
GsfElectronFakeAnalyzer::h_ele_EoPout_eg_endcaps
TH1F * h_ele_EoPout_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:233
GsfElectronFakeAnalyzer::h_ele_EseedOP_barrel
TH1F * h_ele_EseedOP_barrel
Definition: GsfElectronFakeAnalyzer.h:220
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
GsfElectronFakeAnalyzer::seedPhi
float seedPhi[10]
Definition: GsfElectronFakeAnalyzer.h:53
GsfElectronFakeAnalyzer::h_ele_dEtaEleClVsPhi_propOut
TH2F * h_ele_dEtaEleClVsPhi_propOut
Definition: GsfElectronFakeAnalyzer.h:290
GsfElectronFakeAnalyzer::h_ele_dEtaEleCl_propOut_eg_barrel
TH1F * h_ele_dEtaEleCl_propOut_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:287
GsfElectronFakeAnalyzer::h_ele_dPhiEleCl_propOut_eg_barrel
TH1F * h_ele_dPhiEleCl_propOut_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:296
GsfElectronFakeAnalyzer::histSclEtaVsPhi_
TH2F * histSclEtaVsPhi_
Definition: GsfElectronFakeAnalyzer.h:137
GsfElectronFakeAnalyzer::nbinphi2D
int nbinphi2D
Definition: GsfElectronFakeAnalyzer.h:399
GsfElectronFakeAnalyzer::histSclSigEtaEta_
TH1F * histSclSigEtaEta_
Definition: GsfElectronFakeAnalyzer.h:140
GsfElectronFakeAnalyzer::h_ele_HoE_eg
TH1F * h_ele_HoE_eg
Definition: GsfElectronFakeAnalyzer.h:320
GsfElectronFakeAnalyzer::h_ele_PhiMnPhimatchingObject
TH1F * h_ele_PhiMnPhimatchingObject
Definition: GsfElectronFakeAnalyzer.h:189
GsfElectronFakeAnalyzer::h_ele_seed_drz2VsPt_
TH2F * h_ele_seed_drz2VsPt_
Definition: GsfElectronFakeAnalyzer.h:307
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_eg_endcaps
TH1F * h_ele_dEtaCl_propOut_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:270
GsfElectronFakeAnalyzer::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition: GsfElectronFakeAnalyzer.cc:1733
GsfElectronFakeAnalyzer::h_ele_vertexPhi
TH1F * h_ele_vertexPhi
Definition: GsfElectronFakeAnalyzer.h:120
GsfElectronFakeAnalyzer::histNum_
TH1F * histNum_
Definition: GsfElectronFakeAnalyzer.h:129
edm::ParameterSet
Definition: ParameterSet.h:36
GsfElectronFakeAnalyzer::h_ele_dPhiEleCl_propOut_barrel
TH1F * h_ele_dPhiEleCl_propOut_barrel
Definition: GsfElectronFakeAnalyzer.h:293
GsfElectronFakeAnalyzer::mcPt
float mcPt[10]
Definition: GsfElectronFakeAnalyzer.h:51
GsfElectronFakeAnalyzer::nbinp
int nbinp
Definition: GsfElectronFakeAnalyzer.h:392
GsfElectronFakeAnalyzer::h_ele_matchingObjectPhi_matched
TH1F * h_ele_matchingObjectPhi_matched
Definition: GsfElectronFakeAnalyzer.h:67
Event.h
GsfElectronFakeAnalyzer::phimax
double phimax
Definition: GsfElectronFakeAnalyzer.h:372
GsfElectronFakeAnalyzer::histSclEoEmatchingObjectShowering_barrel
TH1F * histSclEoEmatchingObjectShowering_barrel
Definition: GsfElectronFakeAnalyzer.h:342
GsfElectronFakeAnalyzer::h_ele_PoPmatchingObjectVsPt
TH2F * h_ele_PoPmatchingObjectVsPt
Definition: GsfElectronFakeAnalyzer.h:182
GsfElectronFakeAnalyzer::tree_
TTree * tree_
Definition: GsfElectronFakeAnalyzer.h:50
GsfElectronFakeAnalyzer::maxAbsEta_
double maxAbsEta_
Definition: GsfElectronFakeAnalyzer.h:365
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_barrel
TH1F * h_ele_dEtaSc_propVtx_barrel
Definition: GsfElectronFakeAnalyzer.h:248
GsfElectronFakeAnalyzer::histSclEoEmatchingObjectGolden_barrel
TH1F * histSclEoEmatchingObjectGolden_barrel
Definition: GsfElectronFakeAnalyzer.h:340
GsfElectronFakeAnalyzer::h_ele_seed_dphi2_
TH1F * h_ele_seed_dphi2_
Definition: GsfElectronFakeAnalyzer.h:302
GsfElectronFakeAnalyzer::h_ele_vertexAbsEta
TH1F * h_ele_vertexAbsEta
Definition: GsfElectronFakeAnalyzer.h:119
GsfElectronFakeAnalyzer::h_ele_EoP_eg
TH1F * h_ele_EoP_eg
Definition: GsfElectronFakeAnalyzer.h:213
GsfElectronFakeAnalyzer::histSclE5x5_
TH1F * histSclE5x5_
Definition: GsfElectronFakeAnalyzer.h:152
GsfElectronFakeAnalyzer::h_ele_EseedOP_all_endcaps
TH1F * h_ele_EseedOP_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:75
TrajectoryStateTransform
Definition: TrajectoryStateTransform.h:47
GsfElectronFakeAnalyzer::nbinfhits
int nbinfhits
Definition: GsfElectronFakeAnalyzer.h:402
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_eg_endcaps
TH1F * h_ele_dEtaSc_propVtx_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:252
GsfElectronFakeAnalyzer::h_ele_foundHits
TH1F * h_ele_foundHits
Definition: GsfElectronFakeAnalyzer.h:160
GsfElectronFakeAnalyzer::maxPt_
double maxPt_
Definition: GsfElectronFakeAnalyzer.h:364
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx
TH1F * h_ele_dPhiSc_propVtx
Definition: GsfElectronFakeAnalyzer.h:256
GsfElectronFakeAnalyzer::dphimax
double dphimax
Definition: GsfElectronFakeAnalyzer.h:380
GsfElectronFakeAnalyzer::histSclEtVsEta_
TH2F * histSclEtVsEta_
Definition: GsfElectronFakeAnalyzer.h:135
GsfElectronFakeAnalyzer::h_ele_PhiMnPhimatchingObject2
TH1F * h_ele_PhiMnPhimatchingObject2
Definition: GsfElectronFakeAnalyzer.h:190
GsfElectronFakeAnalyzer::h_ele_EoPout_all_barrel
TH1F * h_ele_EoPout_all_barrel
Definition: GsfElectronFakeAnalyzer.h:77
GsfElectronFakeAnalyzer::h_ele_fbremVsEta_mode
TProfile * h_ele_fbremVsEta_mode
Definition: GsfElectronFakeAnalyzer.h:329
GsfElectronFakeAnalyzer::matchingObjectCollection_
edm::InputTag matchingObjectCollection_
Definition: GsfElectronFakeAnalyzer.h:359
GsfElectronFakeAnalyzer::superclusterPhi
float superclusterPhi[10]
Definition: GsfElectronFakeAnalyzer.h:52
GsfElectronFakeAnalyzer::h_ele_EeleOPout_all_endcaps
TH1F * h_ele_EeleOPout_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:81
GsfElectronFakeAnalyzer::h_ele_HoE_eg_endcaps
TH1F * h_ele_HoE_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:322
GsfElectronFakeAnalyzer::histSclEoEmatchingObjectShowering_endcaps
TH1F * histSclEoEmatchingObjectShowering_endcaps
Definition: GsfElectronFakeAnalyzer.h:343
GsfElectronFakeAnalyzer::h_ele_dEtaEleCl_propOut
TH1F * h_ele_dEtaEleCl_propOut
Definition: GsfElectronFakeAnalyzer.h:283
GsfElectronFakeAnalyzer::superclusterEnergy
float superclusterEnergy[10]
Definition: GsfElectronFakeAnalyzer.h:52
GsfElectronFakeAnalyzer::h_matchingObjectEta
TH1F * h_matchingObjectEta
Definition: GsfElectronFakeAnalyzer.h:57
GsfElectronFakeAnalyzer::h_ele_vertexPt_5100
TH1F * h_ele_vertexPt_5100
Definition: GsfElectronFakeAnalyzer.h:116
GsfElectronFakeAnalyzer::h_ele_E2mnE1vsMee_egeg_all
TH2F * h_ele_E2mnE1vsMee_egeg_all
Definition: GsfElectronFakeAnalyzer.h:106
GsfElectronFakeAnalyzer::dphimatchmax
double dphimatchmax
Definition: GsfElectronFakeAnalyzer.h:384
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_all_barrel
TH1F * h_ele_dEtaCl_propOut_all_barrel
Definition: GsfElectronFakeAnalyzer.h:89
GsfElectronFakeAnalyzer::h_ele_EoPout_barrel
TH1F * h_ele_EoPout_barrel
Definition: GsfElectronFakeAnalyzer.h:229
GsfElectronFakeAnalyzer::h_ele_EseedOPVsE
TH2F * h_ele_EseedOPVsE
Definition: GsfElectronFakeAnalyzer.h:227
edm::EventSetup
Definition: EventSetup.h:57
GsfElectronFakeAnalyzer::h_ele_classes
TH1F * h_ele_classes
Definition: GsfElectronFakeAnalyzer.h:310
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
GsfElectronFakeAnalyzer::h_ele_TIP_all_endcaps
TH1F * h_ele_TIP_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:96
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_all_endcaps
TH1F * h_ele_dEtaCl_propOut_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:90
GsfElectronFakeAnalyzer::histfile_
TFile * histfile_
Definition: GsfElectronFakeAnalyzer.h:49
GsfElectronFakeAnalyzer::detamax
double detamax
Definition: GsfElectronFakeAnalyzer.h:378
GsfElectronFakeAnalyzer::seedEta
float seedEta[10]
Definition: GsfElectronFakeAnalyzer.h:53
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_barrel
TH1F * h_ele_dPhiSc_propVtx_barrel
Definition: GsfElectronFakeAnalyzer.h:257
GsfElectronFakeAnalyzer::h_ele_EseedOP_eg_endcaps
TH1F * h_ele_EseedOP_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:224
GsfElectronFakeAnalyzer::h_ele_lostHits
TH1F * h_ele_lostHits
Definition: GsfElectronFakeAnalyzer.h:166
GsfElectronFakeAnalyzer::h_ele_lostHits_barrel
TH1F * h_ele_lostHits_barrel
Definition: GsfElectronFakeAnalyzer.h:167
GsfElectronFakeAnalyzer::histSclEta_
TH1F * histSclEta_
Definition: GsfElectronFakeAnalyzer.h:138
InputTag.h
GsfElectronFakeAnalyzer::h_ele_chi2_barrel
TH1F * h_ele_chi2_barrel
Definition: GsfElectronFakeAnalyzer.h:173
GsfElectronFakeAnalyzer::h_ele_TIP_all
TH1F * h_ele_TIP_all
Definition: GsfElectronFakeAnalyzer.h:94
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_eg_barrel
TH1F * h_ele_dEtaCl_propOut_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:269
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_endcaps
TH1F * h_ele_dEtaSc_propVtx_endcaps
Definition: GsfElectronFakeAnalyzer.h:249
GsfElectronFakeAnalyzer::seedQ
float seedQ[10]
Definition: GsfElectronFakeAnalyzer.h:53
GsfElectronFakeAnalyzer::h_ele_HoE_fiducial
TH1F * h_ele_HoE_fiducial
Definition: GsfElectronFakeAnalyzer.h:323
GsfElectronFakeAnalyzer::h_ele_PoPmatchingObject_endcaps
TH1F * h_ele_PoPmatchingObject_endcaps
Definition: GsfElectronFakeAnalyzer.h:184
GsfElectronFakeAnalyzer::h_ele_EoPVsPhi
TH2F * h_ele_EoPVsPhi
Definition: GsfElectronFakeAnalyzer.h:217
GsfElectronFakeAnalyzer::beginJob
void beginJob() override
Definition: GsfElectronFakeAnalyzer.cc:117
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_all
TH1F * h_ele_dPhiSc_propVtx_all
Definition: GsfElectronFakeAnalyzer.h:85
GsfElectronFakeAnalyzer::h_ele_dPhiScVsEta_propVtx
TH2F * h_ele_dPhiScVsEta_propVtx
Definition: GsfElectronFakeAnalyzer.h:262
GsfElectronFakeAnalyzer::h_ele_EseedOP_eg
TH1F * h_ele_EseedOP_eg
Definition: GsfElectronFakeAnalyzer.h:222
GsfElectronFakeAnalyzer::h_ele_EeleOPout_all
TH1F * h_ele_EeleOPout_all
Definition: GsfElectronFakeAnalyzer.h:79
GsfElectronFakeAnalyzer::h_ele_EoverP_all_barrel
TH1F * h_ele_EoverP_all_barrel
Definition: GsfElectronFakeAnalyzer.h:71
GsfElectronFakeAnalyzer::nbindeta
int nbindeta
Definition: GsfElectronFakeAnalyzer.h:405
GsfElectronFakeAnalyzer::hoemax
double hoemax
Definition: GsfElectronFakeAnalyzer.h:390
GsfElectronFakeAnalyzer::h_ele_ambiguousTracksVsPhi
TH2F * h_ele_ambiguousTracksVsPhi
Definition: GsfElectronFakeAnalyzer.h:158
GsfElectronFakeAnalyzer::h_ele_EoP_eg_barrel
TH1F * h_ele_EoP_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:214
GsfElectronFakeAnalyzer::h_ele_chargeVsPt
TH2F * h_ele_chargeVsPt
Definition: GsfElectronFakeAnalyzer.h:111
GsfElectronFakeAnalyzer::h_ele_PinMnPoutVsE_mode
TH2F * h_ele_PinMnPoutVsE_mode
Definition: GsfElectronFakeAnalyzer.h:199
GsfElectronFakeAnalyzer::superclusterEt
float superclusterEt[10]
Definition: GsfElectronFakeAnalyzer.h:52
GsfElectronFakeAnalyzer::transformer_
TrajectoryStateTransform transformer_
Definition: GsfElectronFakeAnalyzer.h:46
GsfElectronFakeAnalyzer::h_ele_seed_dphi2VsPt_
TH2F * h_ele_seed_dphi2VsPt_
Definition: GsfElectronFakeAnalyzer.h:304
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_eg_endcaps
TH1F * h_ele_dPhiSc_propVtx_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:261
GsfElectronFakeAnalyzer::h_ele_hcalDepth2TowerSumEt_dr03
TH1F * h_ele_hcalDepth2TowerSumEt_dr03
Definition: GsfElectronFakeAnalyzer.h:351
GsfElectronFakeAnalyzer::h_ele_EoPout_eg_barrel
TH1F * h_ele_EoPout_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:232
GsfElectronFakeAnalyzer::h_ele_foundHitsVsPhi
TH2F * h_ele_foundHitsVsPhi
Definition: GsfElectronFakeAnalyzer.h:164
GsfElectronFakeAnalyzer::h_ele_mva
TH1F * h_ele_mva
Definition: GsfElectronFakeAnalyzer.h:345
GsfElectronFakeAnalyzer::dphimatchmin
double dphimatchmin
Definition: GsfElectronFakeAnalyzer.h:383
GsfElectronFakeAnalyzer::deltaR_
double deltaR_
Definition: GsfElectronFakeAnalyzer.h:366
GsfElectronFakeAnalyzer::h_ele_vertexPtVsPhi
TH2F * h_ele_vertexPtVsPhi
Definition: GsfElectronFakeAnalyzer.h:115
GsfElectronFakeAnalyzer::dphimin
double dphimin
Definition: GsfElectronFakeAnalyzer.h:379
GsfElectronFakeAnalyzer::h_ele_EoPoutVsPhi
TH2F * h_ele_EoPoutVsPhi
Definition: GsfElectronFakeAnalyzer.h:235
GsfElectronFakeAnalyzer::nbinpt2D
int nbinpt2D
Definition: GsfElectronFakeAnalyzer.h:397
GsfElectronFakeAnalyzer::h_ele_EoP_eg_endcaps
TH1F * h_ele_EoP_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:215
GsfElectronFakeAnalyzer::h_ele_dPhiSc_propVtx_all_barrel
TH1F * h_ele_dPhiSc_propVtx_all_barrel
Definition: GsfElectronFakeAnalyzer.h:86
GsfElectronFakeAnalyzer::h_ele_HoE_all_endcaps
TH1F * h_ele_HoE_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:99
GsfElectronFakeAnalyzer::nbinlhits
int nbinlhits
Definition: GsfElectronFakeAnalyzer.h:403
GsfElectronFakeAnalyzer::h_ele_chi2
TH1F * h_ele_chi2
Definition: GsfElectronFakeAnalyzer.h:172
GsfElectronFakeAnalyzer::h_ele_dPhiClVsPt_propOut
TH2F * h_ele_dPhiClVsPt_propOut
Definition: GsfElectronFakeAnalyzer.h:282
GsfElectronFakeAnalyzer::h_ele_matchingObjectEta_matched
TH1F * h_ele_matchingObjectEta_matched
Definition: GsfElectronFakeAnalyzer.h:64
EventSetup.h
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_eg
TH1F * h_ele_dEtaSc_propVtx_eg
Definition: GsfElectronFakeAnalyzer.h:250
TrajectoryStateTransform.h
GsfElectronFakeAnalyzer::h_ele_EeleOPout_eg_barrel
TH1F * h_ele_EeleOPout_eg_barrel
Definition: GsfElectronFakeAnalyzer.h:241
GsfElectronFakeAnalyzer::h_ele_dEtaEleCl_propOut_eg_endcaps
TH1F * h_ele_dEtaEleCl_propOut_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:288
GsfElectronFakeAnalyzer::h_ele_vertexZ
TH1F * h_ele_vertexZ
Definition: GsfElectronFakeAnalyzer.h:123
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_all_barrel
TH1F * h_ele_dPhiCl_propOut_all_barrel
Definition: GsfElectronFakeAnalyzer.h:92
GsfElectronFakeAnalyzer::h_ele_chargeVsPhi
TH2F * h_ele_chargeVsPhi
Definition: GsfElectronFakeAnalyzer.h:110
GsfElectronFakeAnalyzer::histSclSigIEtaIEta_endcaps_
TH1F * histSclSigIEtaIEta_endcaps_
Definition: GsfElectronFakeAnalyzer.h:145
GsfElectronFakeAnalyzer::h_ele_vertexTIPVsPt
TH2F * h_ele_vertexTIPVsPt
Definition: GsfElectronFakeAnalyzer.h:127
GsfElectronFakeAnalyzer::h_ele_HoE_all
TH1F * h_ele_HoE_all
Definition: GsfElectronFakeAnalyzer.h:97
GsfElectronFakeAnalyzer::h_ele_PhiMnPhimatchingObjectVsPhi
TH2F * h_ele_PhiMnPhimatchingObjectVsPhi
Definition: GsfElectronFakeAnalyzer.h:192
GsfElectronFakeAnalyzer::h_ele_EeleOPout_eg_endcaps
TH1F * h_ele_EeleOPout_eg_endcaps
Definition: GsfElectronFakeAnalyzer.h:242
GsfElectronFakeAnalyzer::nbineop2D
int nbineop2D
Definition: GsfElectronFakeAnalyzer.h:401
GsfElectronFakeAnalyzer::nbindphi
int nbindphi
Definition: GsfElectronFakeAnalyzer.h:406
ParameterSet.h
GsfElectronFakeAnalyzer::h_ele_EeleOPout_eg
TH1F * h_ele_EeleOPout_eg
Definition: GsfElectronFakeAnalyzer.h:240
GsfElectronFakeAnalyzer::h_ele_dEtaEleCl_propOut_barrel
TH1F * h_ele_dEtaEleCl_propOut_barrel
Definition: GsfElectronFakeAnalyzer.h:284
GsfElectronFakeAnalyzer::nbindphimatch2D
int nbindphimatch2D
Definition: GsfElectronFakeAnalyzer.h:410
GsfElectronFakeAnalyzer::phimin
double phimin
Definition: GsfElectronFakeAnalyzer.h:371
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_all
TH1F * h_ele_dPhiCl_propOut_all
Definition: GsfElectronFakeAnalyzer.h:91
GsfElectronFakeAnalyzer::h_ele_matchingObjectPt_matched
TH1F * h_ele_matchingObjectPt_matched
Definition: GsfElectronFakeAnalyzer.h:66
GsfElectronFakeAnalyzer::h_ele_vertexP
TH1F * h_ele_vertexP
Definition: GsfElectronFakeAnalyzer.h:112
GsfElectronFakeAnalyzer::seedPt
float seedPt[10]
Definition: GsfElectronFakeAnalyzer.h:53
GsfElectronFakeAnalyzer::h_ele_tkSumPt_dr03
TH1F * h_ele_tkSumPt_dr03
Definition: GsfElectronFakeAnalyzer.h:348
GsfElectronFakeAnalyzer::h_ele_PoPmatchingObjectVsEta
TH2F * h_ele_PoPmatchingObjectVsEta
Definition: GsfElectronFakeAnalyzer.h:180
GsfElectronFakeAnalyzer::h_ele_dPhiCl_propOut_barrel
TH1F * h_ele_dPhiCl_propOut_barrel
Definition: GsfElectronFakeAnalyzer.h:275
edm::Event
Definition: Event.h:73
GsfElectronFakeAnalyzer::lhitsmax
double lhitsmax
Definition: GsfElectronFakeAnalyzer.h:386
GsfElectronFakeAnalyzer::h_ele_dEtaScVsEta_propVtx
TH2F * h_ele_dEtaScVsEta_propVtx
Definition: GsfElectronFakeAnalyzer.h:253
MagneticField
Definition: MagneticField.h:19
GsfElectronFakeAnalyzer::eopmax
double eopmax
Definition: GsfElectronFakeAnalyzer.h:375
GsfElectronFakeAnalyzer::h_ele_eta_narrow
TH1F * h_ele_eta_narrow
Definition: GsfElectronFakeAnalyzer.h:314
GsfElectronFakeAnalyzer::histSclSigIEtaIEta_barrel_
TH1F * histSclSigIEtaIEta_barrel_
Definition: GsfElectronFakeAnalyzer.h:144
GsfElectronFakeAnalyzer::nbinmee
int nbinmee
Definition: GsfElectronFakeAnalyzer.h:411
GsfElectronFakeAnalyzer::superclusterEta
float superclusterEta[10]
Definition: GsfElectronFakeAnalyzer.h:52
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut
TH1F * h_ele_dEtaCl_propOut
Definition: GsfElectronFakeAnalyzer.h:265
GsfElectronFakeAnalyzer::meemin
double meemin
Definition: GsfElectronFakeAnalyzer.h:387
GsfElectronFakeAnalyzer::h_ele_PtinVsPtoutGolden_mean
TH2F * h_ele_PtinVsPtoutGolden_mean
Definition: GsfElectronFakeAnalyzer.h:338
edm::InputTag
Definition: InputTag.h:15
GsfElectronFakeAnalyzer::type_
std::string type_
Definition: GsfElectronFakeAnalyzer.h:361
GsfElectronFakeAnalyzer::h_ele_PoPmatchingObject_barrel
TH1F * h_ele_PoPmatchingObject_barrel
Definition: GsfElectronFakeAnalyzer.h:183
GsfElectronFakeAnalyzer::nbineta2D
int nbineta2D
Definition: GsfElectronFakeAnalyzer.h:398
GsfElectronFakeAnalyzer::h_ele_eta
TH1F * h_ele_eta
Definition: GsfElectronFakeAnalyzer.h:311
GsfElectronFakeAnalyzer::h_ele_PhiMnPhimatchingObjectVsEta
TH2F * h_ele_PhiMnPhimatchingObjectVsEta
Definition: GsfElectronFakeAnalyzer.h:191
GsfElectronFakeAnalyzer::h_ele_EoPout
TH1F * h_ele_EoPout
Definition: GsfElectronFakeAnalyzer.h:228
GsfElectronFakeAnalyzer::histSclSigEtaEta_endcaps_
TH1F * histSclSigEtaEta_endcaps_
Definition: GsfElectronFakeAnalyzer.h:142
GsfElectronFakeAnalyzer::h_ele_outerPVsEta_mode
TH2F * h_ele_outerPVsEta_mode
Definition: GsfElectronFakeAnalyzer.h:204
GsfElectronFakeAnalyzer::fhitsmax
double fhitsmax
Definition: GsfElectronFakeAnalyzer.h:385
GsfElectronFakeAnalyzer::histSclE2x5max_barrel_
TH1F * histSclE2x5max_barrel_
Definition: GsfElectronFakeAnalyzer.h:150
GsfElectronFakeAnalyzer::beamSpot_
edm::InputTag beamSpot_
Definition: GsfElectronFakeAnalyzer.h:360
GsfElectronFakeAnalyzer::h_ele_dEtaCl_propOut_barrel
TH1F * h_ele_dEtaCl_propOut_barrel
Definition: GsfElectronFakeAnalyzer.h:266
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37
GsfElectronFakeAnalyzer::histSclSigEtaEta_barrel_
TH1F * histSclSigEtaEta_barrel_
Definition: GsfElectronFakeAnalyzer.h:141
GsfElectronFakeAnalyzer::h_ele_dEtaSc_propVtx_all_endcaps
TH1F * h_ele_dEtaSc_propVtx_all_endcaps
Definition: GsfElectronFakeAnalyzer.h:84
GsfElectronFakeAnalyzer::h_ele_tkSumPt_dr04
TH1F * h_ele_tkSumPt_dr04
Definition: GsfElectronFakeAnalyzer.h:352
GsfElectronFakeAnalyzer::h_ele_EtaMnEtamatchingObjectVsEta
TH2F * h_ele_EtaMnEtamatchingObjectVsEta
Definition: GsfElectronFakeAnalyzer.h:186
GsfElectronFakeAnalyzer::h_ele_EseedOPVsPhi
TH2F * h_ele_EseedOPVsPhi
Definition: GsfElectronFakeAnalyzer.h:226
GsfElectronFakeAnalyzer::histSclEn_
TH1F * histSclEn_
Definition: GsfElectronFakeAnalyzer.h:131
GsfElectronFakeAnalyzer::histSclEtVsPhi_
TH2F * histSclEtVsPhi_
Definition: GsfElectronFakeAnalyzer.h:136