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

#include <G4ITPathFinder.hh>

+ Inheritance diagram for G4TrackState< G4ITPathFinder >:

Public Member Functions

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

Protected Attributes

G4bool fNewTrack
 
ELimited fLimitedStep [G4ITNavigator::fMaxNav]
 
G4bool fLimitTruth [G4ITNavigator::fMaxNav]
 
G4double fCurrentStepSize [G4ITNavigator::fMaxNav]
 
G4int fNoGeometriesLimiting
 
G4ThreeVector fPreSafetyLocation
 
G4double fPreSafetyMinValue
 
G4double fPreSafetyValues [G4ITNavigator::fMaxNav]
 
G4ThreeVector fPreStepLocation
 
G4double fMinSafety_PreStepPt
 
G4double fCurrentPreStepSafety [G4ITNavigator::fMaxNav]
 
G4bool fPreStepCenterRenewed
 
G4double fMinStep
 
G4double fTrueMinStep
 
G4VPhysicalVolumefLocatedVolume [G4ITNavigator::fMaxNav]
 
G4ThreeVector fLastLocatedPosition
 
G4FieldTrack fEndState
 
G4bool fFieldExertedForce {false}
 
G4bool fRelocatedPoint {true}
 
G4ThreeVector fSafetyLocation
 
G4double fMinSafety_atSafLocation
 
G4double fNewSafetyComputed [G4ITNavigator::fMaxNav]
 
G4int fLastStepNo {-1}
 
G4int fCurrentStepNo {-1}
 

Friends

class G4ITPathFinder
 

Additional Inherited Members

- Static Public Member Functions inherited from G4TrackStateBase< G4ITPathFinder >
static int ID ()
 
- Protected Member Functions inherited from G4TrackStateBase< G4ITPathFinder >
 G4TrackStateBase ()
 

Detailed Description

Definition at line 67 of file G4ITPathFinder.hh.

Constructor & Destructor Documentation

◆ ~G4TrackState()

G4TrackState< G4ITPathFinder >::~G4TrackState ( )
overridedefault

◆ G4TrackState()

Definition at line 120 of file G4ITPathFinder.hh.

120 :
121
122 fEndState( G4ThreeVector(), G4ThreeVector(), 0., 0., 0., 0., 0.)
123 {
124
125 G4ThreeVector Big3Vector( kInfinity, kInfinity, kInfinity );
126 fLastLocatedPosition= Big3Vector;
127 fSafetyLocation= Big3Vector;
128 fPreSafetyLocation= Big3Vector;
129 fPreStepLocation= Big3Vector;
130
131 fPreSafetyMinValue= -1.0;
134 fMinStep= -1.0;
135 fTrueMinStep= -1.0;
137 fNewTrack= false;
139
140 for( G4int num=0; num< G4ITNavigator::fMaxNav; ++num )
141 {
142 fLimitTruth[num] = false;
144 fCurrentStepSize[num] = -1.0;
145 fLocatedVolume[num] = nullptr;
146 fPreSafetyValues[num]= -1.0;
147 fCurrentPreStepSafety[num] = -1.0;
148 fNewSafetyComputed[num]= -1.0;
149 }
150 }
@ kUndefLimited
CLHEP::Hep3Vector G4ThreeVector
int G4int
Definition G4Types.hh:85
G4double fCurrentPreStepSafety[G4ITNavigator::fMaxNav]
G4bool fLimitTruth[G4ITNavigator::fMaxNav]
G4VPhysicalVolume * fLocatedVolume[G4ITNavigator::fMaxNav]
G4double fCurrentStepSize[G4ITNavigator::fMaxNav]
ELimited fLimitedStep[G4ITNavigator::fMaxNav]
G4double fPreSafetyValues[G4ITNavigator::fMaxNav]
G4double fNewSafetyComputed[G4ITNavigator::fMaxNav]

Friends And Related Symbol Documentation

◆ G4ITPathFinder

friend class G4ITPathFinder
friend

Definition at line 69 of file G4ITPathFinder.hh.

Member Data Documentation

◆ fCurrentPreStepSafety

G4double G4TrackState< G4ITPathFinder >::fCurrentPreStepSafety[G4ITNavigator::fMaxNav]
protected

Definition at line 86 of file G4ITPathFinder.hh.

◆ fCurrentStepNo

G4int G4TrackState< G4ITPathFinder >::fCurrentStepNo {-1}
protected

Definition at line 115 of file G4ITPathFinder.hh.

◆ fCurrentStepSize

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

Definition at line 76 of file G4ITPathFinder.hh.

◆ fEndState

G4FieldTrack G4TrackState< G4ITPathFinder >::fEndState
protected

Definition at line 101 of file G4ITPathFinder.hh.

◆ fFieldExertedForce

G4bool G4TrackState< G4ITPathFinder >::fFieldExertedForce {false}
protected

Definition at line 102 of file G4ITPathFinder.hh.

102{false}; // In current proposed step

◆ fLastLocatedPosition

G4ThreeVector G4TrackState< G4ITPathFinder >::fLastLocatedPosition
protected

Definition at line 98 of file G4ITPathFinder.hh.

◆ fLastStepNo

G4int G4TrackState< G4ITPathFinder >::fLastStepNo {-1}
protected

Definition at line 115 of file G4ITPathFinder.hh.

115{-1}, fCurrentStepNo{-1};

◆ fLimitedStep

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

Definition at line 74 of file G4ITPathFinder.hh.

◆ fLimitTruth

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

Definition at line 75 of file G4ITPathFinder.hh.

◆ fLocatedVolume

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

Definition at line 97 of file G4ITPathFinder.hh.

◆ fMinSafety_atSafLocation

G4double G4TrackState< G4ITPathFinder >::fMinSafety_atSafLocation
protected

Definition at line 111 of file G4ITPathFinder.hh.

◆ fMinSafety_PreStepPt

G4double G4TrackState< G4ITPathFinder >::fMinSafety_PreStepPt
protected

Definition at line 85 of file G4ITPathFinder.hh.

◆ fMinStep

G4double G4TrackState< G4ITPathFinder >::fMinStep
protected

Definition at line 92 of file G4ITPathFinder.hh.

◆ fNewSafetyComputed

G4double G4TrackState< G4ITPathFinder >::fNewSafetyComputed[G4ITNavigator::fMaxNav]
protected

Definition at line 112 of file G4ITPathFinder.hh.

◆ fNewTrack

G4bool G4TrackState< G4ITPathFinder >::fNewTrack
protected

Definition at line 72 of file G4ITPathFinder.hh.

◆ fNoGeometriesLimiting

G4int G4TrackState< G4ITPathFinder >::fNoGeometriesLimiting
protected

Definition at line 77 of file G4ITPathFinder.hh.

◆ fPreSafetyLocation

G4ThreeVector G4TrackState< G4ITPathFinder >::fPreSafetyLocation
protected

Definition at line 79 of file G4ITPathFinder.hh.

◆ fPreSafetyMinValue

G4double G4TrackState< G4ITPathFinder >::fPreSafetyMinValue
protected

Definition at line 80 of file G4ITPathFinder.hh.

◆ fPreSafetyValues

G4double G4TrackState< G4ITPathFinder >::fPreSafetyValues[G4ITNavigator::fMaxNav]
protected

Definition at line 81 of file G4ITPathFinder.hh.

◆ fPreStepCenterRenewed

G4bool G4TrackState< G4ITPathFinder >::fPreStepCenterRenewed
protected

Definition at line 90 of file G4ITPathFinder.hh.

◆ fPreStepLocation

G4ThreeVector G4TrackState< G4ITPathFinder >::fPreStepLocation
protected

Definition at line 84 of file G4ITPathFinder.hh.

◆ fRelocatedPoint

G4bool G4TrackState< G4ITPathFinder >::fRelocatedPoint {true}
protected

Definition at line 104 of file G4ITPathFinder.hh.

104{true}; // Signals that point was or is being moved

◆ fSafetyLocation

G4ThreeVector G4TrackState< G4ITPathFinder >::fSafetyLocation
protected

Definition at line 110 of file G4ITPathFinder.hh.

◆ fTrueMinStep

G4double G4TrackState< G4ITPathFinder >::fTrueMinStep
protected

Definition at line 93 of file G4ITPathFinder.hh.


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