44#ifndef G4Transportation_hh
45#define G4Transportation_hh 1
160 G4double fTransportEndKineticEnergy;
164 G4bool fEndGlobalTimeComputed;
168 G4bool fParticleIsLooping;
177 G4bool fGeometryLimitedStep;
192 G4double fThreshold_Important_Energy;
193 G4int fThresholdTrials;
201 G4int fNoLooperTrials;
208 G4bool fShortStepOptimisation;
211 G4bool fUseMagneticMoment;
221#include "G4Transportation.icc"
void SetThresholdImportantEnergy(G4double newEnImp)
G4PropagatorInField * GetPropagatorInField()
G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
void EnableShortStepOptimisation(G4bool optimise=true)
G4int GetVerboseLevel() const
G4int GetThresholdTrials() const
void SetVerboseLevel(G4int verboseLevel)
G4double GetThresholdImportantEnergy() const
void SetPropagatorInField(G4PropagatorInField *pFieldPropagator)
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &stepData)
void SetThresholdTrials(G4int newMaxTrials)
G4double GetSumEnergyKilled() const
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &stepData)
G4bool DoesGlobalFieldExist()
G4bool EnableUseMagneticMoment(G4bool useMoment=true)
G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4ForceCondition *pForceCond)
G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
void ResetKilledStatistics(G4int report=1)
G4double GetMaxEnergyKilled() const
void StartTracking(G4Track *aTrack)
G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4double GetThresholdWarningEnergy() const
void SetThresholdWarningEnergy(G4double newEnWarn)