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.23 by ceballos, Sat Apr 28 11:34:09 2012 UTC vs.
Revision 1.24 by ceballos, Sat Apr 28 19:10:01 2012 UTC

# Line 42 | Line 42 | namespace mithep
42        static Double_t CaloTowerEmIsolation(const ThreeVector *p, Double_t extRadius,
43                                             Double_t intRadius, Double_t etLow,
44                                             const mithep::Collection<mithep::CaloTower> *caloTowers);
45 +      static Double_t PFRadialMuonIsolation(const Muon *p, const PFCandidateCol *PFCands,
46 +                                            Double_t ptMin = 1.0, Double_t extRadius = 0.3);
47        static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands, const Vertex *vertex,
48                                        Double_t  delta_z = 0.1, Double_t ptMin = 1.0,
49                                        Double_t extRadius = 0.4, Double_t intRadiusGamma = 0.07, Double_t intRadius = 0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines