# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |