|
fastjet 2.4.5
|
#include <Jet.hh>
Public Member Functions | |
| bool | operator() (Jet *j1, Jet *j2) |
Definition at line 78 of file Jet.hh.
References fastjet::atlas::LorentzVector::et().
{
// deal with numerical uncertainty :
if(fabs( j1->et() - j2->et())<0.001 ) return 0;
else return j1->et() > j2->et();
//return (j1->et() > j2->et());
}
1.7.4