33 |
|
kCustomIdTight, //"CustomTight" |
34 |
|
kVBTFWorkingPoint95Id, |
35 |
|
kVBTFWorkingPoint90Id, |
36 |
+ |
kVBTFWorkingPoint85Id, |
37 |
|
kVBTFWorkingPoint80Id, |
38 |
|
kVBTFWorkingPoint70Id |
39 |
|
}; |
49 |
|
kCustomIso, //"Custom" |
50 |
|
kVBTFWorkingPoint95Iso, |
51 |
|
kVBTFWorkingPoint90Iso, |
52 |
+ |
kVBTFWorkingPoint85Iso, |
53 |
|
kVBTFWorkingPoint80Iso, |
54 |
|
kVBTFWorkingPoint70Iso |
55 |
|
}; |
58 |
|
static Bool_t PassConversionFilter(const Electron *el, const DecayParticleCol *conversions, |
59 |
|
Bool_t WrongHitsRequirement ); |
60 |
|
static Bool_t PassCustomID(const Electron *el, EElIdType idType); |
61 |
< |
static Bool_t PassCustomIso(const Electron *el, EElIsoType isoType); |
61 |
> |
static Bool_t PassCustomIso(const Electron *el, EElIsoType isoType, |
62 |
> |
Bool_t useCombineIso = kTRUE); |
63 |
|
static Bool_t PassD0Cut(const Electron *el, const VertexCol *vertices, |
64 |
|
Double_t fD0Cut, Bool_t fReverseD0Cut); |
65 |
|
static Bool_t PassD0Cut(const Electron *el, const BeamSpotCol *beamspots, |