fastjet 2.4.5
Public Member Functions
fastjet::d0::ProtoJet_ET_seedET_order< Item > Class Template Reference

#include <ConeSplitMerge.hpp>

List of all members.

Public Member Functions

bool operator() (const ProtoJet< Item > &first, const ProtoJet< Item > &second)

Detailed Description

template<class Item>
class fastjet::d0::ProtoJet_ET_seedET_order< Item >

Definition at line 51 of file ConeSplitMerge.hpp.


Member Function Documentation

template<class Item >
bool fastjet::d0::ProtoJet_ET_seedET_order< Item >::operator() ( const ProtoJet< Item > &  first,
const ProtoJet< Item > &  second 
) [inline]

Definition at line 54 of file ConeSplitMerge.hpp.

References fastjet::d0::ProtoJet< Item >::info(), fastjet::d0::ProtoJet< Item >::pT(), and fastjet::d0::D0RunIIconeJets_CONEJETINFO::ConeJetInfo::seedET().

  {
    if ( first.pT() > second.pT() ) return true;
    else
      if ( first.pT() < second.pT() ) return false;
      else return ( first.info().seedET() > second.info().seedET() );
  }

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