Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
G4RadioactiveDecay Class Reference

#include <G4RadioactiveDecay.hh>

Inheritance diagram for G4RadioactiveDecay:
Inheritance graph
[legend]
Collaboration diagram for G4RadioactiveDecay:
Collaboration graph
[legend]

Public Member Functions

 G4RadioactiveDecay (const G4String &processName="RadioactiveDecay")
 
 ~G4RadioactiveDecay ()
 
G4bool IsApplicable (const G4ParticleDefinition &)
 
G4bool IsLoaded (const G4ParticleDefinition &)
 
void SelectAVolume (const G4String aVolume)
 
void DeselectAVolume (const G4String aVolume)
 
void SelectAllVolumes ()
 
void DeselectAllVolumes ()
 
void SetDecayBias (G4String filename)
 
void SetHLThreshold (G4double hl)
 
void SetICM (G4bool icm)
 
void SetARM (G4bool arm)
 
void SetSourceTimeProfile (G4String filename)
 
G4bool IsRateTableReady (const G4ParticleDefinition &)
 
void AddDecayRateTable (const G4ParticleDefinition &)
 
void GetDecayRateTable (const G4ParticleDefinition &)
 
void SetDecayRate (G4int, G4int, G4double, G4int, std::vector< G4double >, std::vector< G4double >)
 
std::vector
< G4RadioactivityTable * > 
GetTheRadioactivityTables ()
 
G4DecayTableLoadDecayTable (G4ParticleDefinition &theParentNucleus)
 
void AddUserDecayDataFile (G4int Z, G4int A, G4String filename)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void SetNucleusLimits (G4NucleusLimits theNucleusLimits1)
 
G4NucleusLimits GetNucleusLimits () const
 
void SetAnalogueMonteCarlo (G4bool r)
 
void SetFBeta (G4bool r)
 
G4bool IsAnalogueMonteCarlo ()
 
void SetBRBias (G4bool r)
 
void SetSplitNuclei (G4int r)
 
G4int GetSplitNuclei ()
 
void SetDecayDirection (const G4ThreeVector &theDir)
 
const G4ThreeVectorGetDecayDirection () const
 
void SetDecayHalfAngle (G4double halfAngle=0.*CLHEP::deg)
 
G4double GetDecayHalfAngle () const
 
void SetDecayCollimation (const G4ThreeVector &theDir, G4double halfAngle=0.*CLHEP::deg)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
- Public Member Functions inherited from G4VRestDiscreteProcess
 G4VRestDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VRestDiscreteProcess (G4VRestDiscreteProcess &)
 
virtual ~G4VRestDiscreteProcess ()
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4int operator== (const G4VProcess &right) const
 
G4int operator!= (const G4VProcess &right) const
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
 
const G4StringGetProcessName () const
 
G4ProcessType GetProcessType () const
 
void SetProcessType (G4ProcessType)
 
G4int GetProcessSubType () const
 
void SetProcessSubType (G4int)
 
virtual void StartTracking (G4Track *)
 
virtual void EndTracking ()
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Protected Member Functions

G4VParticleChangeDecayIt (const G4Track &theTrack, const G4Step &theStep)
 
G4DecayProductsDoDecay (G4ParticleDefinition &theParticleDef)
 
void CollimateDecay (G4DecayProducts *products)
 
void CollimateDecayProduct (G4DynamicParticle *product)
 
G4ThreeVector ChooseCollimationDirection () const
 
G4double GetMeanFreePath (const G4Track &theTrack, G4double previousStepSize, G4ForceCondition *condition)
 
G4double GetMeanLifeTime (const G4Track &theTrack, G4ForceCondition *condition)
 
G4double GetTaoTime (const G4double, const G4double)
 
G4double GetDecayTime ()
 
G4int GetDecayTimeBin (const G4double aDecayTime)
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 
- Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager
 
G4VParticleChangepParticleChange
 
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
 

Detailed Description

Definition at line 80 of file G4RadioactiveDecay.hh.

Constructor & Destructor Documentation

G4RadioactiveDecay::G4RadioactiveDecay ( const G4String processName = "RadioactiveDecay")

Definition at line 144 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

G4RadioactiveDecay::~G4RadioactiveDecay ( )

Definition at line 207 of file G4RadioactiveDecay.cc.

Member Function Documentation

void G4RadioactiveDecay::AddDecayRateTable ( const G4ParticleDefinition theParentNucleus)

Definition at line 1064 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::AddUserDecayDataFile ( G4int  Z,
G4int  A,
G4String  filename 
)

Definition at line 1028 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::BuildPhysicsTable ( const G4ParticleDefinition )
virtual

Reimplemented from G4VProcess.

Definition at line 670 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

G4ThreeVector G4RadioactiveDecay::ChooseCollimationDirection ( ) const
protected

Definition at line 1894 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::CollimateDecay ( G4DecayProducts products)
protected

Definition at line 1852 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::CollimateDecayProduct ( G4DynamicParticle product)
protected

Definition at line 1879 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4VParticleChange * G4RadioactiveDecay::DecayIt ( const G4Track theTrack,
const G4Step theStep 
)
protected

Definition at line 1457 of file G4RadioactiveDecay.cc.

void G4RadioactiveDecay::DeselectAllVolumes ( )

Definition at line 324 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

void G4RadioactiveDecay::DeselectAVolume ( const G4String  aVolume)

Definition at line 271 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

G4DecayProducts * G4RadioactiveDecay::DoDecay ( G4ParticleDefinition theParticleDef)
protected

Definition at line 1810 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4ThreeVector& G4RadioactiveDecay::GetDecayDirection ( ) const
inline

Definition at line 217 of file G4RadioactiveDecay.hh.

G4double G4RadioactiveDecay::GetDecayHalfAngle ( ) const
inline

Definition at line 225 of file G4RadioactiveDecay.hh.

void G4RadioactiveDecay::GetDecayRateTable ( const G4ParticleDefinition aParticle)

Definition at line 352 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4RadioactiveDecay::GetDecayTime ( )
protected

Definition at line 522 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4RadioactiveDecay::GetDecayTimeBin ( const G4double  aDecayTime)
protected

Definition at line 538 of file G4RadioactiveDecay.cc.

Here is the caller graph for this function:

G4double G4RadioactiveDecay::GetMeanFreePath ( const G4Track theTrack,
G4double  previousStepSize,
G4ForceCondition condition 
)
protectedvirtual

Implements G4VRestDiscreteProcess.

Definition at line 593 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

G4double G4RadioactiveDecay::GetMeanLifeTime ( const G4Track theTrack,
G4ForceCondition condition 
)
protectedvirtual

Implements G4VRestDiscreteProcess.

Definition at line 551 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

G4NucleusLimits G4RadioactiveDecay::GetNucleusLimits ( ) const
inline

Definition at line 179 of file G4RadioactiveDecay.hh.

G4int G4RadioactiveDecay::GetSplitNuclei ( )
inline

Definition at line 210 of file G4RadioactiveDecay.hh.

G4double G4RadioactiveDecay::GetTaoTime ( const G4double  t,
const G4double  tao 
)
protected

Definition at line 371 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

std::vector<G4RadioactivityTable*> G4RadioactiveDecay::GetTheRadioactivityTables ( )
inline

Definition at line 154 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

G4int G4RadioactiveDecay::GetVerboseLevel ( ) const
inline

Definition at line 171 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

G4bool G4RadioactiveDecay::IsAnalogueMonteCarlo ( )
inline

Definition at line 194 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

G4bool G4RadioactiveDecay::IsApplicable ( const G4ParticleDefinition aParticle)
virtual

Reimplemented from G4VProcess.

Definition at line 214 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4RadioactiveDecay::IsLoaded ( const G4ParticleDefinition aParticle)

Definition at line 237 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4RadioactiveDecay::IsRateTableReady ( const G4ParticleDefinition aParticle)

Definition at line 336 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4DecayTable * G4RadioactiveDecay::LoadDecayTable ( G4ParticleDefinition theParentNucleus)

Definition at line 687 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::SelectAllVolumes ( )

Definition at line 300 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::SelectAVolume ( const G4String  aVolume)

Definition at line 248 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

void G4RadioactiveDecay::SetAnalogueMonteCarlo ( G4bool  r)
inline

Definition at line 184 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

void G4RadioactiveDecay::SetARM ( G4bool  arm)
inline

Definition at line 126 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

void G4RadioactiveDecay::SetBRBias ( G4bool  r)
inline

Definition at line 198 of file G4RadioactiveDecay.hh.

Here is the call graph for this function:

void G4RadioactiveDecay::SetDecayBias ( G4String  filename)

Definition at line 1407 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

void G4RadioactiveDecay::SetDecayCollimation ( const G4ThreeVector theDir,
G4double  halfAngle = 0.*CLHEP::deg 
)
inline

Definition at line 227 of file G4RadioactiveDecay.hh.

Here is the call graph for this function:

void G4RadioactiveDecay::SetDecayDirection ( const G4ThreeVector theDir)
inline

Definition at line 213 of file G4RadioactiveDecay.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::SetDecayHalfAngle ( G4double  halfAngle = 0.*CLHEP::deg)
inline

Definition at line 221 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

void G4RadioactiveDecay::SetDecayRate ( G4int  theZ,
G4int  theA,
G4double  theE,
G4int  theG,
std::vector< G4double theRates,
std::vector< G4double theTaos 
)

Definition at line 1048 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RadioactiveDecay::SetFBeta ( G4bool  r)
inline

Definition at line 191 of file G4RadioactiveDecay.hh.

void G4RadioactiveDecay::SetHLThreshold ( G4double  hl)
inline

Definition at line 120 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

void G4RadioactiveDecay::SetICM ( G4bool  icm)
inline

Definition at line 123 of file G4RadioactiveDecay.hh.

Here is the caller graph for this function:

void G4RadioactiveDecay::SetNucleusLimits ( G4NucleusLimits  theNucleusLimits1)
inline

Definition at line 174 of file G4RadioactiveDecay.hh.

void G4RadioactiveDecay::SetSourceTimeProfile ( G4String  filename)

Definition at line 1368 of file G4RadioactiveDecay.cc.

Here is the call graph for this function:

void G4RadioactiveDecay::SetSplitNuclei ( G4int  r)
inline

Definition at line 204 of file G4RadioactiveDecay.hh.

Here is the call graph for this function:

void G4RadioactiveDecay::SetVerboseLevel ( G4int  value)
inline

Definition at line 168 of file G4RadioactiveDecay.hh.


The documentation for this class was generated from the following files: