#include <G4PreCompoundNucleon.hh>
Definition at line 40 of file G4PreCompoundNucleon.hh.
◆ G4PreCompoundNucleon() [1/2]
◆ ~G4PreCompoundNucleon()
G4PreCompoundNucleon::~G4PreCompoundNucleon |
( |
| ) |
|
|
overridedefault |
◆ G4PreCompoundNucleon() [2/2]
◆ GetRj()
virtual G4double G4PreCompoundNucleon::GetRj |
( |
G4int | NumberParticles, |
|
|
G4int | NumberCharged ) const |
|
protectedpure virtual |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ ProbabilityDistributionFunction()
Implements G4PreCompoundFragment.
Definition at line 52 of file G4PreCompoundNucleon.cc.
55{
60
61 static const G4double sixoverpi2 = 6.0/CLHEP::pi2;
64
65 G4double A0 = (P*P+H*H+P-3*H)/(4.0*g0);
67
69 if (E0 <= 0.0) { return 0.0; }
70
72 if (E1 <= 0.0) { return 0.0; }
73
76
77 if (rj < 0.0 || xs < 0.0) { return 0.0; }
78
79 static const G4double fact = 2*CLHEP::millibarn
80 /(CLHEP::pi2*CLHEP::hbarc*CLHEP::hbarc*CLHEP::hbarc);
82 *
g4calc->powN(g1*E1/(g0*E0),
N-2) * g1 / (E0*g0*g0);
83
84
85
86
88}
G4int GetNumberOfParticles() const
G4int GetNumberOfHoles() const
G4double GetExcitationEnergy() const
G4int GetNumberOfCharged() const
G4double CrossSection(G4double ekin)
virtual G4double GetRj(G4int NumberParticles, G4int NumberCharged) const =0
G4NuclearLevelData * fNucData
G4double theBindingEnergy
G4double Probability(const G4int A, const G4FermiFragment *f1, const G4FermiFragment *f2, const G4double mass, const G4double exc)
The documentation for this class was generated from the following files: