CMS 3D CMS Logo

Public Member Functions

GreaterPt Class Reference

List of all members.

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.

                                                                                   {
    return a.pt() > b.pt();
  }
bool GreaterPt::operator() ( const math::XYZTLorentzVector a,
const math::XYZTLorentzVector b 
) [inline]

Definition at line 11 of file AnalysisRootpleProducerOnlyMC.cc.

  {
    return a.pt() > b.pt();
  }