Geant4  10.02.p03
compTrackPerID Struct Reference

#include <G4ITReaction.hh>

Collaboration diagram for compTrackPerID:

Public Member Functions

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

Detailed Description

Definition at line 47 of file G4ITReaction.hh.

Member Function Documentation

◆ operator()()

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  }

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