ATLAS Offline Software
Loading...
Searching...
No Matches
Prompt::SortByIDTrackPt Struct Reference

#include <PromptUtils.h>

Collaboration diagram for Prompt::SortByIDTrackPt:

Public Member Functions

bool operator() (const xAOD::TrackParticle *lhs, const xAOD::TrackParticle *rhs)

Detailed Description

Definition at line 56 of file PromptUtils.h.

Member Function Documentation

◆ operator()()

bool Prompt::SortByIDTrackPt::operator() ( const xAOD::TrackParticle * lhs,
const xAOD::TrackParticle * rhs )
inline

Definition at line 58 of file PromptUtils.h.

58{ return lhs->pt() > rhs->pt(); }
virtual double pt() const override final
The transverse momentum ( ) of the particle.

The documentation for this struct was generated from the following file: