CMS 3D CMS Logo

IdSort Class Reference

List of all members.

Public Member Functions

bool operator() (const SimTrack &a, const SimTrack &b)


Detailed Description

Definition at line 7 of file G4SimEvent.cc.


Member Function Documentation

bool IdSort::operator() ( const SimTrack a,
const SimTrack b 
) [inline]

Definition at line 9 of file G4SimEvent.cc.

References CoreSimTrack::trackId().

00009                                                         {
00010     return a.trackId() < b.trackId();
00011   }


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