47#ifndef G4CoupledTransportation_hh
48#define G4CoupledTransportation_hh 1
166 G4bool fGlobalFieldExists;
172 G4double fTransportEndKineticEnergy;
178 G4bool fEndGlobalTimeComputed;
181 G4bool fParticleIsLooping;
194 G4bool fMassGeometryLimitedStep;
196 G4bool fAnyGeometryLimitedStep;
208 G4double fThreshold_Important_Energy;
209 G4int fThresholdTrials;
217 G4int fNoLooperTrials;
225 G4bool fUseMagneticMoment;
233#include "G4CoupledTransportation.icc"
G4PropagatorInField * GetPropagatorInField()
G4bool EnableUseMagneticMoment(G4bool useMoment=true)
G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4int GetVerboseLevel() const
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &stepData)
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &stepData)
G4bool DoesGlobalFieldExist()
G4double GetMaxEnergyKilled() const
G4double GetThresholdImportantEnergy() const
void ResetKilledStatistics(G4int report=1)
void SetThresholdTrials(G4int newMaxTrials)
G4int GetThresholdTrials() const
void ReportInexactEnergy(G4double startEnergy, G4double endEnergy)
void SetVerboseLevel(G4int verboseLevel)
G4double GetSumEnergyKilled() const
G4double GetThresholdWarningEnergy() const
void SetPropagatorInField(G4PropagatorInField *pFieldPropagator)
G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4ForceCondition *pForceCond)
void SetThresholdImportantEnergy(G4double newEnImp)
void SetThresholdWarningEnergy(G4double newEnWarn)
void StartTracking(G4Track *aTrack)
G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
~G4CoupledTransportation()