#include <G4NucleonNuclearCrossSection.hh>
|
| G4NucleonNuclearCrossSection () |
|
| ~G4NucleonNuclearCrossSection () override |
|
G4bool | IsElementApplicable (const G4DynamicParticle *aParticle, G4int Z, const G4Material *mat) final |
|
G4double | GetElementCrossSection (const G4DynamicParticle *aParticle, G4int Z, const G4Material *mat=nullptr) final |
|
void | BuildPhysicsTable (const G4ParticleDefinition &) final |
|
void | CrossSectionDescription (std::ostream &) const final |
|
G4double | GetElasticCrossSection (const G4DynamicParticle *aParticle, G4int Z) |
|
G4double | GetTotalXsc () |
|
G4double | GetInelasticXsc () |
|
G4double | GetElasticXsc () |
|
| 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 |
|
◆ G4NucleonNuclearCrossSection()
G4NucleonNuclearCrossSection::G4NucleonNuclearCrossSection |
( |
| ) |
|
|
explicit |
Definition at line 49 of file G4NucleonNuclearCrossSection.cc.
51 fTotalXsc(0.0), fInelasticXsc(0.0), fElasticXsc(0.0)
52{
56}
static G4Neutron * Neutron()
static const char * Default_Name()
static G4Proton * Proton()
◆ ~G4NucleonNuclearCrossSection()
G4NucleonNuclearCrossSection::~G4NucleonNuclearCrossSection |
( |
| ) |
|
|
override |
◆ BuildPhysicsTable()
◆ CrossSectionDescription()
void G4NucleonNuclearCrossSection::CrossSectionDescription |
( |
std::ostream & |
outFile | ) |
const |
|
finalvirtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 103 of file G4NucleonNuclearCrossSection.cc.
104{
105 outFile << "G4NucleonNuclearCrossSection is a variant of the Barashenkov\n"
106 << "cross section parameterization to be used of protons and\n"
107 << "nucleons on targets heavier than hydrogen. It is intended for\n"
108 << "use as a cross section component and is currently used by\n"
109 << "G4BGGNucleonInelasticXS. It is valid for incident energies up\n"
110 << "to 1 TeV.\n";
111}
◆ Default_Name()
static const char * G4NucleonNuclearCrossSection::Default_Name |
( |
| ) |
|
|
inlinestatic |
◆ GetElasticCrossSection()
◆ GetElasticXsc()
G4double G4NucleonNuclearCrossSection::GetElasticXsc |
( |
| ) |
|
|
inline |
◆ GetElementCrossSection()
◆ GetInelasticXsc()
G4double G4NucleonNuclearCrossSection::GetInelasticXsc |
( |
| ) |
|
|
inline |
◆ GetTotalXsc()
G4double G4NucleonNuclearCrossSection::GetTotalXsc |
( |
| ) |
|
|
inline |
◆ IsElementApplicable()
The documentation for this class was generated from the following files: