Geant4-11
Public Member Functions
compTrackPerID Struct Reference

#include <G4ITReaction.hh>

Public Member Functions

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

Detailed Description

Definition at line 48 of file G4ITReaction.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 50 of file G4ITReaction.hh.

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

References G4Track::GetTrackID().


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