ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/decay/include/G4DecayWithSpin.hh>
Protected Member Functions | |
virtual G4VParticleChange * | PostStepDoIt (const G4Track &aTrack, const G4Step &aStep) override |
virtual G4VParticleChange * | AtRestDoIt (const G4Track &aTrack, const G4Step &aStep) 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 |
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 |
Definition at line 43 of file G4DecayWithSpin.hh.
View newest version in sPHENIX GitHub at line 43 of file G4DecayWithSpin.hh
G4DecayWithSpin::G4DecayWithSpin | ( | const G4String & | processName = "DecayWithSpin" | ) |
Definition at line 52 of file G4DecayWithSpin.cc.
View newest version in sPHENIX GitHub at line 52 of file G4DecayWithSpin.cc
References DECAY_WithSpin, and G4VProcess::SetProcessSubType().
|
virtual |
Definition at line 59 of file G4DecayWithSpin.cc.
View newest version in sPHENIX GitHub at line 59 of file G4DecayWithSpin.cc
|
overrideprotectedvirtual |
Reimplemented from G4Decay.
Definition at line 109 of file G4DecayWithSpin.cc.
View newest version in sPHENIX GitHub at line 109 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(), CLHEP::Hep3Vector::mag2(), phi, G4ParticleChangeForDecay::ProposePolarization(), G4VDecayChannel::SetPolarization(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), Spin_Precession(), and twopi.
|
overrideprotectedvirtual |
Reimplemented from G4Decay.
Definition at line 61 of file G4DecayWithSpin.cc.
View newest version in sPHENIX GitHub 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(), phi, G4ParticleChangeForDecay::ProposePolarization(), G4VDecayChannel::SetPolarization(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), and twopi.
|
overridevirtual |
Reimplemented from G4Decay.
Definition at line 225 of file G4DecayWithSpin.cc.
View newest version in sPHENIX GitHub at line 225 of file G4DecayWithSpin.cc
References G4VProcess::GetProcessName().
|
private |
Definition at line 186 of file G4DecayWithSpin.cc.
View newest version in sPHENIX GitHub at line 186 of file G4DecayWithSpin.cc
References a, G4cout, G4endl, G4Track::GetDefinition(), G4ParticleDefinition::GetPDGCharge(), G4Step::GetTrack(), G4VProcess::GetVerboseLevel(), kilogauss, rad, sqr(), and CLHEP::Hep3Vector::unit().
Referenced by AtRestDoIt().