39#ifndef G4RadioactiveDecay_h
40#define G4RadioactiveDecay_h 1
119 {theNucleusLimits = theNucleusLimits1 ;}
128 forceDecayDirection = theDir.
unit();
132 return forceDecayDirection;
136 forceDecayHalfAngle = std::min(std::max(0.*CLHEP::deg,halfAngle),180.*CLHEP::deg);
144 G4double halfAngle = 0.*CLHEP::deg) {
151 fThresholdForVeryLongDecayTime = std::max( 0.0, inputThreshold );
190#ifdef G4MULTITHREADED
196 void StreamInfo(std::ostream& os,
const G4String& endline);
216 std::map<G4int, G4String> theUserRadioactiveDataFiles;
232 G4double fThresholdForVeryLongDecayTime;
241 return fRemainderLifeTime;
247 {
return DecayIt(theTrack, theStep);}
252 {
return DecayIt(theTrack, theStep);}
254#ifdef G4MULTITHREADED
256 static G4Mutex radioactiveDecayMutex;
258 G4int& NumberOfInstances();
G4double condition(const G4ErrorSymMatrix &m)
std::map< G4String, G4DecayTable * > DecayTableMap
void SelectAVolume(const G4String &aVolume)
void SetVerboseLevel(G4int value)
void DecayAnalog(const G4Track &theTrack)
G4RadioactiveDecayMessenger * theRadioactiveDecayMessenger
void BuildPhysicsTable(const G4ParticleDefinition &)
std::vector< G4String > ValidVolumes
G4double GetDecayHalfAngle() const
G4DecayTable * LoadDecayTable(const G4ParticleDefinition &theParentNucleus)
G4double GetMeanLifeTime(const G4Track &theTrack, G4ForceCondition *condition)
G4DecayProducts * DoDecay(const G4ParticleDefinition &theParticleDef)
G4NucleusLimits GetNucleusLimits() const
void CollimateDecayProduct(G4DynamicParticle *product)
G4DecayTable * GetDecayTable(const G4ParticleDefinition *)
const G4ThreeVector & GetDecayDirection() const
static const G4double levelTolerance
G4ParticleChangeForRadDecay fParticleChangeForRadDecay
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)
G4bool IsApplicable(const G4ParticleDefinition &)
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)
void DeselectAVolume(const G4String &aVolume)
void CollimateDecay(G4DecayProducts *products)
G4PhotonEvaporation * photonEvaporation
G4double GetThresholdForVeryLongDecayTime() const
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)