52 const char* dataDirVariable;
55 dataDirVariable =
"G4NEUTRONHPDATA";
58 dataDirVariable =
"G4PROTONHPDATA";
59 particleName =
"Proton";
62 dataDirVariable =
"G4DEUTERONHPDATA";
63 particleName =
"Deuteron";
66 dataDirVariable =
"G4TRITONHPDATA";
67 particleName =
"Triton";
70 dataDirVariable =
"G4HE3HPDATA";
74 dataDirVariable =
"G4ALPHAHPDATA";
75 particleName =
"Alpha";
79 "G4ParticleHPInelasticData may only be called for neutron, proton, deuteron, triton, He3 or "
80 "alpha, while it is called for "
85 dataName.at(0) = (
char)std::toupper(dataName.at(0));
90 G4String message(
"Please setenv G4PARTICLEHPDATA (recommended) or, at least setenv "
91 +
G4String(dataDirVariable) +
" to point to the "
102 dirName = baseName +
"/" + particleName;
106 G4cout <<
"@@@ G4ParticleHPInelasticData instantiated for particle "
107 << projectile->
GetParticleName() <<
" data directory variable is " << dataDirVariable
108 <<
" pointing to " << dirName <<
G4endl;
115 theCrossSections =
nullptr;
116 theProjectile = projectile;
119 instanceOfWorker =
false;
124 instanceOfWorker =
true;
126 element_cache =
nullptr;
127 material_cache =
nullptr;
134 if (theCrossSections !=
nullptr && !instanceOfWorker) {
135 theCrossSections->clearAndDestroy();
136 delete theCrossSections;
137 theCrossSections =
nullptr;
139 if (theHPData !=
nullptr && !instanceOfWorker) {
159 if (dp->
GetKineticEnergy() == ke_cache && element == element_cache && material == material_cache)
163 element_cache = element;
164 material_cache = material;
176 if (theHPData ==
nullptr)
180 if (theCrossSections ==
nullptr)
183 theCrossSections->clearAndDestroy();
188 for (std::size_t i = 0; i < numberOfElements; ++i) {
189 G4PhysicsVector* physVec = theHPData->MakePhysicsVector((*theElementTable)[i],
this);
190 theCrossSections->push_back(physVec);
207 G4cout <<
"Inelastic Cross Section of Neutron HP" <<
G4endl;
208 G4cout <<
"(Pointwise cross-section at 0 Kelvin.)" <<
G4endl;
217 for (std::size_t i = 0; i < numberOfElements; ++i) {
222 for (ie = 0; ie < 130; ie++) {
224 G4bool outOfRange =
false;
226 if (eKinetic < 20 * CLHEP::MeV) {
227 G4cout << eKinetic / CLHEP::eV <<
" "
228 << (*((*theCrossSections)(i))).GetValue(eKinetic, outOfRange) / CLHEP::barn
242 std::size_t index = anE->
GetIndex();
250 if (eKinetic < aT * CLHEP::k_Boltzmann) {
256 return ((*((*theCrossSections)(index))).GetValue(eKinetic, outOfRange)) * factor;
270 static_cast<G4int>(theZ + eps));
279 G4int size =
G4int(std::max(10., aT / 60 * CLHEP::kelvin));
283#ifndef G4PHP_DOPPLER_LOOP_ONCE
285 || std::abs(buffer - result / std::max(1, counter))
288 if (counter != 0) buffer = result / counter;
289 while (counter < size)
295 boosted.
Lorentz(theNeutron, aThermalNuc);
297 aXsection = (*((*theCrossSections)(index))).GetValue(theEkin, outOfRange);
299 if (failCount < 1000) {
301#ifndef G4PHP_DOPPLER_LOOP_ONCE
312 aXsection *= (targetVelocity - neutronVelocity).mag() / neutronVMag;
315#ifndef G4PHP_DOPPLER_LOOP_ONCE
336 outFile <<
"Extension of High Precision cross section for inelastic reaction of proton, "
337 "deuteron, triton, He3 and alpha below 20MeV\n";
const char * G4FindDataDir(const char *)
CLHEP::Hep3Vector G4ThreeVector
G4GLOB_DLL std::ostream G4cout
static G4Deuteron * Deuteron()
G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
G4ThreeVector GetMomentum() const
static std::size_t GetNumberOfElements()
std::size_t GetIndex() const
static const G4ElementTable * GetElementTable()
static G4HadronicParameters * Instance()
G4double GetTemperature() const
static G4Neutron * Neutron()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4ReactionProduct GetThermalNucleus(G4double aMass, G4double temp=-1) const
const G4String & GetParticleName() const
static G4ParticleHPData * Instance(G4ParticleDefinition *projectile)
void CrossSectionDescription(std::ostream &) const override
void BuildPhysicsTable(const G4ParticleDefinition &) override
G4ParticleHPInelasticData(G4ParticleDefinition *projectile=G4Neutron::Neutron())
G4int GetVerboseLevel() const
G4bool IsIsoApplicable(const G4DynamicParticle *, G4int, G4int, const G4Element *, const G4Material *) override
~G4ParticleHPInelasticData() override
G4double GetIsoCrossSection(const G4DynamicParticle *, G4int, G4int, const G4Isotope *, const G4Element *, const G4Material *) override
G4double GetCrossSection(const G4DynamicParticle *, const G4Element *, G4double aT)
void SetVerboseLevel(G4int) override
void DumpPhysicsTable(const G4ParticleDefinition &) override
G4PhysicsTable * GetInelasticCrossSections(const G4ParticleDefinition *part) const
void RegisterInelasticCrossSections(const G4ParticleDefinition *part, G4PhysicsTable *ptr)
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int i)
static G4ParticleHPManager * GetInstance()
static G4Pow * GetInstance()
G4double powA(G4double A, G4double y) const
static G4Proton * Proton()
void SetMomentum(const G4double x, const G4double y, const G4double z)
G4double GetKineticEnergy() const
G4ThreeVector GetMomentum() const
void Lorentz(const G4ReactionProduct &p1, const G4ReactionProduct &p2)
void SetKineticEnergy(const G4double en)
static G4Triton * Triton()
G4VCrossSectionDataSet(const G4String &nam="")
G4double GetMaxKinEnergy() const
void SetMaxKinEnergy(G4double value)
void SetMinKinEnergy(G4double value)
G4double GetMinKinEnergy() const
void SetName(const G4String &nam)