ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/ElectronTools.cc
Revision: 1.21
Committed: Wed Feb 23 09:48:19 2011 UTC (14 years, 2 months ago) by ceballos
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_020pre1
Changes since 1.20: +220 -7 lines
Log Message:
new ele id

File Contents

# User Rev Content
1 ceballos 1.21 // $Id: ElectronTools.cc,v 1.20 2011/02/21 04:06:33 bendavid Exp $
2 sixie 1.1
3     #include "MitPhysics/Utils/interface/ElectronTools.h"
4     #include "MitAna/DataTree/interface/StableData.h"
5     #include <TFile.h>
6    
7     ClassImp(mithep::ElectronTools)
8    
9     using namespace mithep;
10    
11     //--------------------------------------------------------------------------------------------------
12     ElectronTools::ElectronTools()
13     {
14     // Constructor.
15     }
16    
17     //--------------------------------------------------------------------------------------------------
18     Bool_t ElectronTools::PassCustomID(const Electron *ele, EElIdType idType) {
19    
20     Double_t fCuts[6][8]; //!custom id cuts
21    
22     Double_t tightcuts[6][8]={
23     {0.086, 0.1, 0.052, 0.0, 0.050, 0.059, 0.061, 0.0}, //hovere
24     {0.011, 0.011, 0.011, 0.0, 0.033, 0.029, 0.030, 0.0}, //sigmaetaeta
25     {0.038, 0.024, 0.045, 0.0, 0.034, 0.017, 0.026, 0.0}, //deltaphiin
26     {0.0081, 0.0029, 0.0051, 0.0, 0.0070, 0.0062, 0.0088, 0.0}, //deltaetain
27     {0.0, 0.9, 0.0, 0.0, 0.0, 0.78, 0.0, 0.0}, //eoverp
28     {0.8,0.2,0.9,0,0,0,0,0}}; //extra cuts fbrem and E_Over_P
29    
30     Double_t loosecuts[6][8]={
31     {0.076, 0.033, 0.07, 0.0, 0.083,0.148, 0.033, 0.0}, //hovere
32     {0.0101, 0.0095, 0.0097, 0.0, 0.03, 0.03, 0.03, 0.0}, //sigmaetaeta
33     {0.053, 0.0189, 0.059, 0.099, 0.0278,0.0157, 0.042, 0.080}, //deltaphiin
34     {0.0078, 0.00259, 0.0062, 0.0, 0.0078,0.0061, 0.0061, 0.0}, //deltaetain
35     {0.3, 0.92, 0.211, 0.0, 0.42, 0.88, 0.68, 0.0}, //eoverp
36     {0.8,0.2,0,0,0,0,0,0}}; //extra cuts fbrem and E_Over_P
37    
38     Double_t VBTFWorkingPoint95[6][8] = {
39 ceballos 1.14 {0.15, 0.15, 0.15, 0.15, 0.07, 0.07, 0.07, 0.07 }, //hovere
40 sixie 1.1 {0.01, 0.01, 0.01, 0.01, 0.03, 0.03, 0.03, 0.03 }, //sigmaetaeta
41     {0.8, 0.8, 0.8, 0.8, 0.7, 0.7, 0.7, 0.7 }, //deltaphiin
42 ceballos 1.5 {0.007, 0.007, 0.007, 0.007, 0.010, 0.010, 0.010, 0.010 }, //deltaetain
43 sixie 1.1 {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, //eoverp
44     {0.0, 0.0, 0, 0, 0, 0, 0, 0 } //extra cuts fbrem and E_Over_P
45     };
46    
47 ceballos 1.5 Double_t VBTFWorkingPoint90[6][8] = {
48     {0.12, 0.12, 0.12, 0.12, 0.05, 0.05, 0.05, 0.05 }, //hovere
49     {0.01, 0.01, 0.01, 0.01, 0.03, 0.03, 0.03, 0.03 }, //sigmaetaeta
50     {0.8, 0.8, 0.8, 0.8, 0.7, 0.7, 0.7, 0.7 }, //deltaphiin
51     {0.007, 0.007, 0.007, 0.007, 0.009, 0.009, 0.009, 0.009 }, //deltaetain
52     {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, //eoverp
53     {0.0, 0.0, 0, 0, 0, 0, 0, 0 } //extra cuts fbrem and E_Over_P
54     };
55 sixie 1.1
56 ceballos 1.5 Double_t VBTFWorkingPoint85[6][8] = {
57     {0.04, 0.04, 0.04, 0.04, 0.025, 0.025, 0.025, 0.025 }, //hovere
58 sixie 1.1 {0.01, 0.01, 0.01, 0.01, 0.03, 0.03, 0.03, 0.03 }, //sigmaetaeta
59 ceballos 1.5 {0.06, 0.06, 0.06, 0.06, 0.04, 0.04, 0.04, 0.04 }, //deltaphiin
60     {0.006, 0.006, 0.006, 0.006, 0.007, 0.007, 0.007, 0.007 }, //deltaetain
61 sixie 1.1 {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, //eoverp
62     {0.0, 0.0, 0, 0, 0, 0, 0, 0 } //extra cuts fbrem and E_Over_P
63     };
64    
65     Double_t VBTFWorkingPoint80[6][8] = {
66 ceballos 1.5 {0.04, 0.04, 0.04, 0.04, 0.025, 0.025, 0.025, 0.025}, //hovere
67 sixie 1.1 {0.01, 0.01, 0.01, 0.01, 0.03, 0.03, 0.03, 0.03 }, //sigmaetaeta
68 ceballos 1.5 {0.06, 0.06, 0.06, 0.06, 0.03, 0.03, 0.03, 0.03 }, //deltaphiin
69     {0.004, 0.004, 0.004, 0.004, 0.007, 0.007, 0.007, 0.007}, //deltaetain
70 sixie 1.1 {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, //eoverp
71     {0.0, 0.0, 0, 0, 0, 0, 0, 0 } //extra cuts fbrem and E_Over_P
72     };
73    
74     Double_t VBTFWorkingPoint70[6][8] = {
75 ceballos 1.5 {0.025, 0.025, 0.025, 0.025, 0.012, 0.012, 0.012, 0.012}, //hovere
76 sixie 1.1 {0.01, 0.01, 0.01, 0.01, 0.03, 0.03, 0.03, 0.03 }, //sigmaetaeta
77 ceballos 1.5 {0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02 }, //deltaphiin
78 ceballos 1.11 {0.004, 0.004, 0.004, 0.004, 0.005, 0.005, 0.005, 0.005}, //deltaetain
79 sixie 1.1 {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, //eoverp
80     {0.0, 0.0, 0, 0, 0, 0, 0, 0 } //extra cuts fbrem and E_Over_P
81     };
82    
83     switch (idType) {
84     case kCustomIdTight:
85     memcpy(fCuts,tightcuts,sizeof(fCuts));
86     break;
87     case kCustomIdLoose:
88     memcpy(fCuts,loosecuts,sizeof(fCuts));
89     break;
90     case kVBTFWorkingPoint95Id:
91     memcpy(fCuts,VBTFWorkingPoint95,sizeof(fCuts));
92     break;
93     case kVBTFWorkingPoint90Id:
94     memcpy(fCuts,VBTFWorkingPoint90,sizeof(fCuts));
95     break;
96 ceballos 1.5 case kVBTFWorkingPoint85Id:
97     memcpy(fCuts,VBTFWorkingPoint85,sizeof(fCuts));
98     break;
99 sixie 1.1 case kVBTFWorkingPoint80Id:
100     memcpy(fCuts,VBTFWorkingPoint80,sizeof(fCuts));
101     break;
102     case kVBTFWorkingPoint70Id:
103     memcpy(fCuts,VBTFWorkingPoint70,sizeof(fCuts));
104     break;
105     default:
106     memset(fCuts,0,sizeof(fCuts));
107     break;
108     }
109    
110    
111     // Based on RecoEgamma/ElectronIdentification/src/CutBasedElectronID.cc.
112     Double_t eOverP = ele->ESuperClusterOverP();
113     Double_t fBrem = ele->FBrem();
114    
115 bendavid 1.16 if ( (fCuts[5][0]>0.0) && (eOverP < fCuts[5][0]) && (fCuts[5][1]>0.0) && (fBrem < fCuts[5][1]))
116 sixie 1.1 return kFALSE;
117    
118 bendavid 1.16 if ( (fCuts[5][2]>0.0) && (eOverP < fCuts[5][2]*(1-fBrem)))
119 sixie 1.1 return kFALSE;
120    
121     Int_t cat = 2;
122     if ((ele->IsEB() && fBrem<0.06) || (ele->IsEE() && fBrem<0.1))
123     cat=1;
124     else if (eOverP < 1.2 && eOverP > 0.8)
125     cat=0;
126 ceballos 1.13
127     if(ele->SCluster() == 0)
128     return kFALSE;
129 ceballos 1.21 Double_t eSeedOverPin = ele->ESeedClusterOverPIn();
130 sixie 1.1 Double_t hOverE = ele->HadronicOverEm();
131     Double_t sigmaee = ele->CoviEtaiEta();
132     Double_t deltaPhiIn = TMath::Abs(ele->DeltaPhiSuperClusterTrackAtVtx());
133     Double_t deltaEtaIn = TMath::Abs(ele->DeltaEtaSuperClusterTrackAtVtx());
134    
135     Int_t eb = 1;
136     if (ele->IsEB())
137     eb = 0;
138    
139     if (hOverE>fCuts[0][cat+4*eb])
140     return kFALSE;
141    
142     if (sigmaee>fCuts[1][cat+4*eb])
143     return kFALSE;
144    
145     if (deltaPhiIn>fCuts[2][cat+4*eb])
146     return kFALSE;
147    
148     if(deltaEtaIn>fCuts[3][cat+4*eb])
149     return kFALSE;
150    
151     if(eSeedOverPin<fCuts[4][cat+4*eb])
152     return kFALSE;
153    
154     return kTRUE;
155     }
156    
157     //--------------------------------------------------------------------------------------------------
158 ceballos 1.5 Bool_t ElectronTools::PassCustomIso(const Electron *ele, EElIsoType isoType,
159     Bool_t useCombineIso)
160 sixie 1.1 {
161     Bool_t pass = kTRUE;
162     Double_t fIsoCuts[4][2]; //!custom isolation cuts
163     Double_t VBTFWorkingPoint95[4][2] = {
164 ceballos 1.5 {0.15 , 0.08 }, //TrkIso
165     {2.00 , 0.06 }, //ECALIso
166     {0.12 , 0.05 }, //HCALIso
167     {0.15, 0.10 } //Combined
168 sixie 1.1 };
169    
170     Double_t VBTFWorkingPoint90[4][2] = {
171 ceballos 1.5 {0.12 , 0.05 }, //TrkIso
172     {0.09 , 0.06 }, //ECALIso
173     {0.10 , 0.03 }, //HCALIso
174     {0.10, 0.07 } //Combined
175     };
176    
177     Double_t VBTFWorkingPoint85[4][2] = {
178     {0.09 , 0.05 }, //TrkIso
179     {0.08 , 0.05 }, //ECALIso
180     {0.10 , 0.025 }, //HCALIso
181     {0.09, 0.06 } //Combined
182 sixie 1.1 };
183    
184     Double_t VBTFWorkingPoint80[4][2] = {
185 ceballos 1.5 {0.09 , 0.04 }, //TrkIso
186     {0.07 , 0.05 }, //ECALIso
187     {0.10 , 0.025 }, //HCALIso
188     {0.07, 0.06 } //Combined
189 sixie 1.1 };
190    
191     Double_t VBTFWorkingPoint70[4][2] = {
192 ceballos 1.11 {0.05 , 0.025 }, //TrkIso
193     {0.06 , 0.025 }, //ECALIso
194     {0.03 , 0.020 }, //HCALIso
195     {0.04, 0.030 } //Combined
196 sixie 1.1 };
197    
198     switch (isoType) {
199     case kVBTFWorkingPoint95Iso:
200     memcpy(fIsoCuts,VBTFWorkingPoint95,sizeof(fIsoCuts));
201     break;
202     case kVBTFWorkingPoint90Iso:
203     memcpy(fIsoCuts,VBTFWorkingPoint90,sizeof(fIsoCuts));
204     break;
205 ceballos 1.5 case kVBTFWorkingPoint85Iso:
206     memcpy(fIsoCuts,VBTFWorkingPoint85,sizeof(fIsoCuts));
207     break;
208 sixie 1.1 case kVBTFWorkingPoint80Iso:
209     memcpy(fIsoCuts,VBTFWorkingPoint80,sizeof(fIsoCuts));
210     break;
211     case kVBTFWorkingPoint70Iso:
212     memcpy(fIsoCuts,VBTFWorkingPoint70,sizeof(fIsoCuts));
213     break;
214     default:
215     memset(fIsoCuts,0,sizeof(fIsoCuts));
216     break;
217     }
218    
219 ceballos 1.10 Double_t trkIso = ele->TrackIsolationDr03() / ele->Pt();
220     Double_t ecalIso = ele->EcalRecHitIsoDr03() / ele->Pt();
221     Double_t hcalIso = ele->HcalTowerSumEtDr03() / ele->Pt();
222     Double_t combinedIso = ele->TrackIsolationDr03() + ele->EcalRecHitIsoDr03() + ele->HcalTowerSumEtDr03();
223     if(ele->IsEB()) combinedIso = ele->TrackIsolationDr03() + TMath::Max(ele->EcalRecHitIsoDr03() - 1.0, 0.0) + ele->HcalTowerSumEtDr03();
224 ceballos 1.11 combinedIso = combinedIso / ele->Pt();
225 sixie 1.1
226     Int_t eb = 1;
227     if (ele->IsEB())
228     eb = 0;
229    
230 ceballos 1.5 if(useCombineIso == kFALSE){
231     if (trkIso>fIsoCuts[0][eb])
232     pass = kFALSE;
233     if (ecalIso>fIsoCuts[1][eb])
234     pass = kFALSE;
235     if (hcalIso>fIsoCuts[2][eb])
236     pass = kFALSE;
237     }
238     else {
239     if (combinedIso>fIsoCuts[3][eb])
240     pass = kFALSE;
241     }
242 sixie 1.1
243     return pass;
244     }
245    
246    
247     //--------------------------------------------------------------------------------------------------
248     Bool_t ElectronTools::PassConversionFilter(const Electron *ele,
249 bendavid 1.19 const DecayParticleCol *conversions,
250     const BaseVertex *vtx,
251 bendavid 1.20 UInt_t nWrongHitsMax,
252     Double_t probMin,
253     Double_t lxyMin,
254     Bool_t matchCkf,
255     Bool_t requireArbitratedMerged)
256 sixie 1.1 {
257     Bool_t isGoodConversion = kFALSE;
258    
259     for (UInt_t ifc=0; ifc<conversions->GetEntries(); ifc++) {
260     Bool_t ConversionMatchFound = kFALSE;
261     for (UInt_t d=0; d<conversions->At(ifc)->NDaughters(); d++) {
262     const Track *trk = dynamic_cast<const ChargedParticle*>
263     (conversions->At(ifc)->Daughter(d))->Trk();
264 bendavid 1.20 if (ele->GsfTrk() == trk || (matchCkf && ele->TrackerTrk()==trk) ) {
265 sixie 1.1 ConversionMatchFound = kTRUE;
266     break;
267     }
268     }
269    
270     // if match between the e-track and one of the conversion legs
271     if (ConversionMatchFound == kTRUE){
272 bendavid 1.20 isGoodConversion = (conversions->At(ifc)->Prob() > probMin) &&
273     (!requireArbitratedMerged || conversions->At(ifc)->Quality().Quality(ConversionQuality::arbitratedMerged)) &&
274     (conversions->At(ifc)->LxyCorrected(vtx) > lxyMin);
275 sixie 1.1
276     if (isGoodConversion == kTRUE) {
277     for (UInt_t d=0; d<conversions->At(ifc)->NDaughters(); d++) {
278     const Track *trk = dynamic_cast<const ChargedParticle*>
279     (conversions->At(ifc)->Daughter(d))->Trk();
280     if (trk) {
281     const StableData *sd = dynamic_cast<const StableData*>
282     (conversions->At(ifc)->DaughterDat(d));
283 bendavid 1.19 if (sd->NWrongHits() > nWrongHitsMax)
284 sixie 1.1 isGoodConversion = kFALSE;
285     } else {
286     isGoodConversion = kFALSE;
287     }
288     }
289     }
290     }
291 ceballos 1.13
292 sixie 1.1 if (isGoodConversion == kTRUE) break;
293    
294     } // loop over all conversions
295    
296     return !isGoodConversion;
297     }
298    
299     //--------------------------------------------------------------------------------------------------
300 ceballos 1.18 Bool_t ElectronTools::PassD0Cut(const Electron *ele, const VertexCol *vertices, Double_t fD0Cut)
301 sixie 1.1 {
302     Bool_t d0cut = kFALSE;
303     // d0 cut
304     Double_t d0_real = 99999;
305     for(UInt_t i0 = 0; i0 < vertices->GetEntries(); i0++) {
306 ceballos 1.12 if(vertices->At(i0)->NTracks() > 0){
307     Double_t pD0 = ele->GsfTrk()->D0Corrected(*vertices->At(i0));
308     d0_real = TMath::Abs(pD0);
309     break;
310     }
311 sixie 1.1 }
312     if(d0_real < fD0Cut) d0cut = kTRUE;
313    
314     return d0cut;
315     }
316    
317     //--------------------------------------------------------------------------------------------------
318 ceballos 1.18 Bool_t ElectronTools::PassD0Cut(const Electron *ele, const BeamSpotCol *beamspots, Double_t fD0Cut)
319 sixie 1.2 {
320     Bool_t d0cut = kFALSE;
321     // d0 cut
322     Double_t d0_real = 99999;
323     for(UInt_t i0 = 0; i0 < beamspots->GetEntries(); i0++) {
324     Double_t pD0 = ele->GsfTrk()->D0Corrected(*beamspots->At(i0));
325     if(TMath::Abs(pD0) < TMath::Abs(d0_real)) d0_real = TMath::Abs(pD0);
326     }
327     if(d0_real < fD0Cut) d0cut = kTRUE;
328    
329     return d0cut;
330     }
331    
332     //--------------------------------------------------------------------------------------------------
333 sixie 1.1 Bool_t ElectronTools::PassChargeFilter(const Electron *ele)
334     {
335     Bool_t passChargeFilter = kTRUE;
336     if(ele->TrackerTrk() &&
337     ele->TrackerTrk()->Charge() != ele->Charge()) passChargeFilter = kFALSE;
338    
339     return passChargeFilter;
340     }
341    
342     //--------------------------------------------------------------------------------------------------
343     Bool_t ElectronTools::PassSpikeRemovalFilter(const Electron *ele)
344     {
345     Bool_t passSpikeRemovalFilter = kTRUE;
346 ceballos 1.13 if(ele->SCluster() &&
347     ele->SCluster()->Seed()->Energy() > 5.0 &&
348 sixie 1.1 ele->SCluster()->Seed()->EMax() / ele->SCluster()->Seed()->E3x3() > 0.95
349     ) {
350     passSpikeRemovalFilter = kFALSE;
351     }
352    
353     // For Now Only use the EMax/E3x3 prescription.
354     // if(ele->SCluster()->Seed()->Energy() > 5.0 &&
355     // (1 - (ele->SCluster()->Seed()->E1x3() + ele->SCluster()->Seed()->E3x1() - 2*ele->SCluster()->Seed()->EMax())) > 0.95
356     // ) {
357     // passSpikeRemovalFilter = kFALSE;
358     // }
359    
360     return passSpikeRemovalFilter;
361     }
362 ceballos 1.4
363 bendavid 1.9 Bool_t ElectronTools::PassTriggerMatching(const Electron *ele, const TriggerObjectCol *trigobjs)
364     {
365    
366     for (UInt_t i=0; i<trigobjs->GetEntries(); ++i) {
367     const TriggerObject *trigobj = trigobjs->At(i);
368 bendavid 1.15 if (trigobj->TriggerType()==TriggerObject::TriggerCluster || trigobj->TriggerType()==TriggerObject::TriggerElectron || trigobj->TriggerType()==TriggerObject::TriggerPhoton) {
369     if (MathUtils::DeltaR(ele->SCluster(),trigobj)<0.3) {
370 bendavid 1.9 return kTRUE;
371     }
372     }
373     }
374    
375     return kFALSE;
376    
377    
378     }
379    
380 ceballos 1.4 //--------------------------------------------------------------------------------------------------
381     Int_t ElectronTools::Classify(const Electron *ele) {
382    
383 ceballos 1.5 double eta = ele->AbsEta();
384 ceballos 1.4 double eOverP = ele->ESuperClusterOverP();
385     double fBrem = ele->FBrem();
386    
387     int cat = -1;
388     if (ele->IsEB()) {
389 ceballos 1.5 if ((fBrem >= 0.12) and (eOverP > 0.9) and (eOverP < 1.2))
390 ceballos 1.4 cat = 0;
391 ceballos 1.5 else if (((eta > .445 and eta < .45 ) or
392     (eta > .79 and eta < .81 ) or
393     (eta > 1.137 and eta < 1.157 ) or
394     (eta > 1.47285 and eta < 1.4744)))
395     cat = 6;
396     else if (ele->IsTrackerDriven() and !ele->IsEcalDriven())
397 ceballos 1.4 cat = 8;
398     else if (fBrem < 0.12)
399     cat = 1;
400     else
401     cat = 2;
402     } else {
403 ceballos 1.5 if ((fBrem >= 0.2) and (eOverP > 0.82) and (eOverP < 1.22))
404 ceballos 1.4 cat = 3;
405 ceballos 1.5 else if (eta > 1.5 and eta < 1.58)
406     cat = 7;
407     else if (ele->IsTrackerDriven() and !ele->IsEcalDriven())
408 ceballos 1.4 cat = 8;
409     else if (fBrem < 0.2)
410     cat = 4;
411     else
412     cat = 5;
413     }
414    
415     return cat;
416     }
417    
418     //--------------------------------------------------------------------------------------------------
419     Int_t ElectronTools::PassTightId(const Electron *ele, const VertexCol *vertices,
420 ceballos 1.21 const DecayParticleCol *conversions, const Int_t typeCuts,
421     Double_t beta){
422 ceballos 1.4
423 ceballos 1.17 // original code on
424     // http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoEgamma/ElectronIdentification/src/CutBasedElectronID.cc
425 ceballos 1.21 // beta must be computed with a DR cone of 0.4
426 ceballos 1.17
427     Double_t scEt = ele->SCluster()->Et();
428     Double_t scEta = ele->SCluster()->Eta();
429 ceballos 1.4
430     Double_t fBrem = ele->FBrem();
431     Double_t hOverE = ele->HadronicOverEm();
432     Double_t sigmaee = ele->CoviEtaiEta();
433     Double_t deltaPhiIn = TMath::Abs(ele->DeltaPhiSuperClusterTrackAtVtx());
434     Double_t deltaEtaIn = TMath::Abs(ele->DeltaEtaSuperClusterTrackAtVtx());
435     Double_t eSeedOverPin = ele->ESeedClusterOverPIn();
436    
437     Int_t mishits = ele->BestTrk()->NExpectedHitsInner();
438     Double_t tkIso = ele->TrackIsolationDr03();
439 ceballos 1.21 Double_t ecalIso = ele->EcalRecHitIsoDr04()*beta;
440     Double_t hcalIso = ele->HcalTowerSumEtDr04()*beta;
441 ceballos 1.4
442     int cat = Classify(ele);
443     int eb;
444    
445     if (ele->IsEB())
446     eb = 0;
447     else
448     eb = 1;
449    
450 ceballos 1.17 // Medium cuts
451     Double_t cutdcotdistMedium[9] = {
452     3.32e-02, 2.92e-02, 2.49e-02, 3.92e-02, 3.41e-02, 3.96e-02, 2.91e-02, 3.95e-02, 7.71e-03};
453     Double_t cutdetainMedium[9] = {
454     1.33e-02, 4.48e-03, 9.22e-03, 1.54e-02, 7.26e-03, 1.24e-02, 1.29e-02, 3.84e-02, 1.88e-02};
455     Double_t cutdetainlMedium[9] = {
456     1.21e-02, 4.22e-03, 9.18e-03, 1.61e-02, 6.45e-03, 1.16e-02, 1.23e-02, 6.20e-02, 2.43e-02};
457     Double_t cutdphiinMedium[9] = {
458     7.09e-02, 2.43e-01, 2.96e-01, 7.98e-02, 2.35e-01, 2.76e-01, 3.42e-01, 4.04e-01, 2.99e-01};
459     Double_t cutdphiinlMedium[9] = {
460     7.42e-02, 2.43e-01, 2.97e-01, 9.12e-02, 2.26e-01, 2.76e-01, 3.34e-01, 5.58e-01, 2.91e-01};
461     Double_t cuteseedopcorMedium[9] = {
462     6.42e-01, 9.44e-01, 4.53e-01, 7.62e-01, 3.67e-01, 5.57e-01, 1.98e-01, 9.15e-01, 6.28e-02};
463     Double_t cutfmishitsMedium[9] = {
464     4.50e+00, 1.50e+00, 1.50e+00, 1.50e+00, 1.50e+00, 5.00e-01, 1.50e+00, 5.00e-01, 5.00e-01};
465     Double_t cuthoeMedium[9] = {
466     1.96e-01, 6.30e-02, 1.48e-01, 3.66e-01, 5.66e-02, 1.45e-01, 4.29e-01, 4.28e-01, 3.99e-01};
467     Double_t cuthoelMedium[9] = {
468     2.19e-01, 6.19e-02, 1.47e-01, 3.58e-01, 4.61e-02, 1.46e-01, 3.26e-01, 3.81e-01, 3.89e-01};
469     Double_t cutip_gsfMedium[9] = {
470     2.45e-02, 9.74e-02, 1.48e-01, 5.49e-02, 5.65e-01, 3.33e-01, 2.04e-01, 5.41e-01, 1.21e-01};
471     Double_t cutip_gsflMedium[9] = {
472     1.92e-02, 9.81e-02, 1.33e-01, 4.34e-02, 5.65e-01, 3.24e-01, 2.33e-01, 4.30e-01, 6.44e-02};
473     Double_t cutiso_sumMedium[9] = {
474     1.44e+01, 1.12e+01, 1.09e+01, 1.08e+01, 6.35e+00, 9.78e+00, 1.30e+01, 1.62e+01, 1.96e+00};
475     Double_t cutiso_sumoetMedium[9] = {
476     1.01e+01, 6.41e+00, 6.00e+00, 8.14e+00, 3.90e+00, 4.76e+00, 6.86e+00, 6.48e+00, 1.74e+01};
477     Double_t cutiso_sumoetlMedium[9] = {
478     9.44e+00, 7.67e+00, 7.15e+00, 7.34e+00, 3.35e+00, 4.70e+00, 8.32e+00, 7.55e+00, 6.25e+00};
479     Double_t cutseeMedium[9] = {
480     1.30e-02, 1.09e-02, 1.18e-02, 3.94e-02, 3.04e-02, 3.28e-02, 1.00e-02, 3.73e-02, 6.69e-02};
481     Double_t cutseelMedium[9] = {
482     1.42e-02, 1.11e-02, 1.29e-02, 4.32e-02, 2.96e-02, 3.82e-02, 1.01e-02, 4.45e-02, 1.19e-01};
483    
484     // Tight cuts
485     Double_t cutdcotdistTight[9] = {
486     2.68e-02, 2.36e-02, 2.21e-02, 3.72e-02, 3.17e-02, 3.61e-02, 2.55e-02, 3.75e-02, 2.16e-04};
487     Double_t cutdetainTight[9] = {
488     8.92e-03, 3.96e-03, 8.50e-03, 1.34e-02, 6.27e-03, 1.05e-02, 1.12e-02, 3.09e-02, 1.88e-02};
489     Double_t cutdetainlTight[9] = {
490     9.23e-03, 3.77e-03, 8.70e-03, 1.39e-02, 5.60e-03, 9.40e-03, 1.07e-02, 6.20e-02, 4.10e-03};
491     Double_t cutdphiinTight[9] = {
492     6.37e-02, 1.53e-01, 2.90e-01, 7.69e-02, 1.81e-01, 2.34e-01, 3.42e-01, 3.93e-01, 2.84e-01};
493     Double_t cutdphiinlTight[9] = {
494     6.92e-02, 2.33e-01, 2.96e-01, 8.65e-02, 1.85e-01, 2.76e-01, 3.34e-01, 3.53e-01, 2.90e-01};
495     Double_t cuteseedopcorTight[9] = {
496     6.52e-01, 9.69e-01, 9.12e-01, 7.79e-01, 3.67e-01, 6.99e-01, 3.28e-01, 9.67e-01, 5.89e-01};
497     Double_t cutfmishitsTight[9] = {
498     4.50e+00, 1.50e+00, 5.00e-01, 1.50e+00, 1.50e+00, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01};
499     Double_t cuthoeTight[9] = {
500     1.74e-01, 4.88e-02, 1.46e-01, 3.64e-01, 4.93e-02, 1.45e-01, 4.29e-01, 4.20e-01, 3.99e-01};
501     Double_t cuthoelTight[9] = {
502     2.19e-01, 5.25e-02, 1.47e-01, 3.57e-01, 4.25e-02, 1.45e-01, 3.26e-01, 3.80e-01, 1.32e-01};
503     Double_t cutip_gsfTight[9] = {
504     1.58e-02, 8.25e-02, 1.15e-01, 4.05e-02, 5.40e-01, 1.51e-01, 7.74e-02, 4.17e-01, 7.80e-02};
505     Double_t cutip_gsflTight[9] = {
506     1.27e-02, 6.26e-02, 9.68e-02, 3.02e-02, 5.65e-01, 1.46e-01, 7.90e-02, 4.10e-01, 4.79e-02};
507     Double_t cutiso_sumTight[9] = {
508     1.23e+01, 9.77e+00, 1.01e+01, 9.77e+00, 6.13e+00, 7.55e+00, 1.30e+01, 1.62e+01, 1.78e+00};
509     Double_t cutiso_sumoetTight[9] = {
510     7.75e+00, 5.45e+00, 5.67e+00, 5.97e+00, 3.17e+00, 3.86e+00, 6.06e+00, 5.31e+00, 1.05e+01};
511     Double_t cutiso_sumoetlTight[9] = {
512     7.56e+00, 5.08e+00, 5.77e+00, 5.74e+00, 2.37e+00, 3.32e+00, 4.97e+00, 5.46e+00, 3.82e+00};
513     Double_t cutseeTight[9] = {
514     1.16e-02, 1.07e-02, 1.08e-02, 3.49e-02, 2.89e-02, 3.08e-02, 9.87e-03, 3.37e-02, 4.40e-02};
515     Double_t cutseelTight[9] = {
516     1.27e-02, 1.08e-02, 1.13e-02, 4.19e-02, 2.81e-02, 3.02e-02, 9.76e-03, 4.28e-02, 2.98e-02};
517    
518 ceballos 1.21 // SuperTight cuts
519 ceballos 1.17 Double_t cutdcotdistSuperTight[9] = {
520     2.11e-02, 1.86e-02, 1.55e-02, 3.40e-02, 2.85e-02, 3.32e-02, 1.64e-02, 3.75e-02, 1.30e-04};
521     Double_t cutdetainSuperTight[9] = {
522     7.84e-03, 3.67e-03, 7.00e-03, 1.28e-02, 5.65e-03, 9.53e-03, 1.08e-02, 2.97e-02, 7.24e-03};
523     Double_t cutdetainlSuperTight[9] = {
524     7.61e-03, 3.28e-03, 6.57e-03, 1.03e-02, 5.05e-03, 8.55e-03, 1.07e-02, 2.94e-02, 4.10e-03};
525     Double_t cutdphiinSuperTight[9] = {
526     4.83e-02, 7.39e-02, 2.38e-01, 5.74e-02, 1.29e-01, 2.13e-01, 3.31e-01, 3.93e-01, 2.84e-01};
527     Double_t cutdphiinlSuperTight[9] = {
528     5.79e-02, 7.21e-02, 2.18e-01, 7.70e-02, 1.41e-01, 2.11e-01, 2.43e-01, 3.53e-01, 2.89e-01};
529     Double_t cuteseedopcorSuperTight[9] = {
530     7.32e-01, 9.77e-01, 9.83e-01, 8.55e-01, 4.31e-01, 7.35e-01, 4.18e-01, 9.99e-01, 5.89e-01};
531     Double_t cutfmishitsSuperTight[9] = {
532     3.50e+00, 1.50e+00, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01};
533     Double_t cuthoeSuperTight[9] = {
534     9.19e-02, 4.11e-02, 1.42e-01, 3.35e-01, 3.82e-02, 1.41e-01, 4.29e-01, 4.01e-01, 3.99e-01};
535     Double_t cuthoelSuperTight[9] = {
536     7.51e-02, 3.81e-02, 1.41e-01, 3.32e-01, 3.10e-02, 1.43e-01, 2.35e-01, 3.80e-01, 1.32e-01};
537     Double_t cutip_gsfSuperTight[9] = {
538     1.42e-02, 2.66e-02, 1.06e-01, 3.38e-02, 3.23e-01, 1.07e-01, 7.74e-02, 2.32e-01, 7.80e-02};
539     Double_t cutip_gsflSuperTight[9] = {
540     1.15e-02, 2.72e-02, 8.41e-02, 2.49e-02, 4.17e-01, 1.02e-01, 7.90e-02, 1.69e-01, 4.79e-02};
541     Double_t cutiso_sumSuperTight[9] = {
542     8.95e+00, 8.18e+00, 8.75e+00, 7.47e+00, 5.43e+00, 5.87e+00, 8.16e+00, 1.02e+01, 1.78e+00};
543     Double_t cutiso_sumoetSuperTight[9] = {
544     6.45e+00, 5.14e+00, 4.99e+00, 5.21e+00, 2.65e+00, 3.12e+00, 4.52e+00, 4.72e+00, 3.68e+00};
545     Double_t cutiso_sumoetlSuperTight[9] = {
546     6.02e+00, 3.96e+00, 4.23e+00, 4.73e+00, 1.99e+00, 2.64e+00, 3.72e+00, 3.81e+00, 1.44e+00};
547     Double_t cutseeSuperTight[9] = {
548     1.09e-02, 1.05e-02, 1.05e-02, 3.24e-02, 2.81e-02, 2.95e-02, 9.77e-03, 2.75e-02, 2.95e-02};
549     Double_t cutseelSuperTight[9] = {
550     1.12e-02, 1.05e-02, 1.07e-02, 3.51e-02, 2.75e-02, 2.87e-02, 9.59e-03, 2.67e-02, 2.98e-02};
551    
552 ceballos 1.21 // HyperTight1 cuts
553     Double_t cutdcotdistHyperTight1[9] = {
554     1.48e-02, 1.50e-02, 8.25e-03, 3.16e-02, 2.85e-02, 3.15e-02, 6.62e-03, 3.48e-02, 3.63e-06};
555     Double_t cutdetainHyperTight1[9] = {
556     6.51e-03, 3.51e-03, 5.53e-03, 9.16e-03, 5.30e-03, 8.28e-03, 1.08e-02, 2.97e-02, 7.24e-03};
557     Double_t cutdetainlHyperTight1[9] = {
558     6.05e-03, 3.23e-03, 4.93e-03, 8.01e-03, 4.93e-03, 7.91e-03, 1.03e-02, 2.94e-02, 4.10e-03};
559     Double_t cutdphiinHyperTight1[9] = {
560     4.83e-02, 4.91e-02, 2.30e-01, 3.48e-02, 7.44e-02, 2.04e-01, 9.95e-02, 3.93e-01, 2.84e-01};
561     Double_t cutdphiinlHyperTight1[9] = {
562     4.74e-02, 4.51e-02, 2.18e-01, 2.99e-02, 7.37e-02, 2.11e-01, 9.99e-02, 3.53e-01, 2.89e-01};
563     Double_t cuteseedopcorHyperTight1[9] = {
564     7.72e-01, 9.90e-01, 1.01e+00, 8.55e-01, 9.11e-01, 7.72e-01, 9.17e-01, 1.06e+00, 7.63e-01};
565     Double_t cutfmishitsHyperTight1[9] = {
566     3.50e+00, 1.50e+00, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01};
567     Double_t cuthoeHyperTight1[9] = {
568     6.17e-02, 3.70e-02, 1.41e-01, 2.91e-01, 3.82e-02, 1.34e-01, 4.19e-01, 3.87e-01, 3.93e-01};
569     Double_t cuthoelHyperTight1[9] = {
570     4.43e-02, 3.57e-02, 1.41e-01, 2.81e-01, 3.07e-02, 1.28e-01, 2.27e-01, 3.80e-01, 1.32e-01};
571     Double_t cutip_gsfHyperTight1[9] = {
572     1.21e-02, 1.76e-02, 6.01e-02, 2.96e-02, 1.74e-01, 9.70e-02, 7.74e-02, 1.33e-01, 7.80e-02};
573     Double_t cutip_gsflHyperTight1[9] = {
574     1.01e-02, 1.56e-02, 6.87e-02, 2.13e-02, 1.25e-01, 8.16e-02, 7.90e-02, 1.30e-01, 4.79e-02};
575     Double_t cutiso_sumHyperTight1[9] = {
576     7.92e+00, 6.85e+00, 7.87e+00, 6.77e+00, 4.47e+00, 5.28e+00, 6.57e+00, 1.02e+01, 1.78e+00};
577     Double_t cutiso_sumoetHyperTight1[9] = {
578     5.20e+00, 3.93e+00, 3.88e+00, 4.10e+00, 2.40e+00, 2.43e+00, 3.49e+00, 3.94e+00, 3.01e+00};
579     Double_t cutiso_sumoetlHyperTight1[9] = {
580     4.18e+00, 3.12e+00, 3.44e+00, 3.25e+00, 1.77e+00, 2.06e+00, 2.83e+00, 3.12e+00, 1.43e+00};
581     Double_t cutseeHyperTight1[9] = {
582     1.05e-02, 1.04e-02, 1.01e-02, 3.24e-02, 2.80e-02, 2.85e-02, 9.67e-03, 2.61e-02, 2.95e-02};
583     Double_t cutseelHyperTight1[9] = {
584     1.04e-02, 1.03e-02, 1.01e-02, 3.04e-02, 2.74e-02, 2.78e-02, 9.58e-03, 2.54e-02, 2.83e-02};
585    
586     // HyperTight2 cuts
587     Double_t cutdcotdistHyperTight2[9] = {
588     1.15e-02, 1.07e-02, 4.01e-03, 2.97e-02, 2.85e-02, 3.10e-02, 9.34e-04, 3.40e-02, 2.82e-07};
589     Double_t cutdetainHyperTight2[9] = {
590     5.29e-03, 2.56e-03, 4.89e-03, 7.89e-03, 5.30e-03, 7.37e-03, 8.91e-03, 9.36e-03, 5.94e-03};
591     Double_t cutdetainlHyperTight2[9] = {
592     4.48e-03, 2.59e-03, 4.42e-03, 6.54e-03, 4.93e-03, 6.98e-03, 8.49e-03, 9.06e-03, -4.81e-03};
593     Double_t cutdphiinHyperTight2[9] = {
594     2.41e-02, 3.83e-02, 1.48e-01, 2.91e-02, 3.15e-02, 1.57e-01, 8.90e-02, 1.02e-01, 2.81e-01};
595     Double_t cutdphiinlHyperTight2[9] = {
596     2.13e-02, 3.79e-02, 1.25e-01, 2.24e-02, 3.69e-02, 1.64e-01, 9.99e-02, 9.23e-02, 2.37e-01};
597     Double_t cuteseedopcorHyperTight2[9] = {
598     1.03e+00, 9.95e-01, 1.03e+00, 1.01e+00, 9.46e-01, 9.03e-01, 9.97e-01, 1.14e+00, 8.00e-01};
599     Double_t cutfmishitsHyperTight2[9] = {
600     1.50e+00, 1.50e+00, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, -5.00e-01};
601     Double_t cuthoeHyperTight2[9] = {
602     4.94e-02, 3.45e-02, 1.40e-01, 2.02e-01, 3.82e-02, 1.19e-01, 1.23e-01, 3.82e-01, 2.50e-01};
603     Double_t cuthoelHyperTight2[9] = {
604     4.04e-02, 3.42e-02, 1.31e-01, 1.85e-01, 3.01e-02, 1.27e-01, 2.27e-01, 3.80e-01, 1.32e-01};
605     Double_t cutip_gsfHyperTight2[9] = {
606     1.14e-02, 1.38e-02, 5.29e-02, 1.87e-02, 1.31e-01, 8.63e-02, 7.74e-02, 1.04e-01, 2.42e-02};
607     Double_t cutip_gsflHyperTight2[9] = {
608     9.83e-03, 1.35e-02, 4.27e-02, 1.72e-02, 1.25e-01, 7.92e-02, 7.90e-02, 1.30e-01, 3.40e-02};
609     Double_t cutiso_sumHyperTight2[9] = {
610     6.40e+00, 5.77e+00, 6.54e+00, 5.22e+00, 3.86e+00, 4.63e+00, 6.31e+00, 1.02e+01, 1.78e+00};
611     Double_t cutiso_sumoetHyperTight2[9] = {
612     4.03e+00, 3.03e+00, 3.24e+00, 3.13e+00, 2.05e+00, 2.01e+00, 2.99e+00, 3.44e+00, 2.76e+00};
613     Double_t cutiso_sumoetlHyperTight2[9] = {
614     3.08e+00, 2.31e+00, 2.84e+00, 2.53e+00, 1.65e+00, 1.72e+00, 2.34e+00, 3.11e+00, 1.35e+00};
615     Double_t cutseeHyperTight2[9] = {
616     1.03e-02, 1.03e-02, 9.88e-03, 3.03e-02, 2.79e-02, 2.79e-02, 9.67e-03, 2.52e-02, 2.58e-02};
617     Double_t cutseelHyperTight2[9] = {
618     1.02e-02, 1.02e-02, 9.80e-03, 2.90e-02, 2.74e-02, 2.75e-02, 9.58e-03, 2.49e-02, 2.50e-02};
619    
620     // HyperTight3 cuts
621     Double_t cutdcotdistHyperTight3[9] = {
622     9.63e-03, 5.11e-03, 1.95e-04, 2.97e-02, 2.85e-02, 2.18e-02, 2.61e-05, 2.57e-02, 2.82e-07};
623     Double_t cutdetainHyperTight3[9] = {
624     4.86e-03, 2.29e-03, 4.40e-03, 7.79e-03, 4.07e-03, 6.33e-03, 7.70e-03, 7.93e-03, 5.94e-03};
625     Double_t cutdetainlHyperTight3[9] = {
626     4.48e-03, 2.30e-03, 4.14e-03, 6.04e-03, 3.87e-03, 6.09e-03, 7.97e-03, 8.04e-03, -4.81e-03};
627     Double_t cutdphiinHyperTight3[9] = {
628     2.41e-02, 2.88e-02, 7.39e-02, 2.91e-02, 1.91e-02, 1.14e-01, 3.61e-02, 8.92e-02, 2.81e-01};
629     Double_t cutdphiinlHyperTight3[9] = {
630     1.95e-02, 3.42e-02, 8.06e-02, 2.22e-02, 2.26e-02, 9.73e-02, 4.51e-02, 9.23e-02, 2.37e-01};
631     Double_t cuteseedopcorHyperTight3[9] = {
632     1.07e+00, 1.01e+00, 1.08e+00, 1.01e+00, 9.69e-01, 9.10e-01, 1.04e+00, 1.20e+00, 8.00e-01};
633     Double_t cutfmishitsHyperTight3[9] = {
634     5.00e-01, 1.50e+00, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, -5.00e-01};
635     Double_t cuthoeHyperTight3[9] = {
636     3.52e-02, 3.45e-02, 1.33e-01, 1.88e-01, 2.72e-02, 1.19e-01, 9.28e-02, 2.46e-01, 2.50e-01};
637     Double_t cuthoelHyperTight3[9] = {
638     4.04e-02, 3.40e-02, 1.31e-01, 1.84e-01, 2.64e-02, 1.18e-01, 9.76e-02, 2.53e-01, 1.32e-01};
639     Double_t cutip_gsfHyperTight3[9] = {
640     1.14e-02, 1.26e-02, 3.79e-02, 1.68e-02, 1.21e-01, 5.29e-02, 7.74e-02, 3.35e-02, 2.42e-02};
641     Double_t cutip_gsflHyperTight3[9] = {
642     9.83e-03, 1.18e-02, 3.59e-02, 1.56e-02, 1.20e-01, 5.36e-02, 7.90e-02, 2.88e-02, 3.40e-02};
643     Double_t cutiso_sumHyperTight3[9] = {
644     5.40e+00, 5.41e+00, 5.88e+00, 4.32e+00, 3.86e+00, 4.33e+00, 5.87e+00, 9.05e+00, 1.78e+00};
645     Double_t cutiso_sumoetHyperTight3[9] = {
646     3.03e+00, 2.50e+00, 2.58e+00, 2.44e+00, 1.91e+00, 1.76e+00, 2.92e+00, 3.13e+00, 2.76e+00};
647     Double_t cutiso_sumoetlHyperTight3[9] = {
648     2.36e+00, 2.02e+00, 2.29e+00, 1.89e+00, 1.65e+00, 1.69e+00, 2.03e+00, 2.79e+00, 1.35e+00};
649     Double_t cutseeHyperTight3[9] = {
650     1.03e-02, 1.01e-02, 9.84e-03, 2.89e-02, 2.74e-02, 2.73e-02, 9.47e-03, 2.44e-02, 2.58e-02};
651     Double_t cutseelHyperTight3[9] = {
652     1.02e-02, 1.00e-02, 9.73e-03, 2.79e-02, 2.73e-02, 2.69e-02, 9.40e-03, 2.46e-02, 2.50e-02};
653    
654     // HyperTight4 cuts
655     Double_t cutdcotdistHyperTight4[9] = {
656     2.70e-04, 1.43e-04, 1.95e-04, 2.64e-03, 2.82e-02, 1.64e-02, 2.61e-05, 2.57e-02, 2.82e-07};
657     Double_t cutdetainHyperTight4[9] = {
658     2.44e-03, 1.67e-03, 2.26e-03, 3.43e-03, 3.51e-03, 3.52e-03, 2.98e-03, 4.79e-03, 5.94e-03};
659     Double_t cutdetainlHyperTight4[9] = {
660     2.34e-03, 1.29e-03, 2.30e-03, 3.30e-03, 3.61e-03, 3.84e-03, 2.53e-03, 3.66e-03, -4.81e-03};
661     Double_t cutdphiinHyperTight4[9] = {
662     8.44e-03, 5.21e-03, 2.18e-02, 1.39e-02, 7.82e-03, 1.52e-02, 2.59e-02, 3.87e-02, 2.81e-01};
663     Double_t cutdphiinlHyperTight4[9] = {
664     5.77e-03, 3.20e-03, 2.85e-02, 2.22e-02, 7.00e-03, 1.84e-02, 2.91e-02, 4.40e-02, 2.37e-01};
665     Double_t cuteseedopcorHyperTight4[9] = {
666     1.15e+00, 1.01e+00, 1.21e+00, 1.07e+00, 9.69e-01, 9.10e-01, 1.08e+00, 1.36e+00, 8.00e-01};
667     Double_t cutfmishitsHyperTight4[9] = {
668     5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, 5.00e-01, -5.00e-01};
669     Double_t cuthoeHyperTight4[9] = {
670     2.39e-02, 2.68e-02, 2.12e-02, 1.03e-01, 9.92e-03, 7.07e-02, 7.12e-02, 1.48e-01, 2.50e-01};
671     Double_t cuthoelHyperTight4[9] = {
672     2.87e-02, 1.94e-02, 2.16e-02, 5.68e-02, 1.35e-02, 4.04e-02, 7.98e-02, 1.50e-01, 1.32e-01};
673     Double_t cutip_gsfHyperTight4[9] = {
674     7.61e-03, 5.22e-03, 3.79e-02, 1.02e-02, 4.62e-02, 1.82e-02, 7.74e-02, 3.35e-02, 2.42e-02};
675     Double_t cutip_gsflHyperTight4[9] = {
676     7.81e-03, 4.25e-03, 3.08e-02, 1.04e-02, 2.35e-02, 2.45e-02, 7.90e-02, 2.88e-02, 3.40e-02};
677     Double_t cutiso_sumHyperTight4[9] = {
678     5.40e+00, 5.41e+00, 5.88e+00, 4.32e+00, 3.86e+00, 4.33e+00, 5.86e+00, 9.05e+00, 1.78e+00};
679     Double_t cutiso_sumoetHyperTight4[9] = {
680     2.53e+00, 2.10e+00, 1.87e+00, 1.84e+00, 1.79e+00, 1.61e+00, 2.53e+00, 1.98e+00, 2.76e+00};
681     Double_t cutiso_sumoetlHyperTight4[9] = {
682     2.28e+00, 2.02e+00, 2.04e+00, 1.69e+00, 1.65e+00, 1.61e+00, 2.03e+00, 1.82e+00, 1.35e+00};
683     Double_t cutseeHyperTight4[9] = {
684     9.99e-03, 9.61e-03, 9.65e-03, 2.75e-02, 2.61e-02, 2.64e-02, 9.18e-03, 2.44e-02, 2.58e-02};
685     Double_t cutseelHyperTight4[9] = {
686     9.66e-03, 9.69e-03, 9.58e-03, 2.73e-02, 2.66e-02, 2.66e-02, 8.64e-03, 2.46e-02, 2.50e-02};
687    
688 ceballos 1.17 Double_t cutdcotdist[9];
689     Double_t cutdetain[9];
690     Double_t cutdetainl[9];
691     Double_t cutdphiin[9];
692     Double_t cutdphiinl[9];
693     Double_t cuteseedopcor[9];
694     Double_t cutfmishits[9];
695     Double_t cuthoe[9];
696     Double_t cuthoel[9];
697     Double_t cutip_gsf[9];
698     Double_t cutip_gsfl[9];
699     Double_t cutiso_sum[9];
700     Double_t cutiso_sumoet[9];
701     Double_t cutiso_sumoetl[9];
702     Double_t cutsee[9];
703     Double_t cutseel[9];
704     if (typeCuts == 0) {
705     memcpy(cutdcotdist ,cutdcotdistMedium ,sizeof(cutdcotdistMedium));
706     memcpy(cutdetain ,cutdetainMedium ,sizeof(cutdetainMedium));
707     memcpy(cutdetainl ,cutdetainlMedium ,sizeof(cutdetainlMedium));
708     memcpy(cutdphiin ,cutdphiinMedium ,sizeof(cutdphiinMedium));
709     memcpy(cutdphiinl ,cutdphiinlMedium ,sizeof(cutdphiinlMedium));
710     memcpy(cuteseedopcor ,cuteseedopcorMedium ,sizeof(cuteseedopcorMedium));
711     memcpy(cutfmishits ,cutfmishitsMedium ,sizeof(cutfmishitsMedium));
712     memcpy(cuthoe ,cuthoeMedium ,sizeof(cuthoeMedium));
713     memcpy(cuthoel ,cuthoelMedium ,sizeof(cuthoelMedium));
714     memcpy(cutip_gsf ,cutip_gsfMedium ,sizeof(cutip_gsfMedium));
715     memcpy(cutip_gsfl ,cutip_gsflMedium ,sizeof(cutip_gsflMedium));
716     memcpy(cutiso_sum ,cutiso_sumMedium ,sizeof(cutiso_sumMedium));
717     memcpy(cutiso_sumoet ,cutiso_sumoetMedium ,sizeof(cutiso_sumoetMedium));
718     memcpy(cutiso_sumoetl,cutiso_sumoetlMedium,sizeof(cutiso_sumoetlMedium));
719     memcpy(cutsee ,cutseeMedium ,sizeof(cutseeMedium));
720     memcpy(cutseel ,cutseelMedium ,sizeof(cutseelMedium));
721     }
722     else if(typeCuts == 1) {
723     memcpy(cutdcotdist ,cutdcotdistTight ,sizeof(cutdcotdistTight));
724     memcpy(cutdetain ,cutdetainTight ,sizeof(cutdetainTight));
725     memcpy(cutdetainl ,cutdetainlTight ,sizeof(cutdetainlTight));
726     memcpy(cutdphiin ,cutdphiinTight ,sizeof(cutdphiinTight));
727     memcpy(cutdphiinl ,cutdphiinlTight ,sizeof(cutdphiinlTight));
728     memcpy(cuteseedopcor ,cuteseedopcorTight ,sizeof(cuteseedopcorTight));
729     memcpy(cutfmishits ,cutfmishitsTight ,sizeof(cutfmishitsTight));
730     memcpy(cuthoe ,cuthoeTight ,sizeof(cuthoeTight));
731     memcpy(cuthoel ,cuthoelTight ,sizeof(cuthoelTight));
732     memcpy(cutip_gsf ,cutip_gsfTight ,sizeof(cutip_gsfTight));
733     memcpy(cutip_gsfl ,cutip_gsflTight ,sizeof(cutip_gsflTight));
734     memcpy(cutiso_sum ,cutiso_sumTight ,sizeof(cutiso_sumTight));
735     memcpy(cutiso_sumoet ,cutiso_sumoetTight ,sizeof(cutiso_sumoetTight));
736     memcpy(cutiso_sumoetl,cutiso_sumoetlTight,sizeof(cutiso_sumoetlTight));
737     memcpy(cutsee ,cutseeTight ,sizeof(cutseeTight));
738     memcpy(cutseel ,cutseelTight ,sizeof(cutseelTight));
739 ceballos 1.5 }
740 ceballos 1.21 else if(typeCuts == 2) {
741 ceballos 1.17 memcpy(cutdcotdist ,cutdcotdistSuperTight ,sizeof(cutdcotdistSuperTight));
742     memcpy(cutdetain ,cutdetainSuperTight ,sizeof(cutdetainSuperTight));
743     memcpy(cutdetainl ,cutdetainlSuperTight ,sizeof(cutdetainlSuperTight));
744     memcpy(cutdphiin ,cutdphiinSuperTight ,sizeof(cutdphiinSuperTight));
745     memcpy(cutdphiinl ,cutdphiinlSuperTight ,sizeof(cutdphiinlSuperTight));
746     memcpy(cuteseedopcor ,cuteseedopcorSuperTight ,sizeof(cuteseedopcorSuperTight));
747     memcpy(cutfmishits ,cutfmishitsSuperTight ,sizeof(cutfmishitsSuperTight));
748     memcpy(cuthoe ,cuthoeSuperTight ,sizeof(cuthoeSuperTight));
749     memcpy(cuthoel ,cuthoelSuperTight ,sizeof(cuthoelSuperTight));
750     memcpy(cutip_gsf ,cutip_gsfSuperTight ,sizeof(cutip_gsfSuperTight));
751     memcpy(cutip_gsfl ,cutip_gsflSuperTight ,sizeof(cutip_gsflSuperTight));
752     memcpy(cutiso_sum ,cutiso_sumSuperTight ,sizeof(cutiso_sumSuperTight));
753     memcpy(cutiso_sumoet ,cutiso_sumoetSuperTight ,sizeof(cutiso_sumoetSuperTight));
754     memcpy(cutiso_sumoetl,cutiso_sumoetlSuperTight,sizeof(cutiso_sumoetlSuperTight));
755     memcpy(cutsee ,cutseeSuperTight ,sizeof(cutseeSuperTight));
756     memcpy(cutseel ,cutseelSuperTight ,sizeof(cutseelSuperTight));
757     }
758 ceballos 1.21 else if(typeCuts == 3) {
759     memcpy(cutdcotdist ,cutdcotdistHyperTight1 ,sizeof(cutdcotdistHyperTight1));
760     memcpy(cutdetain ,cutdetainHyperTight1 ,sizeof(cutdetainHyperTight1));
761     memcpy(cutdetainl ,cutdetainlHyperTight1 ,sizeof(cutdetainlHyperTight1));
762     memcpy(cutdphiin ,cutdphiinHyperTight1 ,sizeof(cutdphiinHyperTight1));
763     memcpy(cutdphiinl ,cutdphiinlHyperTight1 ,sizeof(cutdphiinlHyperTight1));
764     memcpy(cuteseedopcor ,cuteseedopcorHyperTight1 ,sizeof(cuteseedopcorHyperTight1));
765     memcpy(cutfmishits ,cutfmishitsHyperTight1 ,sizeof(cutfmishitsHyperTight1));
766     memcpy(cuthoe ,cuthoeHyperTight1 ,sizeof(cuthoeHyperTight1));
767     memcpy(cuthoel ,cuthoelHyperTight1 ,sizeof(cuthoelHyperTight1));
768     memcpy(cutip_gsf ,cutip_gsfHyperTight1 ,sizeof(cutip_gsfHyperTight1));
769     memcpy(cutip_gsfl ,cutip_gsflHyperTight1 ,sizeof(cutip_gsflHyperTight1));
770     memcpy(cutiso_sum ,cutiso_sumHyperTight1 ,sizeof(cutiso_sumHyperTight1));
771     memcpy(cutiso_sumoet ,cutiso_sumoetHyperTight1 ,sizeof(cutiso_sumoetHyperTight1));
772     memcpy(cutiso_sumoetl,cutiso_sumoetlHyperTight1,sizeof(cutiso_sumoetlHyperTight1));
773     memcpy(cutsee ,cutseeHyperTight1 ,sizeof(cutseeHyperTight1));
774     memcpy(cutseel ,cutseelHyperTight1 ,sizeof(cutseelHyperTight1));
775     }
776     else if(typeCuts == 4) {
777     memcpy(cutdcotdist ,cutdcotdistHyperTight2 ,sizeof(cutdcotdistHyperTight2));
778     memcpy(cutdetain ,cutdetainHyperTight2 ,sizeof(cutdetainHyperTight2));
779     memcpy(cutdetainl ,cutdetainlHyperTight2 ,sizeof(cutdetainlHyperTight2));
780     memcpy(cutdphiin ,cutdphiinHyperTight2 ,sizeof(cutdphiinHyperTight2));
781     memcpy(cutdphiinl ,cutdphiinlHyperTight2 ,sizeof(cutdphiinlHyperTight2));
782     memcpy(cuteseedopcor ,cuteseedopcorHyperTight2 ,sizeof(cuteseedopcorHyperTight2));
783     memcpy(cutfmishits ,cutfmishitsHyperTight2 ,sizeof(cutfmishitsHyperTight2));
784     memcpy(cuthoe ,cuthoeHyperTight2 ,sizeof(cuthoeHyperTight2));
785     memcpy(cuthoel ,cuthoelHyperTight2 ,sizeof(cuthoelHyperTight2));
786     memcpy(cutip_gsf ,cutip_gsfHyperTight2 ,sizeof(cutip_gsfHyperTight2));
787     memcpy(cutip_gsfl ,cutip_gsflHyperTight2 ,sizeof(cutip_gsflHyperTight2));
788     memcpy(cutiso_sum ,cutiso_sumHyperTight2 ,sizeof(cutiso_sumHyperTight2));
789     memcpy(cutiso_sumoet ,cutiso_sumoetHyperTight2 ,sizeof(cutiso_sumoetHyperTight2));
790     memcpy(cutiso_sumoetl,cutiso_sumoetlHyperTight2,sizeof(cutiso_sumoetlHyperTight2));
791     memcpy(cutsee ,cutseeHyperTight2 ,sizeof(cutseeHyperTight2));
792     memcpy(cutseel ,cutseelHyperTight2 ,sizeof(cutseelHyperTight2));
793     }
794     else if(typeCuts == 5) {
795     memcpy(cutdcotdist ,cutdcotdistHyperTight3 ,sizeof(cutdcotdistHyperTight3));
796     memcpy(cutdetain ,cutdetainHyperTight3 ,sizeof(cutdetainHyperTight3));
797     memcpy(cutdetainl ,cutdetainlHyperTight3 ,sizeof(cutdetainlHyperTight3));
798     memcpy(cutdphiin ,cutdphiinHyperTight3 ,sizeof(cutdphiinHyperTight3));
799     memcpy(cutdphiinl ,cutdphiinlHyperTight3 ,sizeof(cutdphiinlHyperTight3));
800     memcpy(cuteseedopcor ,cuteseedopcorHyperTight3 ,sizeof(cuteseedopcorHyperTight3));
801     memcpy(cutfmishits ,cutfmishitsHyperTight3 ,sizeof(cutfmishitsHyperTight3));
802     memcpy(cuthoe ,cuthoeHyperTight3 ,sizeof(cuthoeHyperTight3));
803     memcpy(cuthoel ,cuthoelHyperTight3 ,sizeof(cuthoelHyperTight3));
804     memcpy(cutip_gsf ,cutip_gsfHyperTight3 ,sizeof(cutip_gsfHyperTight3));
805     memcpy(cutip_gsfl ,cutip_gsflHyperTight3 ,sizeof(cutip_gsflHyperTight3));
806     memcpy(cutiso_sum ,cutiso_sumHyperTight3 ,sizeof(cutiso_sumHyperTight3));
807     memcpy(cutiso_sumoet ,cutiso_sumoetHyperTight3 ,sizeof(cutiso_sumoetHyperTight3));
808     memcpy(cutiso_sumoetl,cutiso_sumoetlHyperTight3,sizeof(cutiso_sumoetlHyperTight3));
809     memcpy(cutsee ,cutseeHyperTight3 ,sizeof(cutseeHyperTight3));
810     memcpy(cutseel ,cutseelHyperTight3 ,sizeof(cutseelHyperTight3));
811     }
812     else if(typeCuts == 6) {
813     memcpy(cutdcotdist ,cutdcotdistHyperTight4 ,sizeof(cutdcotdistHyperTight4));
814     memcpy(cutdetain ,cutdetainHyperTight4 ,sizeof(cutdetainHyperTight4));
815     memcpy(cutdetainl ,cutdetainlHyperTight4 ,sizeof(cutdetainlHyperTight4));
816     memcpy(cutdphiin ,cutdphiinHyperTight4 ,sizeof(cutdphiinHyperTight4));
817     memcpy(cutdphiinl ,cutdphiinlHyperTight4 ,sizeof(cutdphiinlHyperTight4));
818     memcpy(cuteseedopcor ,cuteseedopcorHyperTight4 ,sizeof(cuteseedopcorHyperTight4));
819     memcpy(cutfmishits ,cutfmishitsHyperTight4 ,sizeof(cutfmishitsHyperTight4));
820     memcpy(cuthoe ,cuthoeHyperTight4 ,sizeof(cuthoeHyperTight4));
821     memcpy(cuthoel ,cuthoelHyperTight4 ,sizeof(cuthoelHyperTight4));
822     memcpy(cutip_gsf ,cutip_gsfHyperTight4 ,sizeof(cutip_gsfHyperTight4));
823     memcpy(cutip_gsfl ,cutip_gsflHyperTight4 ,sizeof(cutip_gsflHyperTight4));
824     memcpy(cutiso_sum ,cutiso_sumHyperTight4 ,sizeof(cutiso_sumHyperTight4));
825     memcpy(cutiso_sumoet ,cutiso_sumoetHyperTight4 ,sizeof(cutiso_sumoetHyperTight4));
826     memcpy(cutiso_sumoetl,cutiso_sumoetlHyperTight4,sizeof(cutiso_sumoetlHyperTight4));
827     memcpy(cutsee ,cutseeHyperTight4 ,sizeof(cutseeHyperTight4));
828     memcpy(cutseel ,cutseelHyperTight4 ,sizeof(cutseelHyperTight4));
829     }
830     else {
831     return 0;
832     }
833 ceballos 1.17 int result = 0;
834    
835     const int ncuts = 10;
836     std::vector<bool> cut_results(ncuts, false);
837    
838     float iso_sum = tkIso + ecalIso + hcalIso;
839     if(fabs(scEta)>1.5)
840     iso_sum += (fabs(scEta)-1.5)*1.09;
841    
842     float iso_sumoet = iso_sum*(40./scEt);
843    
844     float eseedopincor = eSeedOverPin + fBrem;
845     if(fBrem < 0)
846     eseedopincor = eSeedOverPin;
847 ceballos 1.4
848 ceballos 1.17 float dist = (TMath::Abs(ele->ConvPartnerDist()) == -9999.? 9999:TMath::Abs(ele->ConvPartnerDist()));
849     float dcot = (TMath::Abs(ele->ConvPartnerDCotTheta()) == -9999.? 9999:TMath::Abs(ele->ConvPartnerDCotTheta()));
850 ceballos 1.4
851 ceballos 1.17 float dcotdistcomb = ((0.04 - std::max(dist, dcot)) > 0?(0.04 - std::max(dist, dcot)):0);
852    
853     Double_t ip = 99999;
854     for(UInt_t i0 = 0; i0 < vertices->GetEntries(); i0++) {
855     if(vertices->At(i0)->NTracks() > 0){
856     Double_t pD0 = ele->GsfTrk()->D0Corrected(*vertices->At(i0));
857     ip = TMath::Abs(pD0);
858     break;
859 ceballos 1.4 }
860 ceballos 1.17 }
861    
862     for (int cut=0; cut<ncuts; cut++) {
863     switch (cut) {
864     case 0:
865     cut_results[cut] = compute_cut(fabs(deltaEtaIn), scEt, cutdetainl[cat], cutdetain[cat]);
866     break;
867     case 1:
868     cut_results[cut] = compute_cut(fabs(deltaPhiIn), scEt, cutdphiinl[cat], cutdphiin[cat]);
869     break;
870     case 2:
871     cut_results[cut] = (eseedopincor > cuteseedopcor[cat]);
872     break;
873     case 3:
874     cut_results[cut] = compute_cut(hOverE, scEt, cuthoel[cat], cuthoe[cat]);
875     break;
876     case 4:
877     cut_results[cut] = compute_cut(sigmaee, scEt, cutseel[cat], cutsee[cat]);
878     break;
879     case 5:
880     cut_results[cut] = compute_cut(iso_sumoet, scEt, cutiso_sumoetl[cat], cutiso_sumoet[cat]);
881     break;
882     case 6:
883     cut_results[cut] = (iso_sum < cutiso_sum[cat]);
884     break;
885     case 7:
886     cut_results[cut] = compute_cut(fabs(ip), scEt, cutip_gsfl[cat], cutip_gsf[cat]);
887     break;
888     case 8:
889     cut_results[cut] = (mishits < cutfmishits[cat]);
890     break;
891     case 9:
892     cut_results[cut] = (dcotdistcomb < cutdcotdist[cat]);
893     break;
894 ceballos 1.4 }
895 ceballos 1.17 }
896    
897     // ID part
898     if (cut_results[0] & cut_results[1] & cut_results[2] & cut_results[3] & cut_results[4])
899     result = result + 1;
900    
901     // ISO part
902     if (cut_results[5] & cut_results[6])
903     result = result + 2;
904    
905     // IP part
906     if (cut_results[7])
907     result = result + 8;
908    
909     // Conversion part
910     if (cut_results[8] and cut_results[9])
911     result = result + 4;
912    
913     return result;
914     }
915 ceballos 1.4
916 ceballos 1.17 //--------------------------------------------------------------------------------------------------
917     bool ElectronTools::compute_cut(double x, double et, double cut_min, double cut_max, bool gtn) {
918 ceballos 1.4
919 ceballos 1.17 float et_min = 10;
920     float et_max = 40;
921 ceballos 1.4
922 ceballos 1.17 bool accept = false;
923     float cut = cut_max; // the cut at et=40 GeV
924 ceballos 1.4
925 ceballos 1.17 if(et < et_max) {
926     cut = cut_min + (1/et_min - 1/et)*(cut_max - cut_min)/(1/et_min - 1/et_max);
927     }
928    
929     if(et < et_min) {
930     cut = cut_min;
931     }
932 ceballos 1.4
933 ceballos 1.17 if(gtn) { // useful for e/p cut which is gt
934     accept = (x >= cut);
935     }
936     else {
937     accept = (x <= cut);
938     }
939 ceballos 1.4
940 ceballos 1.17 return accept;
941 ceballos 1.4 }