Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compTrackPerID Struct Reference

#include <G4ITReaction.hh>

Public Member Functions

bool operator() (G4Track *rhs, G4Track *lhs) const
 

Detailed Description

Definition at line 47 of file G4ITReaction.hh.

Member Function Documentation

bool compTrackPerID::operator() ( G4Track rhs,
G4Track lhs 
) const
inline

Definition at line 49 of file G4ITReaction.hh.

50  {
51  return rhs->GetTrackID() < lhs->GetTrackID();
52  }
G4int GetTrackID() const

Here is the call graph for this function:


The documentation for this struct was generated from the following file: