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" 26 #include "Geant4/G4DataQuestionaire.hh" 40 G4VParticleChange*
AlongStepDoIt(
const G4Track& track,
const G4Step& step);
46 G4double previousStepSize,
47 G4double currentMinimumStep,
48 G4double& proposedSafety,
49 G4GPILSelection* selection
53 G4double previousStepSize,
54 G4ForceCondition* condition
60 G4VProcess::theNumberOfInteractionLengthLeft = -std::log( G4UniformRand() );
G4VParticleChange fParticleChange
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
void SetIsActive(G4bool doIt)
void SetNSplit(G4int nTrx, G4int xB=0, G4double xFac=1)
virtual void ResetNumberOfInteractionLengthLeft()
G4double GetTotalNumberOfInteractionLengthTraversed()
G4double XBiasSurvivalProbability()
MuNuclearSplittingProcessXSecBias()
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
G4double XBiasSecondaryWeight()
~MuNuclearSplittingProcessXSecBias()
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &step)
G4double theInitialNumberOfInteractionLength
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &step)