# | Line 62 | Line 62 | namespace mithep { | |
---|---|---|
62 | static Bool_t PassD0Cut(const Electron *el, const BeamSpotCol *beamspots, | |
63 | Double_t fD0Cut, Bool_t fReverseD0Cut); | |
64 | static Bool_t PassSpikeRemovalFilter(const Electron *ele); | |
65 | < | |
65 | > | static Int_t Classify(const Electron *ele); |
66 | > | static Int_t PassTightId(const Electron *ele, const VertexCol *vertices, |
67 | > | const DecayParticleCol *conversions, const Int_t typeCuts); |
68 | ||
69 | ClassDef(ElectronTools, 0) // Muon tools | |
70 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |