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.25 by ceballos, Mon May 7 18:06:07 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);
# Line 61 | Line 63 | namespace mithep
63                                                const PileupEnergyDensityCol *PileupEnergyDensity,
64                                                ElectronTools::EElectronEffectiveAreaTarget EffectiveAreaTarget,
65                                                const ElectronCol *goodElectrons,
66 <                                              const MuonCol *goodMuons, Double_t dRMax = 0.4);
66 >                                              const MuonCol *goodMuons, Double_t dRMax = 0.4, Bool_t isDebug = kFALSE);
67         static Double_t BetaM(const TrackCol *tracks, const Muon *p, const Vertex *vertex,
68                              Double_t ptMin, Double_t  delta_z, Double_t extRadius,
69                              Double_t intRadius);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines