38 |
|
Double_t intRadius, Double_t etLow, |
39 |
|
const mithep::Collection<mithep::CaloTower> *caloTowers); |
40 |
|
static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, |
41 |
< |
const VertexCol *vertices, Double_t delta_z, |
41 |
> |
const VertexCol *vertices, Double_t delta_z, double ptMin, |
42 |
|
Double_t extRadius, Double_t intRadius, int isoType); |
43 |
|
static Double_t PFElectronIsolation(const Electron *p, const PFCandidateCol *PFCands, |
44 |
< |
const VertexCol *vertices, Double_t delta_z, |
44 |
> |
const VertexCol *vertices, Double_t delta_z, double ptMin, |
45 |
|
Double_t extRadius, Double_t intRadius, int isoType); |
46 |
|
ClassDef(IsolationTools, 0) // Isolation tools |
47 |
|
}; |