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, |
66 |
|
Double_t fD0Cut, Bool_t fReverseD0Cut); |
67 |
|
static Bool_t PassSpikeRemovalFilter(const Electron *ele); |
68 |
< |
|
68 |
> |
static Int_t Classify(const Electron *ele); |
69 |
> |
static Int_t PassTightId(const Electron *ele, const VertexCol *vertices, |
70 |
> |
const DecayParticleCol *conversions, const Int_t typeCuts); |
71 |
|
|
72 |
|
ClassDef(ElectronTools, 0) // Muon tools |
73 |
|
}; |