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.6 by ceballos, Sat Feb 5 05:48:13 2011 UTC vs.
Revision 1.7 by ceballos, Tue Feb 8 17:58:17 2011 UTC

# Line 38 | Line 38 | namespace mithep
38                                             Double_t intRadius, Double_t etLow,
39                                             const mithep::Collection<mithep::CaloTower> *caloTowers);
40        static Double_t PFMuonIsolation(const Muon *p, const PFCandidateCol *PFCands,
41 <                                      const VertexCol *vertices, Double_t  delta_z,
41 >                                      const VertexCol *vertices, Double_t  delta_z, double ptMin,
42                                        Double_t extRadius, Double_t intRadius, int isoType);
43        static Double_t PFElectronIsolation(const Electron *p, const PFCandidateCol *PFCands,
44 <                                          const VertexCol *vertices, Double_t  delta_z,
44 >                                          const VertexCol *vertices, Double_t  delta_z, double ptMin,
45                                            Double_t extRadius, Double_t intRadius, int isoType);
46      ClassDef(IsolationTools, 0) // Isolation tools
47    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines