Geant4 11.2.2
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 47 of file G4GeometryCellStep.hh.

Constructor & Destructor Documentation

◆ G4GeometryCellStep()

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

Definition at line 33 of file G4GeometryCellStep.cc.

35 : fPreGeometryCell(preCell), fPostGeometryCell(postCell)
36{
37}

◆ ~G4GeometryCellStep()

G4GeometryCellStep::~G4GeometryCellStep ( )
default

Member Function Documentation

◆ GetCrossBoundary()

G4bool G4GeometryCellStep::GetCrossBoundary ( ) const
inline

Definition at line 113 of file G4GeometryCellStep.hh.

114{
115 return fCrossBoundary;
116}

◆ GetPostGeometryCell()

const G4GeometryCell & G4GeometryCellStep::GetPostGeometryCell ( ) const
inline

Definition at line 107 of file G4GeometryCellStep.hh.

108{
109 return fPostGeometryCell;
110}

◆ GetPreGeometryCell()

const G4GeometryCell & G4GeometryCellStep::GetPreGeometryCell ( ) const
inline

Definition at line 101 of file G4GeometryCellStep.hh.

102{
103 return fPreGeometryCell;
104}

◆ SetCrossBoundary()

void G4GeometryCellStep::SetCrossBoundary ( G4bool b)
inline

Definition at line 95 of file G4GeometryCellStep.hh.

96{
97 fCrossBoundary = b;
98}

◆ SetPostGeometryCell()

void G4GeometryCellStep::SetPostGeometryCell ( const G4GeometryCell & postCell)
inline

Definition at line 89 of file G4GeometryCellStep.hh.

90{
91 fPostGeometryCell = postCell;
92}

◆ SetPreGeometryCell()

void G4GeometryCellStep::SetPreGeometryCell ( const G4GeometryCell & preCell)
inline

Definition at line 83 of file G4GeometryCellStep.hh.

84{
85 fPreGeometryCell = preCell;
86}

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