#include <G4IonsShenCrossSection.hh>
|
| G4IonsShenCrossSection () |
|
virtual | ~G4IonsShenCrossSection () |
|
virtual G4bool | IsElementApplicable (const G4DynamicParticle *aDP, G4int Z, const G4Material *) |
|
virtual G4double | GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *) |
|
virtual G4double | GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0) |
|
virtual void | CrossSectionDescription (std::ostream &) const |
|
| G4VCrossSectionDataSet (const G4String &nam="") |
|
virtual | ~G4VCrossSectionDataSet () |
|
virtual G4bool | IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0) |
|
G4double | GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0) |
|
G4double | ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0) |
|
virtual G4Isotope * | SelectIsotope (const G4Element *, G4double kinEnergy) |
|
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
|
virtual G4int | GetVerboseLevel () const |
|
virtual void | SetVerboseLevel (G4int value) |
|
G4double | GetMinKinEnergy () const |
|
void | SetMinKinEnergy (G4double value) |
|
G4double | GetMaxKinEnergy () const |
|
void | SetMaxKinEnergy (G4double value) |
|
const G4String & | GetName () const |
|
Definition at line 51 of file G4IonsShenCrossSection.hh.
◆ G4IonsShenCrossSection()
G4IonsShenCrossSection::G4IonsShenCrossSection |
( |
| ) |
|
◆ ~G4IonsShenCrossSection()
G4IonsShenCrossSection::~G4IonsShenCrossSection |
( |
| ) |
|
|
virtual |
◆ calCeValue()
◆ calEcmValue()
◆ CrossSectionDescription()
void G4IonsShenCrossSection::CrossSectionDescription |
( |
std::ostream & |
outFile | ) |
const |
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 53 of file G4IonsShenCrossSection.cc.
55 outFile <<
"G4IonsShenCrossSection calculates the total reaction cross\n" 56 <<
"section for nucleus-nucleus scattering using the Shen\n" 57 <<
"parameterization. It is valid for projectiles and targets of\n" 58 <<
"all Z, and projectile energies up to 1 TeV/n. Above 10 GeV/n" 59 <<
"the cross section is constant. Below 10 MeV/n zero cross\n"
◆ GetElementCrossSection()
Reimplemented from G4VCrossSectionDataSet.
Definition at line 70 of file G4IonsShenCrossSection.cc.
static G4NistManager * Instance()
double A(double temperature)
virtual G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
◆ GetIsoCrossSection()
Reimplemented from G4VCrossSectionDataSet.
Definition at line 78 of file G4IonsShenCrossSection.cc.
100 G4double Rt = 1.12 * cubicrAt - 0.94 * ( 1.0 / cubicrAt );
101 G4double Rp = 1.12 * cubicrAp - 0.94 * ( 1.0 / cubicrAp );
112 G4double B = 1.44 * Zt * Zp / r - b * Rt * Rp / ( Rt + Rp );
113 if(Ecm <= B) {
return xsection; }
117 G4double R1 =
r0 * (cubicrAt + cubicrAp + 1.85*cubicrAt*cubicrAp/(cubicrAt + cubicrAp) - c);
119 G4double R2 = 1.0 * ( At - 2 * Zt ) * Zp / ( Ap * At );
122 G4double R3 = (0.176 / g4pow->
A13(Ecm)) * cubicrAt * cubicrAp /(cubicrAt + cubicrAp);
126 xsection = 10 *
pi * R * R * ( 1 - B / Ecm );
static G4Pow * GetInstance()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4int GetBaryonNumber() const
G4double GetKineticEnergy() const
G4double calCeValue(const G4double)
G4ThreeVector GetMomentum() const
G4double Z13(G4int Z) const
G4double A13(G4double A) const
G4double calEcmValue(const G4double, const G4double, const G4double)
static const double millibarn
G4ParticleDefinition * GetDefinition() const
static const double eplus
G4double GetPDGCharge() const
const G4double upperLimit
◆ IsElementApplicable()
◆ r0
const G4double G4IonsShenCrossSection::r0 |
|
private |
◆ upperLimit
const G4double G4IonsShenCrossSection::upperLimit |
|
private |
The documentation for this class was generated from the following files: