CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 146 of file SimTrackManager.h.

Member Function Documentation

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

Definition at line 149 of file SimTrackManager.h.

References TrackWithHistory::trackID().

150  { return (trk1->trackID() < trk2->trackID()); }
unsigned int trackID() const