|
bool | operator() (const TLorentzVector &a, const TLorentzVector &b) const |
|
Definition at line 78 of file FSQDQM.cc.
bool SortByPt::operator() |
( |
const TLorentzVector & |
a, |
|
|
const TLorentzVector & |
b |
|
) |
| const |
|
inline |
Definition at line 82 of file FSQDQM.cc.
84 return a.Pt() >
b.Pt();