CMS 3D CMS Logo

List of all members | Public Member Functions
IdSort Class Reference

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().

8  {
9  return a.trackId() < b.trackId();
10  }
unsigned int trackId() const
Definition: CoreSimTrack.h:34