ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/biasing/include/G4GeometryCellStep.hh>
Public Member Functions | |
G4GeometryCellStep (const G4GeometryCell &preCell, const G4GeometryCell &postCell) | |
~G4GeometryCellStep () | |
const G4GeometryCell & | GetPreGeometryCell () const |
const G4GeometryCell & | GetPostGeometryCell () const |
G4bool | GetCrossBoundary () const |
void | SetPreGeometryCell (const G4GeometryCell &preCell) |
void | SetPostGeometryCell (const G4GeometryCell &postCell) |
void | SetCrossBoundary (G4bool b) |
Private Attributes | |
G4GeometryCell | fPreGeometryCell |
G4GeometryCell | fPostGeometryCell |
G4bool | fCrossBoundary = false |
Definition at line 47 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 47 of file G4GeometryCellStep.hh
G4GeometryCellStep::G4GeometryCellStep | ( | const G4GeometryCell & | preCell, |
const G4GeometryCell & | postCell | ||
) |
Definition at line 33 of file G4GeometryCellStep.cc.
View newest version in sPHENIX GitHub at line 33 of file G4GeometryCellStep.cc
G4GeometryCellStep::~G4GeometryCellStep | ( | ) |
Definition at line 39 of file G4GeometryCellStep.cc.
View newest version in sPHENIX GitHub at line 39 of file G4GeometryCellStep.cc
|
inline |
Definition at line 113 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 113 of file G4GeometryCellStep.hh
References fCrossBoundary.
Referenced by operator<<().
|
inline |
Definition at line 107 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 107 of file G4GeometryCellStep.hh
References fPostGeometryCell.
Referenced by operator<<().
|
inline |
Definition at line 101 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 101 of file G4GeometryCellStep.hh
References fPreGeometryCell.
Referenced by operator<<().
Definition at line 95 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 95 of file G4GeometryCellStep.hh
References b, and fCrossBoundary.
|
inline |
Definition at line 89 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 89 of file G4GeometryCellStep.hh
References fPostGeometryCell.
|
inline |
Definition at line 83 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 83 of file G4GeometryCellStep.hh
References fPreGeometryCell.
Definition at line 77 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 77 of file G4GeometryCellStep.hh
Referenced by GetCrossBoundary(), and SetCrossBoundary().
|
private |
Definition at line 76 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 76 of file G4GeometryCellStep.hh
Referenced by GetPostGeometryCell(), and SetPostGeometryCell().
|
private |
Definition at line 75 of file G4GeometryCellStep.hh.
View newest version in sPHENIX GitHub at line 75 of file G4GeometryCellStep.hh
Referenced by GetPreGeometryCell(), and SetPreGeometryCell().