46 #ifndef G4GeometryCellStep_hh 
   47 #define G4GeometryCellStep_hh G4GeometryCellStep_hh 
   88   fPreGeometryCell = preCell;
 
   93   fPostGeometryCell = postCell;
 
  103   return fPreGeometryCell;
 
  108   return fPostGeometryCell;
 
  113   return fCrossBoundary;
 
void SetPreGeometryCell(const G4GeometryCell &preCell)
 
void SetPostGeometryCell(const G4GeometryCell &postCell)
 
void SetCrossBoundary(G4bool b)
 
G4bool GetCrossBoundary() const 
 
const G4GeometryCell & GetPreGeometryCell() const 
 
const G4GeometryCell & GetPostGeometryCell() const 
 
G4GeometryCellStep(const G4GeometryCell &preCell, const G4GeometryCell &postCell)