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