Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PionDecayMakeSpin.hh>
Protected Member Functions | |
virtual void | DaughterPolarization (const G4Track &aTrack, G4DecayProducts *products) override |
Protected Member Functions inherited from G4Decay | |
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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4Decay | |
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 |
Definition at line 39 of file G4PionDecayMakeSpin.hh.
G4PionDecayMakeSpin::G4PionDecayMakeSpin | ( | const G4String & | processName = "Decay" | ) |
Definition at line 38 of file G4PionDecayMakeSpin.cc.
|
virtual |
Definition at line 46 of file G4PionDecayMakeSpin.cc.
|
overrideprotectedvirtual |
Reimplemented from G4Decay.
Definition at line 48 of file G4PionDecayMakeSpin.cc.
|
overridevirtual |
Reimplemented from G4Decay.
Definition at line 150 of file G4PionDecayMakeSpin.cc.