42 |
|
const mithep::Collection<mithep::CaloTower> *caloTowers); |
43 |
|
static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex, |
44 |
|
Double_t delta_z = 0.1, Double_t ptMin = 1.0, |
45 |
< |
Double_t extRadius = 0.4, Double_t intRadius = 0.07); |
45 |
> |
Double_t extRadius = 0.4, Double_t intRadiusGamma = 0.07, Double_t intRadius = 0.0); |
46 |
|
static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex, |
47 |
|
const MuonCol *goodMuons, const ElectronCol *goodElectrons, |
48 |
|
Double_t delta_z = 0.1, Double_t ptMin = 1.0, Double_t extRadius = 0.4, |
85 |
|
const mithep::Collection<mithep::Track> *tracks, |
86 |
|
unsigned int* worstVtxIdx = NULL, |
87 |
|
const mithep::Collection<mithep::Vertex> *vtxs = NULL, |
88 |
< |
bool print=false); |
88 |
> |
const mithep::Collection<mithep::Electron> *eles = NULL, |
89 |
> |
bool print=false, |
90 |
> |
double* ptmax=NULL, |
91 |
> |
double* dRmax=NULL); |
92 |
|
|
93 |
|
|
94 |
|
ClassDef(IsolationTools, 0) // Isolation tools |