Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4ITPathFinder.cc File Reference
#include <iomanip>
#include "G4ITPathFinder.hh"
#include "G4SystemOfUnits.hh"
#include "G4GeometryTolerance.hh"
#include "G4ITNavigator.hh"
#include "G4PropagatorInField.hh"
#include "G4ITTransportationManager.hh"
#include "G4ITMultiNavigator.hh"
#include "G4ITSafetyHelper.hh"
Include dependency graph for G4ITPathFinder.cc:

Go to the source code of this file.

Macros

#define State(X)   fpTrackState->X
 
#define fNewTrack   State(fNewTrack)
 
#define fLimitedStep   State(fLimitedStep)
 
#define fLimitTruth   State(fLimitTruth)
 
#define fCurrentStepSize   State(fCurrentStepSize)
 
#define fNoGeometriesLimiting   State(fNoGeometriesLimiting)
 
#define fPreSafetyLocation   State(fPreSafetyLocation)
 
#define fPreSafetyMinValue   State(fPreSafetyMinValue)
 
#define fPreSafetyValues   State(fPreSafetyValues)
 
#define fPreStepLocation   State(fPreStepLocation)
 
#define fMinSafety_PreStepPt   State(fMinSafety_PreStepPt)
 
#define fCurrentPreStepSafety   State(fCurrentPreStepSafety)
 
#define fPreStepCenterRenewed   State(fPreStepCenterRenewed)
 
#define fMinStep   State(fMinStep)
 
#define fTrueMinStep   State(fTrueMinStep)
 
#define fLocatedVolume   State(fLocatedVolume)
 
#define fLastLocatedPosition   State(fLastLocatedPosition)
 
#define fEndState   State(fEndState)
 
#define fFieldExertedForce   State(fFieldExertedForce)
 
#define fRelocatedPoint   State(fRelocatedPoint)
 
#define fSafetyLocation   State(fSafetyLocation)
 
#define fMinSafety_atSafLocation   State(fMinSafety_atSafLocation)
 
#define fNewSafetyComputed   State(fNewSafetyComputed)
 
#define fLastStepNo   State(fLastStepNo)
 
#define fCurrentStepNo   State(fCurrentStepNo)
 

Macro Definition Documentation

#define fCurrentPreStepSafety   State(fCurrentPreStepSafety)

Definition at line 60 of file G4ITPathFinder.cc.

#define fCurrentStepNo   State(fCurrentStepNo)

Definition at line 73 of file G4ITPathFinder.cc.

#define fCurrentStepSize   State(fCurrentStepSize)

Definition at line 53 of file G4ITPathFinder.cc.

#define fEndState   State(fEndState)

Definition at line 66 of file G4ITPathFinder.cc.

#define fFieldExertedForce   State(fFieldExertedForce)

Definition at line 67 of file G4ITPathFinder.cc.

#define fLastLocatedPosition   State(fLastLocatedPosition)

Definition at line 65 of file G4ITPathFinder.cc.

#define fLastStepNo   State(fLastStepNo)

Definition at line 72 of file G4ITPathFinder.cc.

#define fLimitedStep   State(fLimitedStep)

Definition at line 51 of file G4ITPathFinder.cc.

#define fLimitTruth   State(fLimitTruth)

Definition at line 52 of file G4ITPathFinder.cc.

#define fLocatedVolume   State(fLocatedVolume)

Definition at line 64 of file G4ITPathFinder.cc.

#define fMinSafety_atSafLocation   State(fMinSafety_atSafLocation)

Definition at line 70 of file G4ITPathFinder.cc.

#define fMinSafety_PreStepPt   State(fMinSafety_PreStepPt)

Definition at line 59 of file G4ITPathFinder.cc.

#define fMinStep   State(fMinStep)

Definition at line 62 of file G4ITPathFinder.cc.

#define fNewSafetyComputed   State(fNewSafetyComputed)

Definition at line 71 of file G4ITPathFinder.cc.

#define fNewTrack   State(fNewTrack)

Definition at line 50 of file G4ITPathFinder.cc.

#define fNoGeometriesLimiting   State(fNoGeometriesLimiting)

Definition at line 54 of file G4ITPathFinder.cc.

#define fPreSafetyLocation   State(fPreSafetyLocation)

Definition at line 55 of file G4ITPathFinder.cc.

#define fPreSafetyMinValue   State(fPreSafetyMinValue)

Definition at line 56 of file G4ITPathFinder.cc.

#define fPreSafetyValues   State(fPreSafetyValues)

Definition at line 57 of file G4ITPathFinder.cc.

#define fPreStepCenterRenewed   State(fPreStepCenterRenewed)

Definition at line 61 of file G4ITPathFinder.cc.

#define fPreStepLocation   State(fPreStepLocation)

Definition at line 58 of file G4ITPathFinder.cc.

#define fRelocatedPoint   State(fRelocatedPoint)

Definition at line 68 of file G4ITPathFinder.cc.

#define fSafetyLocation   State(fSafetyLocation)

Definition at line 69 of file G4ITPathFinder.cc.

#define fTrueMinStep   State(fTrueMinStep)

Definition at line 63 of file G4ITPathFinder.cc.

#define State (   X)    fpTrackState->X

Definition at line 49 of file G4ITPathFinder.cc.