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
 
bool operator() (const TLorentzVector &a, const TLorentzVector &b) const
 

Detailed Description

Definition at line 74 of file FSQDQM.cc.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 9 of file SMPDQM.cc.

References a, and b.

9 { return a.Pt() > b.Pt(); }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121

◆ operator()() [2/2]

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

Definition at line 77 of file FSQDQM.cc.

References a, and b.

77 { return a.Pt() > b.Pt(); }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121