CbmRoot
lit::parallel::CompareLitScalTrackLastStationIdMore Class Reference

Comparator class used in STL algorithms for LitScalTrack class. More...

#include <LitScalTrack.h>

Inheritance diagram for lit::parallel::CompareLitScalTrackLastStationIdMore:
[legend]
Collaboration diagram for lit::parallel::CompareLitScalTrackLastStationIdMore:
[legend]

Public Member Functions

bool operator() (const LitScalTrack *track1, const LitScalTrack *track2) const
 

Detailed Description

Comparator class used in STL algorithms for LitScalTrack class.

Author
Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
Date
2013

This comparator class can be used in STL sort and find algorithms to sort in descending order LitScalTracks objects by a last station ID.

Definition at line 293 of file LitScalTrack.h.

Member Function Documentation

◆ operator()()

bool lit::parallel::CompareLitScalTrackLastStationIdMore::operator() ( const LitScalTrack track1,
const LitScalTrack track2 
) const
inline

Definition at line 297 of file LitScalTrack.h.

References lit::parallel::LitScalTrack::GetLastStationId().


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