ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/IsolationTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/IsolationTools.h (file contents):
Revision 1.18 by fabstoec, Mon Jun 27 12:32:21 2011 UTC vs.
Revision 1.19 by ceballos, Fri Sep 16 14:09:34 2011 UTC

# Line 42 | Line 42 | namespace mithep
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines