#include <G4PreCompoundFragment.hh>
Definition at line 43 of file G4PreCompoundFragment.hh.
◆ G4PreCompoundFragment() [1/2]
◆ ~G4PreCompoundFragment()
G4PreCompoundFragment::~G4PreCompoundFragment |
( |
| ) |
|
|
overridedefault |
◆ G4PreCompoundFragment() [2/2]
◆ CalcEmissionProbability()
◆ CrossSection()
Definition at line 94 of file G4PreCompoundFragment.cc.
95{
96
97
98
99
100
101
105 }
107 recentXS = GetOpt0(ekin);
108 }
else if (
OPTxs == 1) {
110
111 recentXS =
fXSection->GetElementCrossSection(ekin, Z)/CLHEP::millibarn;
112
113 }
else if (
OPTxs == 2) {
118
119 } else {
123 }
124 return recentXS;
125}
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
Referenced by G4PreCompoundIon::ProbabilityDistributionFunction(), and G4PreCompoundNucleon::ProbabilityDistributionFunction().
◆ operator!=()
◆ operator=()
◆ operator==()
◆ ProbabilityDistributionFunction()
◆ RecentXS()
G4double G4PreCompoundFragment::RecentXS |
( |
| ) |
const |
|
inline |
◆ SampleKineticEnergy()
Implements G4VPreCompoundFragment.
Definition at line 136 of file G4PreCompoundFragment.cc.
137{
140 probmax *= toler;
142 CLHEP::HepRandomEngine* rndm = G4Random::getTheEngine();
144 for(i=0; i<100; ++i) {
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161 if(probmax*rndm->
flat() <= prob) {
break; }
162 }
163
164
165
166
167
168 return T;
169}
virtual G4double ProbabilityDistributionFunction(G4double ekin, const G4Fragment &aFragment)=0
The documentation for this class was generated from the following files: