CMS 3D CMS Logo

List of all members | Public Member Functions
trkIDLess Class Reference

#include <SimTrackManager.h>

Public Member Functions

bool operator() (TrackWithHistory *trk1, TrackWithHistory *trk2) const
 

Detailed Description

Definition at line 162 of file SimTrackManager.h.

Member Function Documentation

◆ operator()()

bool trkIDLess::operator() ( TrackWithHistory trk1,
TrackWithHistory trk2 
) const
inline

Definition at line 164 of file SimTrackManager.h.

164 { return (trk1->trackID() < trk2->trackID()); }

References TrackWithHistory::trackID().

TrackWithHistory::trackID
unsigned int trackID() const
Definition: TrackWithHistory.h:28