fastjet 2.4.5
|
#include <Jet.hh>
Public Member Functions | |
bool | operator() (Jet *j1, Jet *j2) |
Definition at line 95 of file Jet.hh.
References fastjet::atlas::LorentzVector::eta().
{
return (j1->eta() > j2->eta());
}