#include <G4PreCompoundFragment.hh>
Definition at line 43 of file G4PreCompoundFragment.hh.
◆ G4PreCompoundFragment() [1/2]
◆ ~G4PreCompoundFragment()
| G4PreCompoundFragment::~G4PreCompoundFragment |
( |
| ) |
|
|
overridedefault |
◆ G4PreCompoundFragment() [2/2]
◆ CrossSection()
Definition at line 50 of file G4PreCompoundFragment.cc.
51{
52
56 }
58 recentXS = GetOpt0(ekin);
59 }
else if (
OPTxs == 1) {
64 if (e == 0.0) { e = lim; }
66 e = std::max(e, K);
67 recentXS =
fXSection->GetElementCrossSection(e, Z)/CLHEP::millibarn;
69
70 }
else if (
OPTxs == 2) {
75
76 } else {
80 }
81 return recentXS;
82}
static G4double ComputeCrossSection(G4double K, G4double cb, G4double resA13, G4double amu1, G4int idx, G4int Z, G4int resA)
static G4double ComputePowerParameter(G4int resA, G4int idx)
static G4double ComputeCrossSection(G4double K, G4double cb, G4double resA13, G4double amu1, G4int idx, G4int Z, G4int A, G4int resA)
G4InterfaceToXS * fXSection
G4double theCoulombBarrier
virtual G4double GetAlpha() const =0
virtual G4double GetBeta() const
Referenced by G4PreCompoundIon::ProbabilityDistributionFunction(), and G4PreCompoundNucleon::ProbabilityDistributionFunction().
◆ operator!=()
◆ operator=()
◆ operator==()
◆ RecentXS()
| G4double G4PreCompoundFragment::RecentXS |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: