ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/interface/GenParticle.hh
(Generate patch)

Comparing UserCode/HbbAnalysis/interface/GenParticle.hh (file contents):
Revision 1.2 by amagnan, Mon May 10 18:45:09 2010 UTC vs.
Revision 1.3 by amagnan, Fri Feb 18 11:09:53 2011 UTC

# Line 80 | Line 80 | namespace HbbAnalysis {
80  
81    };
82    
83 +  inline bool operator < (const GenParticle & one, const GenParticle & two)
84 +  {
85 +    return one.partVars().pT > two.partVars().pT;
86 +  }
87 +  
88 +
89   }//namespace
90   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines