CMS 3D CMS Logo

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

Public Member Functions

bool operator() (const math::XYZTLorentzVector &a, const math::XYZTLorentzVector &b)
 
bool operator() (const math::XYZTLorentzVector &a, const math::XYZTLorentzVector &b)
 

Detailed Description

Definition at line 9 of file AnalysisRootpleProducer.cc.

Member Function Documentation

bool GreaterPt::operator() ( const math::XYZTLorentzVector a,
const math::XYZTLorentzVector b 
)
inline

Definition at line 11 of file AnalysisRootpleProducer.cc.

11  {
12  return a.pt() > b.pt();
13  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
bool GreaterPt::operator() ( const math::XYZTLorentzVector a,
const math::XYZTLorentzVector b 
)
inline

Definition at line 11 of file AnalysisRootpleProducerOnlyMC.cc.

12  {
13  return a.pt() > b.pt();
14  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121