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

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