|
Geant4
10.02
|
#include <G4DecayWithSpin.hh>
Inheritance diagram for G4DecayWithSpin:
Collaboration diagram for G4DecayWithSpin:Protected Member Functions | |
| virtual G4VParticleChange * | PostStepDoIt (const G4Track &aTrack, const G4Step &aStep) |
| virtual G4VParticleChange * | AtRestDoIt (const G4Track &aTrack, const G4Step &aStep) |
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) |
| virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition) |
Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
| void | ClearNumberOfInteractionLengthLeft () |
Private Member Functions | |
| G4ThreeVector | Spin_Precession (const G4Step &aStep, G4ThreeVector B, G4double deltatime) |
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 |
| G4VParticleChange * | pParticleChange |
| G4ParticleChange | aParticleChange |
| G4double | theNumberOfInteractionLengthLeft |
| G4double | currentInteractionLength |
| G4double | theInitialNumberOfInteractionLength |
| G4String | theProcessName |
| G4String | thePhysicsTableFileName |
| G4ProcessType | theProcessType |
| G4int | theProcessSubType |
| G4double | thePILfactor |
| G4bool | enableAtRestDoIt |
| G4bool | enableAlongStepDoIt |
| G4bool | enablePostStepDoIt |
| G4int | verboseLevel |
Definition at line 43 of file G4DecayWithSpin.hh.
| G4DecayWithSpin::G4DecayWithSpin | ( | const G4String & | processName = "DecayWithSpin" | ) |
Definition at line 52 of file G4DecayWithSpin.cc.
References DECAY_WithSpin, and G4VProcess::SetProcessSubType().
Here is the call graph for this function:
|
virtual |
Definition at line 59 of file G4DecayWithSpin.cc.
|
protectedvirtual |
Reimplemented from G4Decay.
Definition at line 117 of file G4DecayWithSpin.cc.
References B(), G4Decay::DecayIt(), G4DecayTable::entries(), G4Decay::fRemainderLifeTime, G4UniformRand, G4PropagatorInField::GetCurrentFieldManager(), G4DecayTable::GetDecayChannel(), G4ParticleDefinition::GetDecayTable(), G4DynamicParticle::GetDefinition(), G4FieldManager::GetDetectorField(), G4Track::GetDynamicParticle(), G4Track::GetGlobalTime(), G4DynamicParticle::GetPolarization(), G4StepPoint::GetPosition(), G4Step::GetPostStepPoint(), G4TransportationManager::GetPropagatorInField(), G4Step::GetTrack(), G4TransportationManager::GetTransportationManager(), G4Track::GetVolume(), G4ParticleChangeForDecay::ProposePolarization(), G4VDecayChannel::SetPolarization(), Spin_Precession(), and twopi.
Here is the call graph for this function:
|
protectedvirtual |
Reimplemented from G4Decay.
Definition at line 61 of file G4DecayWithSpin.cc.
References G4Decay::DecayIt(), G4DecayTable::entries(), G4Decay::fParticleChangeForDecay, fStopAndKill, fStopButAlive, G4UniformRand, G4DecayTable::GetDecayChannel(), G4ParticleDefinition::GetDecayTable(), G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4DynamicParticle::GetPolarization(), G4Track::GetTrackStatus(), G4ParticleChangeForDecay::Initialize(), G4ParticleChangeForDecay::ProposePolarization(), G4VDecayChannel::SetPolarization(), and twopi.
Here is the call graph for this function:
|
private |
Definition at line 200 of file G4DecayWithSpin.cc.
References a, G4cout, G4endl, G4Track::GetDefinition(), G4ParticleDefinition::GetPDGCharge(), G4Step::GetTrack(), G4Decay::GetVerboseLevel(), kilogauss, rad, s, and sqr().
Referenced by AtRestDoIt().
Here is the call graph for this function:
Here is the caller graph for this function: