|
bool | operator() (const TLorentzVector &a, const TLorentzVector &b) const |
|
bool | operator() (const TLorentzVector &a, const TLorentzVector &b) const |
|
Definition at line 74 of file FSQDQM.cc.
◆ operator()() [1/2]
bool SortByPt::operator() |
( |
const TLorentzVector & |
a, |
|
|
const TLorentzVector & |
b |
|
) |
| const |
|
inline |
Definition at line 9 of file SMPDQM.cc.
References a, and b.
9 {
return a.Pt() >
b.Pt(); }
◆ operator()() [2/2]
bool SortByPt::operator() |
( |
const TLorentzVector & |
a, |
|
|
const TLorentzVector & |
b |
|
) |
| const |
|
inline |
Definition at line 77 of file FSQDQM.cc.
References a, and b.
77 {
return a.Pt() >
b.Pt(); }