CMS 3D CMS Logo

Public Member Functions

trkIDLess Class Reference

#include <SimTrackManager.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 136 of file SimTrackManager.h.


Member Function Documentation

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

Definition at line 139 of file SimTrackManager.h.

References TrackWithHistory::trackID().

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