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

Comparing UserCode/MitPhysics/Utils/interface/PhotonTools.h (file contents):
Revision 1.17 by bendavid, Sat Dec 17 20:00:40 2011 UTC vs.
Revision 1.18 by bendavid, Fri May 18 16:20:33 2012 UTC

# Line 118 | Line 118 | namespace mithep {
118      static const Electron *MatchedElectron(const Photon *p, const ElectronCol *els);
119      static const Photon *MatchedPhoton(const Electron *e, const PhotonCol *phs);
120      static const SuperCluster *MatchedSC(const SuperCluster *psc, const SuperClusterCol *scs, Double_t drMin=0.3);
121 <                                                    
121 >
122 >    static const SuperCluster *MatchedPFSC(const SuperCluster *psc, const PhotonCol *pfphos, const ElectronCol *eles, Double_t drMin=0.1);
123 >    
124      static bool PassCiCSelection(const Photon* ph,
125                                   const Vertex* vtx,
126                                   const TrackCol*    trackCol,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines