CMS 3D CMS Logo

List of all members | Public Member Functions
SortByPt Struct Reference

Public Member Functions

bool operator() (const TLorentzVector &a, const TLorentzVector &b) const
 

Detailed Description

Definition at line 78 of file FSQDQM.cc.

Member Function Documentation

bool SortByPt::operator() ( const TLorentzVector &  a,
const TLorentzVector &  b 
) const
inline

Definition at line 82 of file FSQDQM.cc.

82  {
83 
84  return a.Pt() > b.Pt();
85 
86  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121