Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GeometryCellStep Class Reference

#include <G4GeometryCellStep.hh>

Public Member Functions

 G4GeometryCellStep (const G4GeometryCell &preCell, const G4GeometryCell &postCell)
 
 ~G4GeometryCellStep ()
 
const G4GeometryCellGetPreGeometryCell () const
 
const G4GeometryCellGetPostGeometryCell () const
 
G4bool GetCrossBoundary () const
 
void SetPreGeometryCell (const G4GeometryCell &preCell)
 
void SetPostGeometryCell (const G4GeometryCell &postCell)
 
void SetCrossBoundary (G4bool b)
 

Detailed Description

Definition at line 51 of file G4GeometryCellStep.hh.

Constructor & Destructor Documentation

◆ G4GeometryCellStep()

G4GeometryCellStep::G4GeometryCellStep ( const G4GeometryCell preCell,
const G4GeometryCell postCell 
)

Definition at line 38 of file G4GeometryCellStep.cc.

40 :
41 fPreGeometryCell(preCell),
42 fPostGeometryCell(postCell),
43 fCrossBoundary(false)
44{}

◆ ~G4GeometryCellStep()

G4GeometryCellStep::~G4GeometryCellStep ( )

Definition at line 46 of file G4GeometryCellStep.cc.

47{}

Member Function Documentation

◆ GetCrossBoundary()

G4bool G4GeometryCellStep::GetCrossBoundary ( ) const
inline

Definition at line 111 of file G4GeometryCellStep.hh.

112{
113 return fCrossBoundary;
114}

Referenced by operator<<().

◆ GetPostGeometryCell()

const G4GeometryCell & G4GeometryCellStep::GetPostGeometryCell ( ) const
inline

Definition at line 106 of file G4GeometryCellStep.hh.

107{
108 return fPostGeometryCell;
109}

Referenced by operator<<().

◆ GetPreGeometryCell()

const G4GeometryCell & G4GeometryCellStep::GetPreGeometryCell ( ) const
inline

Definition at line 101 of file G4GeometryCellStep.hh.

102{
103 return fPreGeometryCell;
104}

Referenced by operator<<().

◆ SetCrossBoundary()

void G4GeometryCellStep::SetCrossBoundary ( G4bool  b)
inline

Definition at line 96 of file G4GeometryCellStep.hh.

97{
98 fCrossBoundary = b;
99}

◆ SetPostGeometryCell()

void G4GeometryCellStep::SetPostGeometryCell ( const G4GeometryCell postCell)
inline

Definition at line 91 of file G4GeometryCellStep.hh.

92{
93 fPostGeometryCell = postCell;
94}

◆ SetPreGeometryCell()

void G4GeometryCellStep::SetPreGeometryCell ( const G4GeometryCell preCell)
inline

Definition at line 86 of file G4GeometryCellStep.hh.

87{
88 fPreGeometryCell = preCell;
89}

The documentation for this class was generated from the following files: