|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4GeometryCellComp is a class needed for comparing G4GeometryCell objects, e.g. in STL containers. More...
#include <G4GeometryCellComp.hh>
Public Member Functions | |
| G4GeometryCellComp ()=default | |
| G4bool | operator() (const G4GeometryCell &g1, const G4GeometryCell &g2) const |
G4GeometryCellComp is a class needed for comparing G4GeometryCell objects, e.g. in STL containers.
Definition at line 46 of file G4GeometryCellComp.hh.
|
default |
Default Constructor.
| G4bool G4GeometryCellComp::operator() | ( | const G4GeometryCell & | g1, |
| const G4GeometryCell & | g2 ) const |
Comparison operator, returns true if g1 < g2.
Definition at line 34 of file G4GeometryCellComp.cc.