Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4TrackState< G4ITMultiNavigator > Class Reference

#include <G4ITMultiNavigator.hh>

+ Inheritance diagram for G4TrackState< G4ITMultiNavigator >:

Public Member Functions

 ~G4TrackState () override=default
 
 G4TrackState ()
 
virtual ~G4TrackState ()=default
 
 G4TrackState ()
 
- Public Member Functions inherited from G4TrackStateBase< T >
 ~G4TrackStateBase () override=default
 
int GetID () override
 
- Public Member Functions inherited from G4VTrackState
 G4VTrackState ()=default
 
virtual ~G4VTrackState ()=default
 
- Public Member Functions inherited from G4TrackState< G4ITNavigator >
 G4TrackState ()
 
- Public Member Functions inherited from G4TrackStateBase< G4ITNavigator >
 ~G4TrackStateBase () override=default
 
int GetID () override
 

Static Public Member Functions

static int ID ()
 
- Static Public Member Functions inherited from G4TrackStateBase< T >
static int ID ()
 
- Static Public Member Functions inherited from G4TrackState< G4ITNavigator >
static int ID ()
 
- Static Public Member Functions inherited from G4TrackStateBase< G4ITNavigator >
static int ID ()
 

Protected Attributes

ELimited fLimitedStep [G4ITNavigator::fMaxNav]
 
G4bool fLimitTruth [G4ITNavigator::fMaxNav]
 
G4double fCurrentStepSize [G4ITNavigator::fMaxNav]
 
G4double fNewSafety [G4ITNavigator::fMaxNav]
 
G4int fNoLimitingStep
 
G4int fIdNavLimiting
 
G4bool fWasLimitedByGeometry
 
G4double fMinStep
 
G4double fMinSafety
 
G4double fTrueMinStep
 
G4VPhysicalVolumefLocatedVolume [G4ITNavigator::fMaxNav]
 
G4ThreeVector fLastLocatedPosition
 
G4ThreeVector fSafetyLocation
 
G4double fMinSafety_atSafLocation
 
G4ThreeVector fPreStepLocation
 
G4double fMinSafety_PreStepPt
 

Friends

class G4ITMultiNavigator
 
class G4TrackStateDependent< T >
 

Additional Inherited Members

- Protected Member Functions inherited from G4TrackStateBase< T >
 G4TrackStateBase ()
 
- Protected Member Functions inherited from G4TrackStateBase< G4ITNavigator >
 G4TrackStateBase ()
 

Detailed Description

Definition at line 82 of file G4ITMultiNavigator.hh.

Constructor & Destructor Documentation

◆ ~G4TrackState() [1/2]

G4TrackState< G4ITMultiNavigator >::~G4TrackState ( )
overridevirtualdefault

Reimplemented from G4TrackState< G4ITNavigator >.

◆ G4TrackState() [1/2]

Definition at line 88 of file G4ITMultiNavigator.hh.

89 {
94
99
100 for (G4int num = 0; num < G4ITNavigator::fMaxNav; ++num)
101 {
102 fLimitTruth[num] = false;
105 fLocatedVolume[num] = nullptr;
106 }
107
108 fNoLimitingStep = -1; // How many geometries limited the step
109 fIdNavLimiting = -1; // Id of Navigator limiting step (if only one limits)
110 fWasLimitedByGeometry = false;
111 }
G4VPhysicalVolume * fLocatedVolume[G4ITNavigator::fMaxNav]
ELimited fLimitedStep[G4ITNavigator::fMaxNav]
G4bool fLimitTruth[G4ITNavigator::fMaxNav]
G4double fCurrentStepSize[G4ITNavigator::fMaxNav]
G4double fNewSafety[G4ITNavigator::fMaxNav]

◆ ~G4TrackState() [2/2]

virtual G4TrackState< G4ITMultiNavigator >::~G4TrackState ( )
virtualdefault

Reimplemented from G4TrackState< G4ITNavigator >.

◆ G4TrackState() [2/2]

Member Function Documentation

◆ ID()

static int G4TrackState< G4ITMultiNavigator >::ID ( )
inlinestatic

Definition at line 131 of file G4TrackState.hh.

131 {
133 }
static int GetID()

Friends And Related Symbol Documentation

◆ G4ITMultiNavigator

friend class G4ITMultiNavigator
friend

Definition at line 115 of file G4ITMultiNavigator.hh.

Referenced by G4ITMultiNavigator.

◆ G4TrackStateDependent< T >

friend class G4TrackStateDependent< G4ITMultiNavigator >
friend

Definition at line 115 of file G4TrackState.hh.

Member Data Documentation

◆ fCurrentStepSize

G4double G4TrackState< G4ITMultiNavigator >::fCurrentStepSize[G4ITNavigator::fMaxNav]
protected

Definition at line 119 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fIdNavLimiting

G4int G4TrackState< G4ITMultiNavigator >::fIdNavLimiting
protected

Definition at line 122 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fLastLocatedPosition

G4ThreeVector G4TrackState< G4ITMultiNavigator >::fLastLocatedPosition
protected

Definition at line 133 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fLimitedStep

ELimited G4TrackState< G4ITMultiNavigator >::fLimitedStep[G4ITNavigator::fMaxNav]
protected

Definition at line 117 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fLimitTruth

G4bool G4TrackState< G4ITMultiNavigator >::fLimitTruth[G4ITNavigator::fMaxNav]
protected

Definition at line 118 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fLocatedVolume

G4VPhysicalVolume* G4TrackState< G4ITMultiNavigator >::fLocatedVolume[G4ITNavigator::fMaxNav]
protected

Definition at line 132 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fMinSafety

G4double G4TrackState< G4ITMultiNavigator >::fMinSafety
protected

Definition at line 128 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fMinSafety_atSafLocation

G4double G4TrackState< G4ITMultiNavigator >::fMinSafety_atSafLocation
protected

Definition at line 137 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fMinSafety_PreStepPt

G4double G4TrackState< G4ITMultiNavigator >::fMinSafety_PreStepPt
protected

Definition at line 139 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fMinStep

G4double G4TrackState< G4ITMultiNavigator >::fMinStep
protected

Definition at line 127 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fNewSafety

G4double G4TrackState< G4ITMultiNavigator >::fNewSafety[G4ITNavigator::fMaxNav]
protected

Definition at line 120 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fNoLimitingStep

G4int G4TrackState< G4ITMultiNavigator >::fNoLimitingStep
protected

Definition at line 121 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fPreStepLocation

G4ThreeVector G4TrackState< G4ITMultiNavigator >::fPreStepLocation
protected

Definition at line 138 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fSafetyLocation

G4ThreeVector G4TrackState< G4ITMultiNavigator >::fSafetyLocation
protected

Definition at line 136 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fTrueMinStep

G4double G4TrackState< G4ITMultiNavigator >::fTrueMinStep
protected

Definition at line 129 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().

◆ fWasLimitedByGeometry

G4bool G4TrackState< G4ITMultiNavigator >::fWasLimitedByGeometry
protected

Definition at line 124 of file G4ITMultiNavigator.hh.

Referenced by G4TrackState().


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