|
bool | operator() (const TLorentzVector &a, const TLorentzVector &b) const |
|
bool | operator() (const TLorentzVector &a, const TLorentzVector &b) const |
|
Definition at line 77 of file FSQDQM.cc.
bool SortByPt::operator() |
( |
const TLorentzVector & |
a, |
|
|
const TLorentzVector & |
b |
|
) |
| const |
|
inline |
Definition at line 9 of file SMPDQM.cc.
9 {
return a.Pt() >
b.Pt(); }
bool SortByPt::operator() |
( |
const TLorentzVector & |
a, |
|
|
const TLorentzVector & |
b |
|
) |
| const |
|
inline |
Definition at line 80 of file FSQDQM.cc.
80 {
return a.Pt() >
b.Pt(); }