#include <G4PreCompoundTriton.hh>
Definition at line 40 of file G4PreCompoundTriton.hh.
◆ G4PreCompoundTriton() [1/2]
G4PreCompoundTriton::G4PreCompoundTriton |
( |
| ) |
|
Definition at line 47 of file G4PreCompoundTriton.cc.
49{}
G4PreCompoundIon(const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
static G4Triton * Triton()
◆ ~G4PreCompoundTriton()
G4PreCompoundTriton::~G4PreCompoundTriton |
( |
| ) |
|
|
overridedefault |
◆ G4PreCompoundTriton() [2/2]
◆ CoalescenceFactor()
◆ FactorialFactor()
◆ GetAlpha()
G4double G4PreCompoundTriton::GetAlpha |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ GetRj()
Implements G4PreCompoundIon.
Definition at line 61 of file G4PreCompoundTriton.cc.
62{
64 if(nCharged >= 1 && (nParticles-nCharged) >= 2) {
66 rj = (3*nCharged*(nParticles-nCharged)*(nParticles-nCharged-1))
67 /denominator;
68 }
69 return rj;
70}
◆ operator!=()
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following files: