#include <G4IonProtonCrossSection.hh>
|
| G4IonProtonCrossSection () |
|
virtual | ~G4IonProtonCrossSection () |
|
G4double | GetProtonCrossSection (G4double kinEnergy, G4int Z) |
|
virtual G4bool | IsElementApplicable (const G4DynamicParticle *aPart, G4int Z, const G4Material *) |
|
virtual G4double | GetElementCrossSection (const G4DynamicParticle *aPart, G4int Z, const G4Material *) |
|
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 G4double | GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, 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 58 of file G4IonProtonCrossSection.hh.
◆ G4IonProtonCrossSection() [1/2]
G4IonProtonCrossSection::G4IonProtonCrossSection |
( |
| ) |
|
Definition at line 49 of file G4IonProtonCrossSection.cc.
G4VCrossSectionDataSet(const G4String &nam="")
G4ProtonInelasticCrossSection * theForward
◆ ~G4IonProtonCrossSection()
G4IonProtonCrossSection::~G4IonProtonCrossSection |
( |
| ) |
|
|
virtual |
◆ G4IonProtonCrossSection() [2/2]
◆ CrossSectionDescription()
void G4IonProtonCrossSection::CrossSectionDescription |
( |
std::ostream & |
outFile | ) |
const |
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 78 of file G4IonProtonCrossSection.cc.
80 outFile <<
"G4IonProtonCrossSection calculates the inelastic cross section\n" 81 <<
"for any ion projectile with Z >=2 only on hydrogen target.\n" 82 <<
"It uses the inverse kinematics and the Axen-Wellisch\n" 83 <<
"inelastic cross section (G4ProtonInelasticCrossSection).\n";
◆ GetElementCrossSection()
Reimplemented from G4VCrossSectionDataSet.
Definition at line 67 of file G4IonProtonCrossSection.cc.
static const double proton_mass_c2
G4ProtonInelasticCrossSection * theForward
G4double GetPDGMass() const
static const double eplus
G4double GetPDGCharge() const
G4double GetProtonCrossSection(G4double kineticEnergy, G4int Z)
◆ GetProtonCrossSection()
◆ IsElementApplicable()
◆ operator=()
◆ theForward
The documentation for this class was generated from the following files: