CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
SortByPt Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 77 of file FSQDQM.cc.

Member Function Documentation

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

Definition at line 9 of file SMPDQM.cc.

9 { return a.Pt() > b.Pt(); }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119
bool SortByPt::operator() ( const TLorentzVector &  a,
const TLorentzVector &  b 
) const
inline

Definition at line 80 of file FSQDQM.cc.

80 { return a.Pt() > b.Pt(); }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119