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

#include <G4BetaMinusDecay.hh>

+ Inheritance diagram for G4BetaMinusDecay:

Public Member Functions

 G4BetaMinusDecay (const G4ParticleDefinition *theParentNucleus, const G4double &theBR, const G4double &endpointE, const G4double &ex, const G4Ions::G4FloatLevelBase &flb, const G4BetaDecayType &type)
 
 ~G4BetaMinusDecay () override=default
 
G4DecayProductsDecayIt (G4double) override
 
void DumpNuclearInfo () override
 
- Public Member Functions inherited from G4NuclearDecay
 G4NuclearDecay (const G4String &channelName, const G4RadioactiveDecayMode &mode, const G4double &excitation, const G4Ions::G4FloatLevelBase &floatingLevel)
 
 ~G4NuclearDecay () override=default
 
G4bool IsOKWithParentMass (G4double parentMass) override
 
G4RadioactiveDecayMode GetDecayMode () const
 
G4double GetDaughterExcitation () const
 
G4Ions::G4FloatLevelBase GetFloatingLevel () const
 
G4ParticleDefinitionGetDaughterNucleus ()
 
- Public Member Functions inherited from G4VDecayChannel
 G4VDecayChannel (const G4String &aName, G4int Verbose=1)
 
 G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="", const G4String &theDaughterName5="")
 
virtual ~G4VDecayChannel ()
 
G4bool operator== (const G4VDecayChannel &r) const
 
G4bool operator!= (const G4VDecayChannel &r) const
 
G4bool operator< (const G4VDecayChannel &right) const
 
const G4StringGetKinematicsName () const
 
G4double GetBR () const
 
G4int GetNumberOfDaughters () const
 
G4ParticleDefinitionGetParent ()
 
G4ParticleDefinitionGetDaughter (G4int anIndex)
 
G4int GetAngularMomentum ()
 
const G4StringGetParentName () const
 
const G4StringGetDaughterName (G4int anIndex) const
 
G4double GetParentMass () const
 
G4double GetDaughterMass (G4int anIndex) const
 
void SetParent (const G4ParticleDefinition *particle_type)
 
void SetParent (const G4String &particle_name)
 
void SetBR (G4double value)
 
void SetNumberOfDaughters (G4int value)
 
void SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type)
 
void SetDaughter (G4int anIndex, const G4String &particle_name)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void DumpInfo ()
 
G4double GetRangeMass () const
 
void SetRangeMass (G4double val)
 
void SetPolarization (const G4ThreeVector &)
 
const G4ThreeVectorGetPolarization () const
 

Additional Inherited Members

- Protected Member Functions inherited from G4VDecayChannel
 G4VDecayChannel ()
 
 G4VDecayChannel (const G4VDecayChannel &)
 
G4VDecayChanneloperator= (const G4VDecayChannel &)
 
void ClearDaughtersName ()
 
void CheckAndFillDaughters ()
 
void CheckAndFillParent ()
 
G4double DynamicalMass (G4double massPDG, G4double width, G4double maxDev=1.0) const
 
- Protected Attributes inherited from G4NuclearDecay
const G4RadioactiveDecayMode theMode
 
- Protected Attributes inherited from G4VDecayChannel
G4String kinematics_name = ""
 
G4double rbranch = 0.0
 
G4Stringparent_name = nullptr
 
G4String ** daughters_name = nullptr
 
G4double rangeMass = 2.5
 
G4ThreeVector parent_polarization
 
G4ParticleTableparticletable = nullptr
 
G4ParticleDefinitionG4MT_parent = nullptr
 
G4ParticleDefinition ** G4MT_daughters = nullptr
 
G4double G4MT_parent_mass = 0.0
 
G4doubleG4MT_daughters_mass = nullptr
 
G4doubleG4MT_daughters_width = nullptr
 
G4Mutex daughtersMutex
 
G4Mutex parentMutex
 
G4int numberOfDaughters = 0
 
G4int verboseLevel = 1
 
- Static Protected Attributes inherited from G4VDecayChannel
static const G4String noName = " "
 

Detailed Description

Definition at line 46 of file G4BetaMinusDecay.hh.

Constructor & Destructor Documentation

◆ G4BetaMinusDecay()

G4BetaMinusDecay::G4BetaMinusDecay ( const G4ParticleDefinition * theParentNucleus,
const G4double & theBR,
const G4double & endpointE,
const G4double & ex,
const G4Ions::G4FloatLevelBase & flb,
const G4BetaDecayType & type )

Definition at line 55 of file G4BetaMinusDecay.cc.

60 : G4NuclearDecay("beta- decay", BetaMinus, excitationE, flb),
61 maxEnergy(e0/eMass),
62 estep(maxEnergy/(G4double)(npti - 1))
63{
64 SetParent(theParentNucleus); // Store name of parent nucleus, delete G4MT_parent
65 SetBR(branch);
67
68 fPrimaryIon = theParentNucleus;
69 fLepton = G4Electron::Electron();
71
73 G4int daughterZ = theParentNucleus->GetAtomicNumber() + 1;
74 G4int daughterA = theParentNucleus->GetAtomicMass();
75 fResIon = const_cast<const G4ParticleDefinition*>(theIonTable->GetIon(daughterZ, daughterA,
76 excitationE, flb));
77 parentMass = theParentNucleus->GetPDGMass();
78 resMass = fResIon->GetPDGMass();
79
80 SetUpBetaSpectrumSampler(daughterZ, daughterA, betaType);
81
82 SetDaughter(0, fResIon);
83 SetDaughter(1, fLepton);
84 SetDaughter(2, fNeutrino);
85
86 // Fill G4MT_parent with theParentNucleus (stored by SetParent in ctor)
88
89 // Fill G4MT_daughters with e-, nu and residual nucleus (stored by SetDaughter)
91}
double G4double
Definition G4Types.hh:83
int G4int
Definition G4Types.hh:85
static G4AntiNeutrinoE * AntiNeutrinoE()
static G4Electron * Electron()
Definition G4Electron.cc:91
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
G4NuclearDecay(const G4String &channelName, const G4RadioactiveDecayMode &mode, const G4double &excitation, const G4Ions::G4FloatLevelBase &floatingLevel)
G4int GetAtomicNumber() const
G4int GetAtomicMass() const
G4IonTable * GetIonTable() const
static G4ParticleTable * GetParticleTable()
void SetBR(G4double value)
void SetNumberOfDaughters(G4int value)
void SetDaughter(G4int anIndex, const G4ParticleDefinition *particle_type)
void SetParent(const G4ParticleDefinition *particle_type)

◆ ~G4BetaMinusDecay()

G4BetaMinusDecay::~G4BetaMinusDecay ( )
overridedefault

Member Function Documentation

◆ DecayIt()

G4DecayProducts * G4BetaMinusDecay::DecayIt ( G4double )
overridevirtual

Implements G4VDecayChannel.

Definition at line 93 of file G4BetaMinusDecay.cc.

94{
95 // Set up final state
96 // parentParticle is set at rest here because boost with correct momentum
97 // is done later
98 G4DynamicParticle prim(fPrimaryIon, G4ThreeVector(0,0,1), 0.0);
99 G4DecayProducts* products = new G4DecayProducts(prim);
100
101 // Generate electron isotropic in angle, with energy from stored spectrum
102 const G4double eKE = eMass*G4BetaSpectrumSampler::shoot(npti, cdf, estep);
103
104 G4double eMomentum = std::sqrt(eKE*(eKE + 2.*eMass));
106 G4DynamicParticle* dp = new G4DynamicParticle(fLepton, dir, eKE);
107 products->PushProducts(dp);
108 /*
109 G4cout << "G4BetaPlusDecay::DecayIt: " << fPrimaryIon->GetParticleName()
110 << " -> " << fResIon->GetParticleName() << " + " << fLepton->GetParticleName()
111 << " + " << fNeutrino->GetParticleName() << " Ee(MeV)=" << eKE
112 << G4endl;
113 */
114
115 // 4-momentum of residual ion and neutrino
116 G4LorentzVector lv(-eMomentum*dir.x(), -eMomentum*dir.y(), -eMomentum*dir.z(),
117 parentMass - eKE - eMass);
118
119 // centrum of mass system
120 G4double M = lv.mag();
121 const G4double elim = CLHEP::eV;
122 G4double edel = M - resMass;
123 // Free energy should be above limit
124 if (edel >= elim) {
125 // neutrino
126 G4double eNu = 0.5*(M - resMass*resMass/M);
127 G4LorentzVector lvnu(eNu*G4RandomDirection(), eNu);
128 lvnu.boost(lv.boostVector());
129 dir = lvnu.vect().unit();
130 dp = new G4DynamicParticle(fNeutrino, dir, lvnu.e());
131 products->PushProducts(dp);
132
133 // residual
134 lv -= lvnu;
135 dir = lv.vect().unit();
136 G4double ekin = std::max(lv.e() - resMass, 0.0);
137 dp = new G4DynamicParticle(fResIon, dir, ekin);
138 products->PushProducts(dp);
139
140 } else {
141 // neglecting relativistic kinematic and giving some energy to neutrino
142 dp = new G4DynamicParticle(fNeutrino, G4RandomDirection(), elim);
143 products->PushProducts(dp);
144 dp = new G4DynamicParticle(fResIon, G4ThreeVector(0.0,0.0,1.0), 0.0);
145 products->PushProducts(dp);
146 }
147
148 return products;
149}
#define M(row, col)
G4ThreeVector G4RandomDirection()
CLHEP::Hep3Vector G4ThreeVector
double z() const
Hep3Vector unit() const
double x() const
double y() const
static G4double shoot(const G4int npoints, const G4double *aCDF, const G4double estep)
G4int PushProducts(G4DynamicParticle *aParticle)

◆ DumpNuclearInfo()

void G4BetaMinusDecay::DumpNuclearInfo ( )
overridevirtual

Implements G4NuclearDecay.

Definition at line 190 of file G4BetaMinusDecay.cc.

191{
192 G4cout << " G4BetaMinusDecay " << fPrimaryIon->GetParticleName()
193 << " -> " << fResIon->GetParticleName() << " + " << fLepton->GetParticleName()
194 << " + " << fNeutrino->GetParticleName() << " Eemax(MeV)="
195 << maxEnergy*eMass << " BR=" << GetBR() << "%" << G4endl;
196}
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
const G4String & GetParticleName() const
G4double GetBR() const

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