Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ 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 }
G4int GetTrackID() const

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