fastjet::atlas::JetSorter_E Class Reference

#include <Jet.hh>

List of all members.

Public Member Functions

bool operator() (Jet *j1, Jet *j2)

Detailed Description

Definition at line 100 of file Jet.hh.


Member Function Documentation

bool fastjet::atlas::JetSorter_E::operator() ( Jet j1,
Jet j2 
) [inline]

Definition at line 102 of file Jet.hh.

References fastjet::atlas::LorentzVector::e().

00102                                    {
00103     return (j1->e() > j2->e());
00104   }


The documentation for this class was generated from the following file:

Generated on 26 Feb 2010 for fastjet by  doxygen 1.6.1