Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4RadioactiveDecayPhysics Class Reference

#include <G4RadioactiveDecayPhysics.hh>

Inheritance diagram for G4RadioactiveDecayPhysics:

Public Member Functions

 G4RadioactiveDecayPhysics (G4int verbose=1)
 G4RadioactiveDecayPhysics (const G4String &name, G4int verbose=1)
 ~G4RadioactiveDecayPhysics () override
void ConstructParticle () override
void ConstructProcess () override
Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
virtual ~G4VPhysicsConstructor ()
void SetPhysicsName (const G4String &="")
const G4StringGetPhysicsName () const
void SetPhysicsType (G4int)
G4int GetPhysicsType () const
G4int GetInstanceID () const
virtual void TerminateWorker ()
void SetVerboseLevel (G4int value)
G4int GetVerboseLevel () const

Additional Inherited Members

Static Public Member Functions inherited from G4VPhysicsConstructor
static const G4VPCManagerGetSubInstanceManager ()
Protected Types inherited from G4VPhysicsConstructor
using PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V
Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
PhysicsBuilder_V GetBuilders () const
void AddBuilder (G4PhysicsBuilderInterface *bld)
Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel = 0
G4String namePhysics = ""
G4int typePhysics = 0
G4ParticleTabletheParticleTable = nullptr
G4int g4vpcInstanceID = 0
Static Protected Attributes inherited from G4VPhysicsConstructor
static G4RUN_DLL G4VPCManager subInstanceManager

Detailed Description

Definition at line 36 of file G4RadioactiveDecayPhysics.hh.

Constructor & Destructor Documentation

◆ G4RadioactiveDecayPhysics() [1/2]

G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics ( G4int verbose = 1)

Definition at line 52 of file G4RadioactiveDecayPhysics.cc.

53: G4VPhysicsConstructor("G4RadioactiveDecay")
54{
56 SetVerboseLevel(ver);
57
58 // hadronic physics extra configuration
59 G4DeexPrecoParameters* deex = G4NuclearLevelData::GetInstance()->GetParameters();
60 deex->SetStoreICLevelData(true);
61 deex->SetMaxLifeTime(G4NuclideTable::GetInstance()->GetThresholdOfHalfLife()
62 /std::log(2.));
63 deex->SetIsomerProduction(true);
64}
G4DeexPrecoParameters * GetParameters()
static G4NuclearLevelData * GetInstance()
static G4NuclideTable * GetInstance()
static void InitialiseParameters()
G4VPhysicsConstructor(const G4String &="")
void SetVerboseLevel(G4int value)

Referenced by G4RadioactiveDecayPhysics().

◆ G4RadioactiveDecayPhysics() [2/2]

G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics ( const G4String & name,
G4int verbose = 1 )

Definition at line 66 of file G4RadioactiveDecayPhysics.cc.

◆ ~G4RadioactiveDecayPhysics()

G4RadioactiveDecayPhysics::~G4RadioactiveDecayPhysics ( )
override

Definition at line 72 of file G4RadioactiveDecayPhysics.cc.

73{}

Member Function Documentation

◆ ConstructParticle()

void G4RadioactiveDecayPhysics::ConstructParticle ( )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 77 of file G4RadioactiveDecayPhysics.cc.

78{
80}
static G4GenericIon * GenericIon()

◆ ConstructProcess()

void G4RadioactiveDecayPhysics::ConstructProcess ( )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 84 of file G4RadioactiveDecayPhysics.cc.

85{
86 // EM physics extra configuration
87 // this physics constructor should be defined after EM constructor
90
91 G4LossTableManager* man = G4LossTableManager::Instance();
92 G4VAtomDeexcitation* ad = man->AtomDeexcitation();
93
94 // EM physics constructors are not used
95 if( ad == nullptr ) {
96 ad = new G4UAtomicDeexcitation();
97 man->SetAtomDeexcitation(ad);
98 man->ResetParameters();
99 }
100
103
104 // Triton (which is not a generic ion) is the only light ion that decays.
105 // Note that the anti_triton does not have beta decay, because RadioactiveDecay,
106 // in its current implementation, does not handle any kind of anti-ions:
107 // in practice, this is an acceptable approximation because of its relatively
108 // long lifetime and the fact that annihilation and nuclear capture
109 // are more likely to happen before decay.
112}
G4RadioactiveDecay G4Radioactivation
static G4EmParameters * Instance()
void SetDeexcitationIgnoreCut(G4bool val)
void SetAuger(G4bool val)
void SetAtomDeexcitation(G4VAtomDeexcitation *)
static G4LossTableManager * Instance()
G4VAtomDeexcitation * AtomDeexcitation()
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4Triton * Triton()
Definition G4Triton.cc:90
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)

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