124 G4double factT = T/CLHEP::STP_Temperature;
126 if (ekin >= emaxT*factT || fManagerHP->GetNeglectDoppler()) {
127 lab4mom.set(0.,0.,0.,mass);
129 G4double lambda = 1.0/(CLHEP::k_Boltzmann*T);
130 G4double erand = G4RandGamma::shoot(2.0, lambda);
132 lab4mom.set(mom.x(), mom.y(), mom.z(), mass + erand);
147 G4cout <<
"G4NeutronRadCaptureHP::DoIt: Eini(MeV)="
148 << ekin/MeV <<
" Eexc(MeV)= "
150 <<
" Z= " << Z <<
" A= " <<
A <<
G4endl;
152 if (
M - mass > lowestEnergyLimit) {
158 G4cout <<
"Gamma 4-mom: " << lv2 <<
" Escm(MeV)=" << e1/CLHEP::MeV <<
G4endl;
173 else if (Z == 2 &&
A == 3) {theDef =
G4He3::He3(); }
175 else { theDef = theTableOfIons->GetIon(Z,
A, 0.0,
noFloat, 0); }
177 if (
nullptr != theDef) {
191 G4double etot = std::max(mass, lab4mom.e());
192 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
194 lab4mom.set(v.
x()*ptot,v.
y()*ptot,v.
z()*ptot,etot);
200 G4cout <<
"G4NeutronRadCaptureHP::ApplyYourself initial G4Fragmet:"
210 fv->push_back(aFragment);
213 G4cout <<
"G4NeutronRadCaptureHP: " << fv->size() <<
" final particle icID= "
216 for (
auto const & f : *fv) {
217 G4double etot = f->GetMomentum().e();
223 if (0 == Z && 0 ==
A) { theDef = f->GetParticleDefinition(); }
226 else if (Z == 2 &&
A == 3) { theDef =
G4He3::He3(); }
229 G4double eexc = f->GetExcitationEnergy();
230 if (eexc <= minExcitation) { eexc = 0.0; }
231 theDef = theTableOfIons->GetIon(Z,
A, eexc,
noFloat, 0);
238 ekin = std::max(0.0, etot - theDef->
GetPDGMass());
241 <<
" Ekin(MeV)= " << ekin/MeV
242 <<
" p: " << f->GetMomentum().vect()
247 f->GetMomentum().vect().unit(),
249 G4double timeF = std::max(f->GetCreationTime(), 0.0);
251 if (theDef == electron) {
G4double GetPDGMass() const
const G4String & GetParticleName() const
G4IonTable * GetIonTable() const
static G4ParticleTable * GetParticleTable()