#include <G4IonsSihverCrossSection.hh>
|
| G4IonsSihverCrossSection () |
|
virtual | ~G4IonsSihverCrossSection () |
|
virtual G4bool | IsElementApplicable (const G4DynamicParticle *aDP, G4int Z, const G4Material *) |
|
virtual G4double | GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *) |
|
virtual void | CrossSectionDescription (std::ostream &) const |
|
| G4VCrossSectionDataSet (const G4String &nam="") |
|
virtual | ~G4VCrossSectionDataSet () |
|
virtual G4bool | IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr) |
|
virtual G4bool | IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=nullptr, const G4Material *mat=nullptr) |
|
G4double | GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr) |
|
G4double | ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr) |
|
virtual G4double | GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr) |
|
virtual G4double | GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr) |
|
virtual const G4Isotope * | SelectIsotope (const G4Element *, G4double kinEnergy, G4double logE) |
|
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | CrossSectionDescription (std::ostream &) const |
|
virtual G4int | GetVerboseLevel () const |
|
virtual void | SetVerboseLevel (G4int value) |
|
G4double | GetMinKinEnergy () const |
|
void | SetMinKinEnergy (G4double value) |
|
G4double | GetMaxKinEnergy () const |
|
void | SetMaxKinEnergy (G4double value) |
|
bool | ForAllAtomsAndEnergies () const |
|
void | SetForAllAtomsAndEnergies (G4bool val) |
|
const G4String & | GetName () const |
|
Definition at line 46 of file G4IonsSihverCrossSection.hh.
◆ G4IonsSihverCrossSection()
G4IonsSihverCrossSection::G4IonsSihverCrossSection |
( |
| ) |
|
◆ ~G4IonsSihverCrossSection()
G4IonsSihverCrossSection::~G4IonsSihverCrossSection |
( |
| ) |
|
|
virtual |
◆ CrossSectionDescription()
void G4IonsSihverCrossSection::CrossSectionDescription |
( |
std::ostream & |
outFile | ) |
const |
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 48 of file G4IonsSihverCrossSection.cc.
49{
50 outFile << "G4IonsSihverCrossSection calculates the total reaction cross\n"
51 << "section for nucleus-nucleus scattering using the Sihver\n"
52 << "parameterization. It is valid for projectiles and targets of\n"
53 << "all Z, and for all projectile energies above 100 MeV/n.\n";
54}
◆ GetElementCrossSection()
Reimplemented from G4VCrossSectionDataSet.
Definition at line 67 of file G4IonsSihverCrossSection.cc.
69{
72
74
76
79
80 G4double b0 = 1.581 - 0.876 * (1.0/cubicrAp + 1.0/cubicrAt);
81
82 G4double xr = cubicrAp + cubicrAt - b0 * (1.0/cubicrAp + 1.0/cubicrAt);
83 xsection =
pi * square_r0 * xr * xr;
84
85 return xsection;
86}
G4ParticleDefinition * GetDefinition() const
static G4NistManager * Instance()
G4int GetBaryonNumber() const
static G4Pow * GetInstance()
G4double Z13(G4int Z) const
◆ IsElementApplicable()
The documentation for this class was generated from the following files: