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

Comparing UserCode/HbbAnalysis/interface/Jet.hh (file contents):
Revision 1.2 by amagnan, Fri Oct 2 11:05:52 2009 UTC vs.
Revision 1.3 by amagnan, Wed Nov 4 13:51:15 2009 UTC

# Line 225 | Line 225 | namespace HbbAnalysis {
225  
226    inline bool operator < (const Jet & one, const Jet & two)
227    {
228 <    return one.recoVars().pT < two.recoVars().pT;
228 >    return one.btagVars().tCHP > two.btagVars().tCHP;
229    }
230    
231  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines