39 |
|
static Double_t CaloTowerEmIsolation(const ThreeVector *p, Double_t extRadius, |
40 |
|
Double_t intRadius, Double_t etLow, |
41 |
|
const mithep::Collection<mithep::CaloTower> *caloTowers); |
42 |
< |
static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, |
43 |
< |
const Vertex *vertex, Double_t delta_z, Double_t ptMin, |
44 |
< |
Double_t extRadius, Double_t intRadius); |
42 |
> |
static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex, |
43 |
> |
Double_t delta_z = 0.1, Double_t ptMin = 1.0, |
44 |
> |
Double_t extRadius = 0.4, Double_t intRadius = 0.07); |
45 |
|
static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex, |
46 |
|
const MuonCol *goodMuons, const ElectronCol *goodElectrons, |
47 |
|
Double_t delta_z = 0.1, Double_t ptMin = 1.0, Double_t extRadius = 0.4, |
48 |
< |
Double_t intRadius = 0.0, int isoType = 0, Double_t beta = 1.0); |
48 |
> |
Double_t intRadius = 0.07, int isoType = 0, Double_t beta = 1.0); |
49 |
|
static Double_t PFElectronIsolation(const Electron *p, const PFCandidateCol *PFCands, |
50 |
|
const Vertex *vertex, Double_t delta_z, Double_t ptMin, |
51 |
|
Double_t extRadius, Double_t intRadius); |