42#ifndef G4GEOMETRYCELLSTEP_HH
43#define G4GEOMETRYCELLSTEP_HH
98 G4bool fCrossBoundary =
false;
106 fPreGeometryCell = preCell;
112 fPostGeometryCell = postCell;
124 return fPreGeometryCell;
130 return fPostGeometryCell;
136 return fCrossBoundary;
G4GeometryCellStep(const G4GeometryCell &preCell, const G4GeometryCell &postCell)
void SetPreGeometryCell(const G4GeometryCell &preCell)
~G4GeometryCellStep()=default
void SetPostGeometryCell(const G4GeometryCell &postCell)
void SetCrossBoundary(G4bool b)
const G4GeometryCell & GetPreGeometryCell() const
G4bool GetCrossBoundary() const
const G4GeometryCell & GetPostGeometryCell() const
G4GeometryCell is used for scoring and importance sampling. It defines a "cell", which,...