CMS 3D CMS Logo

Public Member Functions

IdSort Class Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 6 of file G4SimEvent.cc.


Member Function Documentation

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

Definition at line 8 of file G4SimEvent.cc.

References CoreSimTrack::trackId().

                                                        {
    return a.trackId() < b.trackId();
  }