90{
93
94 G4int A = theNucleus.GetA_asInt();
95 G4int Z = theNucleus.GetZ_asInt();
96
98
99
102
106
107
108
109
110 if(A <= 4) {
111
113
114 if(M - mass <= lowestEnergyLimit) {
116 }
117
119 G4cout <<
"G4NeutronRadCapture::DoIt: Eini(MeV)="
121 << (M - mass)/MeV
122 <<
" Z= " << Z <<
" A= " << A <<
G4endl;
123 }
124 G4double e1 = (M - mass)*(M + mass)/(2*M);
126 lv2.boost(bst);
131 delete news;
132
134
135 lab4mom -= lv2;
138 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
141
143 G4cout <<
"Gamma 4-mom: " << lv2 <<
" "
145 }
146 if(theDef) {
150 delete news;
151 }
152
153
154 } else {
155
156
157 if(M < mass) {
158 G4double etot = std::max(mass, lab4mom.
e());
159 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
161 lab4mom.
set(v.
x()*ptot,v.
y()*ptot,v.
z()*ptot,etot);
162 }
163
165
167 G4cout <<
"G4NeutronRadCapture::ApplyYourself initial G4Fragmet:"
170 }
171
172
173
174
177 fv->push_back(aFragment);
178 size_t n = fv->size();
179
181 G4cout <<
"G4NeutronRadCapture: " <<
n <<
" final particle icID= " << icID <<
G4endl;
182 }
183 for(
size_t i=0; i<
n; ++i) {
184
187
190
195 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
197 else {
199 if(eexc <= minExcitation) { eexc = 0.0; }
201
202
203
204
205
206 }
210 << " Ekin(MeV)= " << etot/MeV
213 }
217 ekin));
219 if(timeF < 0.0) { timeF = 0.0; }
223 delete news;
224 delete f;
225 }
226 delete fv;
227 }
228
230}
double A(double temperature)
std::vector< G4Fragment * > G4FragmentVector
G4ThreeVector G4RandomDirection()
G4GLOB_DLL std::ostream G4cout
Hep3Vector boostVector() const
void set(double x, double y, double z, double t)
static G4Deuteron * Deuteron()
G4double GetExcitationEnergy() const
const G4LorentzVector & GetMomentum() const
G4double GetCreationTime() const
const G4ParticleDefinition * GetParticleDefinition() const
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP, G4int mod=-1)
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4double GetGlobalTime() const
void SetTime(G4double aT)
void SetCreatorModelType(G4int idx)
G4HadFinalState theParticleChange
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4double GetPDGMass() const
const G4String & GetParticleName() const
static G4Triton * Triton()
G4FragmentVector * BreakUpFragment(G4Fragment *theNucleus)