72 |
|
UInt_t maxNExpectedHitsInner = 999, |
73 |
|
const mithep::DecayParticleCol *conversions = 0); |
74 |
|
|
75 |
+ |
// methods for Hgg BaseLien Selection. These isoaltion are stupid, but what can we do.... ;( |
76 |
+ |
static Double_t CiCTrackIsolation(const mithep::Particle*, |
77 |
+ |
const BaseVertex*, |
78 |
+ |
Double_t extRadius, |
79 |
+ |
Double_t intRadius, |
80 |
+ |
Double_t ptLow, |
81 |
+ |
Double_t etaStrip, |
82 |
+ |
Double_t maxD0, |
83 |
+ |
Double_t maxDZ, |
84 |
+ |
const mithep::Collection<mithep::Track> *tracks, |
85 |
+ |
const mithep::Collection<mithep::Vertex> *vtxs = NULL); |
86 |
+ |
|
87 |
+ |
|
88 |
|
ClassDef(IsolationTools, 0) // Isolation tools |
89 |
|
}; |
90 |
|
} |