ATLAS Offline Software
|
Function object to sort MuonClusterOnTrack pointers by Identier. More...
#include <DCMathSegmentMaker.h>
Public Member Functions | |
bool | operator() (const MuonClusterOnTrack *cl1, const MuonClusterOnTrack *cl2) |
Function object to sort MuonClusterOnTrack pointers by Identier.
Usage:
std::vector<const MuonClusterOnTrack*> myClusters;
...
std::sort( myClusters.begin(), myClusters.end(), SortClustersById() );
Definition at line 67 of file DCMathSegmentMaker.h.
|
inline |
Definition at line 68 of file DCMathSegmentMaker.h.