ATLAS Offline Software
|
Helper method to sort tracks. More...
#include <TrackSort.h>
Public Member Functions | |
TrackSort () | |
bool | operator() (const ElementLink< Rec::TrackParticleContainer > &t1, const ElementLink< Rec::TrackParticleContainer > &t2) const |
bool | operator() (const Rec::TrackParticle *t1, const Rec::TrackParticle *t2) const |
bool | operator() (const xAOD::TrackParticle *t1, const xAOD::TrackParticle *t2) const |
Helper method to sort tracks.
Usage: sort(track_begin, track_end, tauTrackSort); We want pt0 > pt1 > ..., so the test on ptInvVert is < .
Definition at line 24 of file TrackSort.h.
|
inline |
Definition at line 27 of file TrackSort.h.
|
inline |
Definition at line 30 of file TrackSort.h.
|
inline |
Definition at line 35 of file TrackSort.h.
|
inline |
Definition at line 41 of file TrackSort.h.