42#ifndef G4GEOMETRYCELLSTEP_HH
43#define G4GEOMETRYCELLSTEP_HH 1
77 G4bool fCrossBoundary =
false;
85 fPreGeometryCell = preCell;
91 fPostGeometryCell = postCell;
103 return fPreGeometryCell;
109 return fPostGeometryCell;
115 return fCrossBoundary;
void SetPreGeometryCell(const G4GeometryCell &preCell)
void SetPostGeometryCell(const G4GeometryCell &postCell)
void SetCrossBoundary(G4bool b)
const G4GeometryCell & GetPreGeometryCell() const
G4bool GetCrossBoundary() const
const G4GeometryCell & GetPostGeometryCell() const