fastjet 2.4.5
Public Member Functions
fastjet::atlas::JetSorter_Pt Class Reference

#include <Jet.hh>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 86 of file Jet.hh.


Member Function Documentation

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

Definition at line 88 of file Jet.hh.

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

                                   {
    return (j1->pt() > j2->pt());
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines