#include <TopologyWorker.h>
Public Member Functions | |
bool | operator() (const TLorentzVector &tl1, const TLorentzVector &tl2) const |
Definition at line 164 of file TopologyWorker.h.
bool LessThan::operator() | ( | const TLorentzVector & | tl1, |
const TLorentzVector & | tl2 | ||
) | const [inline] |
Definition at line 167 of file TopologyWorker.h.
{
return tl2.Pt() < tl1.Pt();
}