49 const char* dataDirVariable;
52 dataDirVariable =
"G4NEUTRONHPDATA";
54 dataDirVariable =
"G4PROTONHPDATA";
55 particleName =
"Proton";
57 dataDirVariable =
"G4DEUTERONHPDATA";
58 particleName =
"Deuteron";
60 dataDirVariable =
"G4TRITONHPDATA";
61 particleName =
"Triton";
63 dataDirVariable =
"G4HE3HPDATA";
66 dataDirVariable =
"G4ALPHAHPDATA";
67 particleName =
"Alpha";
69 G4String message(
"G4ParticleHPInelasticData may only be called for neutron, proton, deuteron, triton, He3 or alpha, while it is called for " + projectile->
GetParticleName());
74 dataName.at(0) = toupper(dataName.at(0)) ;
77 if ( !getenv(dataDirVariable) && !getenv(
"G4PARTICLEHPDATA" ) ){
83 if ( getenv(dataDirVariable) ) {
84 dirName = getenv(dataDirVariable);
86 G4String baseName = getenv(
"G4PARTICLEHPDATA" );
87 dirName = baseName +
"/" + particleName;
89 G4cout <<
"@@@ G4ParticleHPInelasticData instantiated for particle " << projectile->
GetParticleName() <<
" data directory variable is " << dataDirVariable <<
" pointing to " << dirName <<
G4endl;
96 theProjectile=projectile;
99 instanceOfWorker =
false;
103 instanceOfWorker =
true;
105 element_cache = NULL;
106 material_cache = NULL;
113 if ( theCrossSections != NULL && instanceOfWorker !=
true ) {
115 delete theCrossSections;
116 theCrossSections = NULL;
118 if ( theHPData != NULL && instanceOfWorker !=
true ) {
143 if ( dp->
GetKineticEnergy() == ke_cache && element == element_cache && material == material_cache )
return xs_cache;
146 element_cache = element;
147 material_cache = material;
172 G4cout <<
"Find a flag of \"G4PHP_NEGLECT_DOPPLER\"." <<
G4endl;
173 G4cout <<
"On the fly Doppler broadening will be neglect in the cross section calculation of inelastic scattering of neutrons (<20MeV)." <<
G4endl;
191 if ( theCrossSections == NULL )
201 for(
size_t i=0; i<numberOfElements; ++i )
215 if(&projectile!=theProjectile)
216 throw G4HadronicException(__FILE__, __LINE__,
"Attempt to use ParticleHP data for a wrong projectile!!!");
227 G4cout <<
"Inelastic Cross Section of Neutron HP"<<
G4endl;
228 G4cout <<
"(Pointwise cross-section at 0 Kelvin.)" <<
G4endl;
238 for (
size_t i = 0 ; i < numberOfElements ; ++i )
245 for ( ie = 0 ; ie < 130 ; ie++ )
248 G4bool outOfRange =
false;
286 return ( (*((*theCrossSections)(index))).GetValue(eKinetic, outOfRange) )* factor;
292 theNeutron.SetKineticEnergy( eKinetic );
313 #ifndef G4PHP_DOPPLER_LOOP_ONCE
314 while(counter == 0 || std::abs(buffer-result/
std::max(1,counter)) > 0.01*buffer)
316 if(counter) buffer = result/counter;
324 boosted.
Lorentz(theNeutron, aThermalNuc);
326 aXsection = (*((*theCrossSections)(index))).GetValue(theEkin, outOfRange);
333 #ifndef G4PHP_DOPPLER_LOOP_ONCE
345 aXsection *= (targetVelocity-neutronVelocity).mag()/neutronVMag;
348 #ifndef G4PHP_DOPPLER_LOOP_ONCE
375 outFile <<
"Extension of High Precision cross section for inelastic reaction of proton, deuteron, triton, He3 and alpha below 20MeV\n";
G4double G4ParticleHPJENDLHEData::G4double result
static G4ParticleHPManager * GetInstance()
void RegisterInelasticCrossSections(const G4ParticleDefinition *, G4PhysicsTable *)
static G4Pow * GetInstance()
G4double powA(G4double A, G4double y) const
static constexpr double k_Boltzmann
static G4double GetNuclearMass(const G4double A, const G4double Z)
~G4ParticleHPInelasticData()
G4double GetCrossSection(const G4DynamicParticle *, const G4Element *, G4double aT)
void Lorentz(const G4ReactionProduct &p1, const G4ReactionProduct &p2)
G4double GetKineticEnergy() const
void SetMomentum(const G4double x, const G4double y, const G4double z)
void push_back(G4PhysicsVector *)
void DumpPhysicsTable(const G4ParticleDefinition &)
static const G4double eps
G4ParticleDefinition * GetDefinition() const
G4double GetIsoCrossSection(const G4DynamicParticle *, G4int, G4int, const G4Isotope *, const G4Element *, const G4Material *)
void BuildPhysicsTable(const G4ParticleDefinition &)
G4bool IsIsoApplicable(const G4DynamicParticle *, G4int, G4int, const G4Element *, const G4Material *)
G4ReactionProduct GetThermalNucleus(G4double aMass, G4double temp=-1) const
const G4String & GetParticleName() const
G4ParticleHPInelasticData(G4ParticleDefinition *projectile=G4Neutron::Neutron())
void SetVerboseLevel(G4int i)
void SetName(const G4String &)
G4GLOB_DLL std::ostream G4cout
static size_t GetNumberOfElements()
static constexpr double barn
void SetMinKinEnergy(G4double value)
static constexpr double MeV
static G4Triton * Triton()
static G4Proton * Proton()
static G4Neutron * Neutron()
static G4Deuteron * Deuteron()
static constexpr double eV
G4double GetKineticEnergy() const
G4PhysicsVector * MakePhysicsVector(G4Element *thE, G4ParticleHPFissionData *theP)
G4double GetPDGMass() const
void SetMaxKinEnergy(G4double value)
T max(const T t1, const T t2)
brief Return the largest of the two arguments
G4PhysicsTable * GetInelasticCrossSections(const G4ParticleDefinition *)
static G4ParticleHPData * Instance(G4ParticleDefinition *projectile)
G4ThreeVector GetMomentum() const
virtual void CrossSectionDescription(std::ostream &) const
std::vector< G4Element * > G4ElementTable
static G4ElementTable * GetElementTable()
void SetVerboseLevel(G4int)
G4int GetVerboseLevel() const
G4double GetMinKinEnergy() const
static constexpr double kelvin
G4ThreeVector GetMomentum() const
G4double GetMaxKinEnergy() const