CMS 3D CMS Logo

Public Member Functions

LessThan Class Reference

#include <TopologyWorker.h>

List of all members.

Public Member Functions

bool operator() (const TLorentzVector &tl1, const TLorentzVector &tl2) const

Detailed Description

Definition at line 164 of file TopologyWorker.h.


Member Function Documentation

bool LessThan::operator() ( const TLorentzVector &  tl1,
const TLorentzVector &  tl2 
) const [inline]

Definition at line 167 of file TopologyWorker.h.

          {
    return tl2.Pt() < tl1.Pt();
  }