54 |
|
static Double_t BetaE(const TrackCol *tracks, const Electron *p, const Vertex *vertex, |
55 |
|
Double_t ptMin, Double_t delta_z, Double_t extRadius, |
56 |
|
Double_t intRadius); |
57 |
+ |
|
58 |
+ |
// method added by F.Stoeckli: computes the track isolation with NO constrint on the OV-track compatibility |
59 |
+ |
static Double_t TrackIsolationNoPV(const mithep::Particle*, const BaseVertex*, |
60 |
+ |
Double_t extRadius, |
61 |
+ |
Double_t intRadius, |
62 |
+ |
Double_t ptLow, |
63 |
+ |
Double_t etaStrip, |
64 |
+ |
Double_t maxD0, |
65 |
+ |
mithep::TrackQuality::EQuality, |
66 |
+ |
const mithep::Collection<mithep::Track> *tracks); |
67 |
+ |
|
68 |
|
ClassDef(IsolationTools, 0) // Isolation tools |
69 |
|
}; |
70 |
|
} |