53 material_cache = NULL;
63 delete theCrossSections;
86 if ( dp->
GetKineticEnergy() == ke_cache && element == element_cache && material == material_cache )
return xs_cache;
89 element_cache = element;
110 throw G4HadronicException(__FILE__, __LINE__,
"Attempt to use NeutronHP data for particles other than neutrons!!!");
113 if ( getenv(
"G4NEUTRONHP_NEGLECT_DOPPLER" ) )
115 G4cout <<
"Find environment variable of \"G4NEUTRONHP_NEGLECT_DOPPLER\"." <<
G4endl;
116 G4cout <<
"On the fly Doppler broadening will be neglect in the cross section calculation of elastic scattering of neutrons (<20MeV)." <<
G4endl;
123 if ( theCrossSections == NULL )
131 for(
size_t i=0; i<numberOfElements; ++i )
142 throw G4HadronicException(__FILE__, __LINE__,
"Attempt to use NeutronHP data for particles other than neutrons!!!");
153 G4cout <<
"Elastic Cross Section of Neutron HP"<<
G4endl;
154 G4cout <<
"(Pointwise cross-section at 0 Kelvin.)" <<
G4endl;
163 for (
size_t i = 0 ; i < numberOfElements ; ++i )
170 for ( ie = 0 ; ie < 130 ; ie++ )
172 G4double eKinetic = 1.0e-5 * std::pow ( 10.0 , ie/10.0 ) *
eV;
173 G4bool outOfRange =
false;
175 if ( eKinetic < 20*
MeV )
177 G4cout << eKinetic/
eV <<
" " << (*((*theCrossSections)(i))).GetValue(eKinetic, outOfRange)/
barn <<
G4endl;
217 return ( (*((*theCrossSections)(index))).GetValue(eKinetic, outOfRange) )* factor;
222 theNeutron.SetKineticEnergy( eKinetic );
245 while(counter == 0 || std::abs(buffer-result/std::max(1,counter)) > 0.03*buffer)
247 if(counter) buffer = result/counter;
252 boosted.
Lorentz(theNeutron, aThermalNuc);
254 aXsection = (*((*theCrossSections)(
index))).GetValue(theEkin, outOfRange);
257 aXsection *= (targetVelocity-neutronVelocity).mag()/neutronVMag;