Geant4-11
Public Member Functions | Data Fields
G4ITNavigator1::G4SaveNavigatorState Struct Reference
Inheritance diagram for G4ITNavigator1::G4SaveNavigatorState:
G4ITNavigatorState_Lock1

Public Member Functions

 G4SaveNavigatorState ()
 
virtual ~G4SaveNavigatorState ()
 

Data Fields

G4int sBlockedReplicaNo
 
G4bool sEnteredDaughter
 
G4bool sEntering
 
G4bool sExitedMother
 
G4bool sExiting
 
G4ThreeVector sExitNormal
 
G4ThreeVector sLastLocatedPointLocal
 
G4int sLastStepWasZero
 
G4bool sLocatedOnEdge
 
G4bool sLocatedOutsideWorld
 
G4int sNumberZeroSteps
 
G4VPhysicalVolumespBlockedPhysicalVolume
 
G4double sPreviousSafety
 
G4ThreeVector sPreviousSftOrigin
 
G4bool sPushed
 
G4bool sValidExitNormal
 
G4bool sWasLimitedByGeometry
 

Detailed Description

Definition at line 472 of file G4ITNavigator1.hh.

Constructor & Destructor Documentation

◆ G4SaveNavigatorState()

G4ITNavigator1::G4SaveNavigatorState::G4SaveNavigatorState ( )

Definition at line 91 of file G4ITNavigator1.cc.

92{
94 sEntering = false;
95 sExiting = false;
96 sLocatedOnEdge = false;
97 sLastStepWasZero = false;
98 sEnteredDaughter = false;
99 sExitedMother = false;
100 sPushed = false;
101
102 sValidExitNormal = false;
103 sExitNormal = G4ThreeVector(0,0,0);
104
106 sPreviousSafety = 0.0;
107
109
112
114 sLocatedOutsideWorld = false;
115}
CLHEP::Hep3Vector G4ThreeVector
static const G4double kInfinity
Definition: geomdefs.hh:41
G4VPhysicalVolume * spBlockedPhysicalVolume

References kInfinity, sBlockedReplicaNo, sEnteredDaughter, sEntering, sExitedMother, sExiting, sExitNormal, sLastLocatedPointLocal, sLastStepWasZero, sLocatedOnEdge, sLocatedOutsideWorld, sNumberZeroSteps, spBlockedPhysicalVolume, sPreviousSafety, sPreviousSftOrigin, sPushed, sValidExitNormal, and sWasLimitedByGeometry.

◆ ~G4SaveNavigatorState()

virtual G4ITNavigator1::G4SaveNavigatorState::~G4SaveNavigatorState ( )
inlinevirtual

Definition at line 475 of file G4ITNavigator1.hh.

475{;}

Field Documentation

◆ sBlockedReplicaNo

G4int G4ITNavigator1::G4SaveNavigatorState::sBlockedReplicaNo

◆ sEnteredDaughter

G4bool G4ITNavigator1::G4SaveNavigatorState::sEnteredDaughter

◆ sEntering

G4bool G4ITNavigator1::G4SaveNavigatorState::sEntering

◆ sExitedMother

G4bool G4ITNavigator1::G4SaveNavigatorState::sExitedMother

◆ sExiting

G4bool G4ITNavigator1::G4SaveNavigatorState::sExiting

◆ sExitNormal

G4ThreeVector G4ITNavigator1::G4SaveNavigatorState::sExitNormal

◆ sLastLocatedPointLocal

G4ThreeVector G4ITNavigator1::G4SaveNavigatorState::sLastLocatedPointLocal

◆ sLastStepWasZero

G4int G4ITNavigator1::G4SaveNavigatorState::sLastStepWasZero

◆ sLocatedOnEdge

G4bool G4ITNavigator1::G4SaveNavigatorState::sLocatedOnEdge

◆ sLocatedOutsideWorld

G4bool G4ITNavigator1::G4SaveNavigatorState::sLocatedOutsideWorld

◆ sNumberZeroSteps

G4int G4ITNavigator1::G4SaveNavigatorState::sNumberZeroSteps

◆ spBlockedPhysicalVolume

G4VPhysicalVolume* G4ITNavigator1::G4SaveNavigatorState::spBlockedPhysicalVolume

◆ sPreviousSafety

G4double G4ITNavigator1::G4SaveNavigatorState::sPreviousSafety

◆ sPreviousSftOrigin

G4ThreeVector G4ITNavigator1::G4SaveNavigatorState::sPreviousSftOrigin

◆ sPushed

G4bool G4ITNavigator1::G4SaveNavigatorState::sPushed

◆ sValidExitNormal

G4bool G4ITNavigator1::G4SaveNavigatorState::sValidExitNormal

◆ sWasLimitedByGeometry

G4bool G4ITNavigator1::G4SaveNavigatorState::sWasLimitedByGeometry

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