114 G4double factT = T/CLHEP::STP_Temperature;
116 if (ekin >= emaxT*factT || fManagerHP->GetNeglectDoppler()) {
117 lab4mom.set(0.,0.,0.,mass);
120 G4double lambda = 1.0/(CLHEP::k_Boltzmann*T);
121 G4double erand = G4RandGamma::shoot(2.0, lambda);
123 lab4mom.set(mom.x(), mom.y(), mom.z(), mass + erand);
136 G4double etot = std::max(mass, lab4mom.e());
137 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
139 lab4mom.set(v.
x()*ptot,v.
y()*ptot,v.
z()*ptot,etot);
145 G4cout <<
"G4NeutronFissionVI::ApplyYourself initial G4Fragmet:"
153 fFission->GetEmissionProbability(aFragment);
154 G4Fragment* frag = fFission->EmittedFragment(aFragment);
156 if (
nullptr != frag) {
158 for (
auto & p : *v) {
166 G4cout <<
"G4NeutronFissionVI: " <<
final->size()
167 <<
" final particle secID= " << secID <<
G4endl;
169 for (
auto const & ptr : *
final) {
170 G4double etot = ptr->GetTotalEnergy();
172 ekin = std::max(0.0, etot - theDef->
GetPDGMass());
175 <<
" Ekin(MeV)= " << ekin/MeV
176 <<
" p: " << ptr->GetMomentum()
181 G4double timeF = std::max(ptr->GetFormationTime(), 0.0);
G4double GetPDGMass() const
const G4String & GetParticleName() const
G4IonTable * GetIonTable() const
static G4ParticleTable * GetParticleTable()