59 #ifndef G4ITTransportation_H
60 #define G4ITTransportation_H
81 G4int verbosityLevel = 0);
92 const double timeStep,
100 return GetState<G4ITTransportationState>()->fGeometryLimitedStep;
183 return "G4ITTransportationState";
270 #include "G4ITTransportation.icc"
271 #endif // G4ITTransportation_H
G4double fTransportEndKineticEnergy
G4double GetThresholdWarningEnergy() const
virtual void ComputeStep(const G4Track &, const G4Step &, const double timeStep, double &spaceStep)
G4ITSafetyHelper * fpSafetyHelper
G4int GetVerboseLevel() const
G4ThreeVector fTransportEndMomentumDir
G4bool fInstantiateProcessState
G4double fSumEnergyKilled
void SetVerboseLevel(G4int verboseLevel)
G4bool DoesGlobalFieldExist()
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double, G4ForceCondition *pForceCond)
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4double fThreshold_Important_Energy
G4double fEndPointDistance
G4ThreeVector fPreviousSftOrigin
G4double GetThresholdImportantEnergy() const
G4TouchableHandle fCurrentTouchableHandle
G4bool IsStepLimitedByGeometry()
G4bool fGeometryLimitedStep
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
virtual ~G4ITTransportation()
G4ThreeVector fTransportEndPosition
G4double fMaxEnergyKilled
#define G4IT_ADD_CLONE(parent_class, kid_class)
void SetThresholdWarningEnergy(G4double newEnWarn)
void SetPropagatorInField(G4PropagatorInField *pFieldPropagator)
void SetInstantiateProcessState(G4bool flag)
void SetThresholdTrials(G4int newMaxTrials)
virtual ~G4ITTransportationState()
G4ITTransportation(const G4String &aName="ITTransportation", G4int verbosityLevel=0)
G4double fThreshold_Warning_Energy
G4double GetMaxEnergyKilled() const
virtual G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &stepData)
G4double fCandidateEndGlobalTime
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
G4bool InstantiateProcessState()
G4int GetThresholdTrials() const
G4ParticleChangeForTransport fParticleChange
G4ITTransportationState()
Process State.
G4PropagatorInField * GetPropagatorInField()
G4PropagatorInField * fFieldPropagator
G4double fUnimportant_Energy
G4ITNavigator * fLinearNavigator
void EnableShortStepOptimisation(G4bool optimise=true)
void SetThresholdImportantEnergy(G4double newEnImp)
virtual G4String GetType()
void ResetKilledStatistics(G4int report=1)
G4bool fEndGlobalTimeComputed
G4bool fParticleIsLooping
G4ThreeVector fTransportEndSpin
virtual void StartTracking(G4Track *aTrack)
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
G4bool fShortStepOptimisation
virtual G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &)
G4double GetSumEnergyKilled() const
G4ITTransportation & operator=(const G4ITTransportation &)