CMS 3D CMS Logo

List of all members | Public Member Functions
LessThan Class Reference

#include <TopologyWorker.h>

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.

References TopologyWorker::m_maxpart.

169  {
170  return tl2.Pt() < tl1.Pt();
171  }