|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Decay.hh>
Inheritance diagram for G4Decay: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 |
| virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
| virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
| void | ClearNumberOfInteractionLengthLeft () |
Protected Attributes | |
| G4int | verboseLevel |
| const G4double | HighestValue |
| 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.
|
virtual |
Definition at line 81 of file G4Decay.cc.
|
inlineoverridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Reimplemented in G4DecayWithSpin.
Definition at line 183 of file G4Decay.hh.
|
overridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Definition at line 477 of file G4Decay.cc.
|
overridevirtual |
|
protectedvirtual |
Reimplemented in G4PionDecayMakeSpin.
Definition at line 386 of file G4Decay.cc.
Referenced by DecayIt().
|
protectedvirtual |
Definition at line 180 of file G4Decay.cc.
Referenced by AtRestDoIt(), G4DecayWithSpin::AtRestDoIt(), PostStepDoIt(), and G4DecayWithSpin::PostStepDoIt().
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 401 of file G4Decay.cc.
|
inline |
Definition at line 193 of file G4Decay.hh.
|
overrideprotectedvirtual |
Implements G4VRestDiscreteProcess.
Definition at line 129 of file G4Decay.cc.
Referenced by PostStepGetPhysicalInteractionLength().
|
overrideprotectedvirtual |
Implements G4VRestDiscreteProcess.
Definition at line 100 of file G4Decay.cc.
Referenced by AtRestGetPhysicalInteractionLength().
|
inline |
Definition at line 199 of file G4Decay.hh.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 88 of file G4Decay.cc.
Referenced by LBE::ConstructGeneral(), and G4DecayPhysics::ConstructProcess().
|
overridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Reimplemented in G4DecayWithSpin.
Definition at line 507 of file G4Decay.cc.
|
overridevirtual |
Reimplemented from G4VRestDiscreteProcess.
Definition at line 410 of file G4Decay.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Reimplemented in G4DecayWithSpin, and G4PionDecayMakeSpin.
Definition at line 521 of file G4Decay.cc.
| void G4Decay::SetExtDecayer | ( | G4VExtDecayer * | val | ) |
Definition at line 497 of file G4Decay.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 393 of file G4Decay.cc.
|
protected |
Definition at line 176 of file G4Decay.hh.
Referenced by DecayIt(), G4Decay(), PostStepDoIt(), and G4DecayWithSpin::PostStepDoIt().
|
protected |
Definition at line 173 of file G4Decay.hh.
Referenced by G4DecayWithSpin::AtRestDoIt(), AtRestGetPhysicalInteractionLength(), DecayIt(), GetRemainderLifeTime(), PostStepGetPhysicalInteractionLength(), and StartTracking().
|
protected |
Definition at line 170 of file G4Decay.hh.
Referenced by GetMeanFreePath().
|
protected |
Definition at line 179 of file G4Decay.hh.
Referenced by DecayIt(), GetExtDecayer(), SetExtDecayer(), and ~G4Decay().
|
protected |
Definition at line 162 of file G4Decay.hh.
Referenced by PostStepGetPhysicalInteractionLength().