57 photonEvaporation(nullptr),lab4mom(0.,0.,0.,0.)
119 G4cout <<
"G4NeutronRadCapture::DoIt: Eini(MeV)="
122 <<
" Z= " << Z <<
" A= " << A <<
G4endl;
138 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
143 G4cout <<
"Gamma 4-mom: " << lv2 <<
" "
159 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
167 G4cout <<
"G4NeutronRadCapture::ApplyYourself initial G4Fragmet:"
177 fv->push_back(aFragment);
178 size_t n = fv->size();
181 G4cout <<
"G4NeutronRadCapture: " << n <<
" final particle icID= " <<
icID <<
G4endl;
183 for(
size_t i=0; i<
n; ++i) {
195 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
210 <<
" Ekin(MeV)= " << etot/
MeV
219 if(timeF < 0.0) { timeF = 0.0; }