#include <G4PreCompoundAlpha.hh>
Definition at line 40 of file G4PreCompoundAlpha.hh.
◆ G4PreCompoundAlpha() [1/2]
G4PreCompoundAlpha::G4PreCompoundAlpha |
( |
| ) |
|
Definition at line 47 of file G4PreCompoundAlpha.cc.
49{}
G4PreCompoundIon(const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
◆ ~G4PreCompoundAlpha()
G4PreCompoundAlpha::~G4PreCompoundAlpha |
( |
| ) |
|
|
overridedefault |
◆ G4PreCompoundAlpha() [2/2]
◆ CoalescenceFactor()
◆ FactorialFactor()
◆ GetAlpha()
G4double G4PreCompoundAlpha::GetAlpha |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ GetRj()
Implements G4PreCompoundIon.
Definition at line 84 of file G4PreCompoundAlpha.cc.
85{
87 if(nCharged >=2 && (nParticles-nCharged) >=2 ) {
89 (nParticles*(nParticles-1))*((nParticles-2)*(nParticles-3));
90 rj = (6.0*nCharged*(nCharged-1))*
91 ((nParticles-nCharged)*(nParticles-nCharged-1))/denominator;
92 }
93 return rj;
94}
◆ operator!=()
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following files: