47 #ifndef G4CoupledTransportation_hh
48 #define G4CoupledTransportation_hh 1
169 G4bool fGlobalFieldExists;
175 G4double fTransportEndKineticEnergy;
180 G4bool fEndGlobalTimeComputed;
183 G4bool fParticleIsLooping;
196 G4bool fMassGeometryLimitedStep;
198 G4bool fAnyGeometryLimitedStep;
210 G4double fThreshold_Important_Energy;
211 G4int fThresholdTrials;
217 G4int fNoLooperTrials;
232 static G4bool fUseMagneticMoment;
236 #include "G4CoupledTransportation.icc"
G4double GetThresholdImportantEnergy() const
G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
void SetPropagatorInField(G4PropagatorInField *pFieldPropagator)
void ReportMove(G4ThreeVector OldVector, G4ThreeVector NewVector, const G4String &Quantity)
void StartTracking(G4Track *aTrack)
G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &stepData)
G4bool DoesGlobalFieldExist()
G4int GetVerboseLevel() const
~G4CoupledTransportation()
G4double GetMaxEnergyKilled() const
G4double GetSumEnergyKilled() const
static G4bool EnableUseMagneticMoment(G4bool useMoment=true)
void ReportInexactEnergy(G4double startEnergy, G4double endEnergy)
G4int GetThresholdTrials() const
void SetThresholdImportantEnergy(G4double newEnImp)
G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
void SetThresholdWarningEnergy(G4double newEnWarn)
void SetVerboseLevel(G4int verboseLevel)
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &stepData)
void ResetKilledStatistics(G4int report=1)
G4double GetThresholdWarningEnergy() const
void SetThresholdTrials(G4int newMaxTrials)
G4PropagatorInField * GetPropagatorInField()
G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4ForceCondition *pForceCond)
G4CoupledTransportation(G4int verbosityLevel=0)