Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4KDTreeResult.cc File Reference
#include "G4KDTreeResult.hh"
#include "G4KDNode.hh"
#include "G4KDTree.hh"

Go to the source code of this file.

Classes

struct  ResNode
 

Functions

bool CompareResNode (const ResNode &left, const ResNode &right)
 

Function Documentation

◆ CompareResNode()

bool CompareResNode ( const ResNode left,
const ResNode right 
)

Definition at line 75 of file G4KDTreeResult.cc.

76{
77 return left < right;
78}

Referenced by G4KDTreeResult::Sort().