11 #include "Geant4/globals.hh" 12 #include "Geant4/G4ParticleDefinition.hh" 13 #include "Geant4/G4ParticleWithCuts.hh" 14 #include "Geant4/G4ProcessManager.hh" 15 #include "Geant4/G4ProcessVector.hh" 16 #include "Geant4/G4ParticleTypes.hh" 17 #include "Geant4/G4ParticleTable.hh" 18 #include "Geant4/G4WrapperProcess.hh" 20 #include "Geant4/G4MuonNuclearProcess.hh" 21 #include "Geant4/G4Material.hh" 22 #include "Geant4/G4MaterialTable.hh" 23 #include "Geant4/G4ios.hh" 41 G4VParticleChange*
AlongStepDoIt(
const G4Track& track,
const G4Step& step);
47 G4double previousStepSize,
48 G4double currentMinimumStep,
49 G4double& proposedSafety,
50 G4GPILSelection* selection
54 G4double previousStepSize,
55 G4ForceCondition* condition
61 G4VProcess::theNumberOfInteractionLengthLeft = -std::log( G4UniformRand() );
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &step)
G4double GetTotalNumberOfInteractionLengthTraversed()
virtual void ResetNumberOfInteractionLengthLeft()
G4VParticleChange fParticleChange
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &step)
void SetIsActive(G4bool doIt)
MuNuclearSplittingProcessXSecBias()
~MuNuclearSplittingProcessXSecBias()
G4double XBiasSurvivalProbability()
G4double theInitialNumberOfInteractionLength
General GArSoft Utilities.
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
void SetNSplit(G4int nTrx, G4int xB=0, G4double xFac=1)
G4double XBiasSecondaryWeight()
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)