Geant4 10.7.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 ()
 
virtual void ConstructParticle ()=0
 
virtual void ConstructProcess ()=0
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int GetInstanceID () const
 
virtual void TerminateWorker ()
 

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
 
G4String namePhysics
 
G4int typePhysics
 
G4ParticleTabletheParticleTable
 
G4int g4vpcInstanceID
 
- 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 50 of file G4RadioactiveDecayPhysics.cc.

51: G4VPhysicsConstructor("G4RadioactiveDecay")
52{
53 // hadronic physics extra configuration
55 deex->SetStoreICLevelData(true);
56 deex->SetMaxLifeTime(G4NuclideTable::GetInstance()->GetThresholdOfHalfLife()
57 /std::log(2.));
58 deex->SetIsomerProduction(true);
59}
G4DeexPrecoParameters * GetParameters()
static G4NuclearLevelData * GetInstance()
static G4NuclideTable * GetInstance()

◆ G4RadioactiveDecayPhysics() [2/2]

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

◆ ~G4RadioactiveDecayPhysics()

G4RadioactiveDecayPhysics::~G4RadioactiveDecayPhysics ( )
override

Definition at line 67 of file G4RadioactiveDecayPhysics.cc.

68{}

Member Function Documentation

◆ ConstructParticle()

void G4RadioactiveDecayPhysics::ConstructParticle ( )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 72 of file G4RadioactiveDecayPhysics.cc.

73{
75}
static G4GenericIon * GenericIon()
Definition: G4GenericIon.cc:92

◆ ConstructProcess()

void G4RadioactiveDecayPhysics::ConstructProcess ( )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 79 of file G4RadioactiveDecayPhysics.cc.

80{
81 // EM physics extra configuration
82 // this physics constructor should be defined after EM constructor
85
88
89 // EM physics constructors are not used
90 if( ad == nullptr ) {
91 ad = new G4UAtomicDeexcitation();
92 man->SetAtomDeexcitation(ad);
93 man->ResetParameters();
94 }
95
98}
static G4EmParameters * Instance()
void SetDeexcitationIgnoreCut(G4bool val)
void SetAugerCascade(G4bool val)
void SetAtomDeexcitation(G4VAtomDeexcitation *)
static G4LossTableManager * Instance()
G4VAtomDeexcitation * AtomDeexcitation()
static G4PhysicsListHelper * GetPhysicsListHelper()
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)

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