CMS 3D CMS Logo

trkIDLess Class Reference

#include <SimG4Core/Application/interface/SimTrackManager.h>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 118 of file SimTrackManager.h.


Member Function Documentation

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

Definition at line 121 of file SimTrackManager.h.

References TrackWithHistory::trackID().

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


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:34:37 2009 for CMSSW by  doxygen 1.5.4