22 |
|
class IsolationTools { |
23 |
|
public: |
24 |
|
static Double_t TrackIsolation(const mithep::Track *p, Double_t extRadius, |
25 |
< |
Double_t intRadius, Double_t ptLow, Double_t maxVtxZDist, |
26 |
< |
mithep::Collection<mithep::Track> *tracks); |
25 |
> |
Double_t intRadius, Double_t ptLow, Double_t maxVtxZDist, |
26 |
> |
mithep::Collection<mithep::Track> *tracks); |
27 |
|
static Double_t EcalIsolation(const SuperCluster *sc, Double_t coneSize, Double_t etLow, |
28 |
|
mithep::Collection<mithep::BasicCluster> *basicClusters); |
29 |
|
static Double_t CaloTowerHadIsolation(const ThreeVector *p, Double_t extRadius, |