39#ifndef G4RadioactiveDecay_h
40#define G4RadioactiveDecay_h 1
193#ifdef G4MULTITHREADED
251 {
return DecayIt(theTrack, theStep);}
256 {
return DecayIt(theTrack, theStep);}
258#ifdef G4MULTITHREADED
260 static G4Mutex radioactiveDecayMutex;
262 G4int& NumberOfInstances();
G4double condition(const G4ErrorSymMatrix &m)
std::map< G4String, G4DecayTable * > DecayTableMap
std::map< G4String, G4DecayTable * > DecayTableMap
static const G4ThreeVector origin
std::map< G4int, G4String > theUserRadioactiveDataFiles
void SelectAVolume(const G4String &aVolume)
void SetVerboseLevel(G4int value)
void DecayAnalog(const G4Track &theTrack)
G4RadioactiveDecayMessenger * theRadioactiveDecayMessenger
void StreamInfo(std::ostream &os, const G4String &endline)
void BuildPhysicsTable(const G4ParticleDefinition &)
G4VParticleChange * PostStepDoIt(const G4Track &theTrack, const G4Step &theStep)
std::vector< G4String > ValidVolumes
G4double GetDecayHalfAngle() const
G4DecayTable * LoadDecayTable(const G4ParticleDefinition &theParentNucleus)
G4RadioactiveDecay(const G4String &processName="RadioactiveDecay")
G4double GetMeanLifeTime(const G4Track &theTrack, G4ForceCondition *condition)
G4DecayProducts * DoDecay(const G4ParticleDefinition &theParticleDef)
G4NucleusLimits GetNucleusLimits() const
void CollimateDecayProduct(G4DynamicParticle *product)
G4NucleusLimits theNucleusLimits
G4double forceDecayHalfAngle
G4DecayTable * GetDecayTable(const G4ParticleDefinition *)
const G4ThreeVector & GetDecayDirection() const
static const G4double levelTolerance
G4ParticleChangeForRadDecay fParticleChangeForRadDecay
G4ThreeVector forceDecayDirection
G4int GetVerboseLevel() const
G4double GetMeanFreePath(const G4Track &theTrack, G4double previousStepSize, G4ForceCondition *condition)
G4ThreeVector ChooseCollimationDirection() const
G4VParticleChange * DecayIt(const G4Track &theTrack, const G4Step &theStep)
void SetDecayHalfAngle(G4double halfAngle=0.*CLHEP::deg)
void SetDecayDirection(const G4ThreeVector &theDir)
G4RadioactiveDecay & operator=(const G4RadioactiveDecay &right)
G4bool IsApplicable(const G4ParticleDefinition &)
G4RadioactiveDecayMode theRadDecayMode
G4VParticleChange * AtRestDoIt(const G4Track &theTrack, const G4Step &theStep)
G4double fRemainderLifeTime
void SetDecayCollimation(const G4ThreeVector &theDir, G4double halfAngle=0.*CLHEP::deg)
void SetThresholdForVeryLongDecayTime(const G4double inputThreshold)
virtual void ProcessDescription(std::ostream &outFile) const
void SetNucleusLimits(G4NucleusLimits theNucleusLimits1)
void DeselectAllVolumes()
void AddUserDecayDataFile(G4int Z, G4int A, G4String filename)
G4double fThresholdForVeryLongDecayTime
void DeselectAVolume(const G4String &aVolume)
G4double AtRestGetPhysicalInteractionLength(const G4Track &track, G4ForceCondition *condition)
void CollimateDecay(G4DecayProducts *products)
G4RadioactiveDecay(const G4RadioactiveDecay &right)
G4PhotonEvaporation * photonEvaporation
G4double GetThresholdForVeryLongDecayTime() const
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
static constexpr double deg
T max(const T t1, const T t2)
brief Return the largest of the two arguments
T min(const T t1, const T t2)
brief Return the smallest of the two arguments