ATLAS Offline Software
Public Member Functions | List of all members
sortJetContainer Class Reference
Collaboration diagram for sortJetContainer:

Public Member Functions

bool operator() (const xAOD::Jet *left, const xAOD::Jet *right) const
 

Detailed Description

Definition at line 10 of file KinkTrkSingleJetMetFilterTool.cxx.

Member Function Documentation

◆ operator()()

bool sortJetContainer::operator() ( const xAOD::Jet left,
const xAOD::Jet right 
) const
inline

Definition at line 12 of file KinkTrkSingleJetMetFilterTool.cxx.

12  {
13  return (left->pt() > right->pt());
14  }

The documentation for this class was generated from the following file:
xAOD::Jet_v1::pt
virtual double pt() const
The transverse momentum ( ) of the particle.
Definition: Jet_v1.cxx:44