70 for (
G4int i = 0; i < 93; ++i) {
129 if(Z > 92) { Z = 92; }
142 G4cout <<
"G4BGGNucleonElasticXS::GetElementCrossSection for "
145 <<
" in nucleus Z= " << Z <<
" A= " <<
theA[
Z]
146 <<
" XS(b)= " << cross/
barn
184 G4cout <<
"G4BGGNucleonElasticXS::GetIsoCrossSection for "
187 <<
" in nucleus Z= " << Z <<
" A= " << A
188 <<
" XS(b)= " << cross/
barn
203 G4cout <<
"### G4BGGNucleonElasticXS WARNING: is not applicable to "
207 "G4BGGNucleonElasticXS::BuildPhysicsTable is used for wrong particle");
236 G4cout <<
"### G4BGGNucleonElasticXS::Initialise for "
240 for(
G4int iz=2; iz<93; iz++) {
250 G4cout <<
"Z= " << iz <<
" A= " << A
270 for(
G4int iz=2; iz<93; iz++) {
289 if (Z <= 1) {
return kinEnergy*kinEnergy; }
296 G4double ff3 = 0.8 + 18./aa - 0.002*aa;
297 res = 1.0 + ff3*(1.0 - (1.0/(1+
G4Exp(-ff1*(elog + ff2)))));
299 ff1 = 8. - 8./aa - 0.008*aa;
300 ff2 = 2.34 - 5.4/aa - 0.0028*aa;
301 res /= (1.0 +
G4Exp(-ff1*(elog + ff2)));
311 outFile <<
"The Barashenkov-Glauber-Gribov cross section handles elastic\n"
312 <<
"scattering of protons and neutrons from nuclei using the\n"
313 <<
"Barashenkov parameterization below 91 GeV and the Glauber-Gribov\n"
314 <<
"parameterization above 91 GeV. n";
G4double CoulombFactor(G4double kinEnergy, G4int Z)
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
static constexpr double MeV
void SetKineticEnergy(G4double aEnergy)
const G4String & GetParticleName() const
G4double GetElasticCrossSection(const G4DynamicParticle *aParticle, G4int Z)
static G4CrossSectionDataSetRegistry * Instance()
virtual G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
static G4Proton * Proton()
G4double GetElasticHadronNucleonXsc()
G4double fSAIDHighEnergyLimit
G4double GetAtomicMassAmu(const G4String &symb) const
G4NucleonNuclearCrossSection * fNucleon
G4double G4Log(G4double x)
G4VCrossSectionDataSet * GetCrossSectionDataSet(const G4String &name, G4bool warning=true)
virtual G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
static constexpr double millibarn
G4ParticleDefinition * GetDefinition() const
G4double GetHadronNucleonXscPDG(const G4DynamicParticle *, const G4ParticleDefinition *)
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
static const char * Default_Name()
double A(double temperature)
void SetForAllAtomsAndEnergies(G4bool val)
const G4ParticleDefinition * particle
virtual G4double GetElasticIsotopeCrossSection(const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)
G4double GetElasticGlauberGribov(const G4DynamicParticle *, G4int Z, G4int A)
virtual ~G4BGGNucleonElasticXS()
const G4ParticleDefinition * theProton
G4HadronNucleonXsc * fHadron
G4double theCoulombFac[93]
G4ComponentSAIDTotalXS * fSAID
G4ComponentGGHadronNucleusXsc * fGlauber
G4double fSAIDLowEnergyLimit
virtual void CrossSectionDescription(std::ostream &) const
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
static G4Neutron * Neutron()
G4BGGNucleonElasticXS(const G4ParticleDefinition *)
static constexpr double barn
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
G4double GetKineticEnergy() const
G4GLOB_DLL std::ostream G4cout
virtual G4bool IsIsoApplicable(const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0)
G4double theGlauberFac[93]
static constexpr double GeV
static constexpr double GeV
virtual G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
static G4NistManager * Instance()