--- UserCode/MitPhysics/Utils/interface/IsolationTools.h 2011/06/27 12:32:21 1.18 +++ UserCode/MitPhysics/Utils/interface/IsolationTools.h 2011/09/16 14:09:34 1.19 @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// $Id: IsolationTools.h,v 1.18 2011/06/27 12:32:21 fabstoec Exp $ +// $Id: IsolationTools.h,v 1.19 2011/09/16 14:09:34 ceballos Exp $ // // IsolationTools // @@ -42,7 +42,7 @@ namespace mithep const mithep::Collection *caloTowers); static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex, Double_t delta_z = 0.1, Double_t ptMin = 1.0, - Double_t extRadius = 0.4, Double_t intRadius = 0.07); + Double_t extRadius = 0.4, Double_t intRadiusGamma = 0.07, Double_t intRadius = 0.0); static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex, const MuonCol *goodMuons, const ElectronCol *goodElectrons, Double_t delta_z = 0.1, Double_t ptMin = 1.0, Double_t extRadius = 0.4,