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