|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Decay.hh>
Protected Member Functions | |
| virtual G4VParticleChange * | DecayIt (const G4Track &aTrack, const G4Step &aStep) |
| virtual void | DaughterPolarization (const G4Track &aTrack, G4DecayProducts *products) |
| virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition) override |
| virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition) override |
| Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
| void | ClearNumberOfInteractionLengthLeft () |
Protected Attributes | |
| G4int | verboseLevel |
| G4double | fRemainderLifeTime |
| G4ParticleChangeForDecay | fParticleChangeForDecay |
| G4VExtDecayer * | pExtDecayer |
| Protected Attributes inherited from G4VProcess | |
| const G4ProcessManager * | aProcessManager = nullptr |
| G4VParticleChange * | pParticleChange = nullptr |
| G4ParticleChange | aParticleChange |
| G4double | theNumberOfInteractionLengthLeft = -1.0 |
| G4double | currentInteractionLength = -1.0 |
| G4double | theInitialNumberOfInteractionLength = -1.0 |
| G4String | theProcessName |
| G4String | thePhysicsTableFileName |
| G4ProcessType | theProcessType = fNotDefined |
| G4int | theProcessSubType = -1 |
| G4double | thePILfactor = 1.0 |
| G4int | verboseLevel = 0 |
| G4bool | enableAtRestDoIt = true |
| G4bool | enableAlongStepDoIt = true |
| G4bool | enablePostStepDoIt = true |
Additional Inherited Members | |
| Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) |
Definition at line 62 of file G4Decay.hh.
| G4Decay::G4Decay | ( | const G4String & | processName = "Decay" | ) |
Definition at line 62 of file G4Decay.cc.
Referenced by G4DecayWithSpin::G4DecayWithSpin(), and G4PionDecayMakeSpin::G4PionDecayMakeSpin().
|
virtual |
Definition at line 80 of file G4Decay.cc.
|
inlineoverridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Reimplemented in G4DecayWithSpin.
Definition at line 181 of file G4Decay.hh.
|
overridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Definition at line 473 of file G4Decay.cc.
|
overridevirtual |
|
protectedvirtual |
Reimplemented in G4PionDecayMakeSpin.
Definition at line 382 of file G4Decay.cc.
Referenced by DecayIt().
|
protectedvirtual |
Definition at line 176 of file G4Decay.cc.
Referenced by AtRestDoIt(), G4DecayWithSpin::AtRestDoIt(), PostStepDoIt(), and G4DecayWithSpin::PostStepDoIt().
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 397 of file G4Decay.cc.
|
inline |
Definition at line 191 of file G4Decay.hh.
|
overrideprotectedvirtual |
Implements G4VRestDiscreteProcess.
Definition at line 128 of file G4Decay.cc.
Referenced by PostStepGetPhysicalInteractionLength().
|
overrideprotectedvirtual |
Implements G4VRestDiscreteProcess.
Definition at line 99 of file G4Decay.cc.
Referenced by AtRestGetPhysicalInteractionLength().
|
inline |
Definition at line 197 of file G4Decay.hh.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 87 of file G4Decay.cc.
Referenced by LBE::ConstructGeneral(), and G4DecayPhysics::ConstructProcess().
|
overridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Reimplemented in G4DecayWithSpin.
Definition at line 503 of file G4Decay.cc.
|
overridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Definition at line 406 of file G4Decay.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Reimplemented in G4DecayWithSpin, and G4PionDecayMakeSpin.
Definition at line 517 of file G4Decay.cc.
| void G4Decay::SetExtDecayer | ( | G4VExtDecayer * | val | ) |
Definition at line 493 of file G4Decay.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 389 of file G4Decay.cc.
|
protected |
Definition at line 174 of file G4Decay.hh.
Referenced by DecayIt(), G4Decay(), PostStepDoIt(), and G4DecayWithSpin::PostStepDoIt().
|
protected |
Definition at line 171 of file G4Decay.hh.
Referenced by G4DecayWithSpin::AtRestDoIt(), AtRestGetPhysicalInteractionLength(), DecayIt(), G4Decay(), GetRemainderLifeTime(), PostStepGetPhysicalInteractionLength(), and StartTracking().
|
protected |
Definition at line 177 of file G4Decay.hh.
Referenced by DecayIt(), G4Decay(), GetExtDecayer(), SetExtDecayer(), and ~G4Decay().
|
protected |
Definition at line 162 of file G4Decay.hh.
Referenced by G4Decay(), and PostStepGetPhysicalInteractionLength().