|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4LivermoreIonisationCrossSection.hh>
Inheritance diagram for G4LivermoreIonisationCrossSection:Public Member Functions | |
| G4LivermoreIonisationCrossSection (const G4String &nam="LivermorePIXE") | |
| virtual | ~G4LivermoreIonisationCrossSection () |
| void | Initialise () |
| G4double | CrossSection (G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass=0.0, const G4Material *mat=0) |
| std::vector< G4double > | GetCrossSection (G4int Z, G4double incidentEnergy, G4double mass=0.0, G4double deltaEnergy=0.0, const G4Material *mat=0) |
| std::vector< G4double > | Probabilities (G4int Z, G4double incidentEnergy, G4double mass=0.0, G4double deltaEnergy=0, const G4Material *mat=0) |
Public Member Functions inherited from G4VhShellCrossSection | |
| G4VhShellCrossSection (const G4String &xname="") | |
| virtual | ~G4VhShellCrossSection () |
| G4int | SelectRandomShell (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) |
| virtual std::vector< G4double > | GetCrossSection (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat)=0 |
| virtual G4double | CrossSection (G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass, const G4Material *mat)=0 |
| virtual std::vector< G4double > | Probabilities (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat)=0 |
| virtual void | SetTotalCS (G4double) |
| const G4String & | GetName () const |
Definition at line 54 of file G4LivermoreIonisationCrossSection.hh.
| G4LivermoreIonisationCrossSection::G4LivermoreIonisationCrossSection | ( | const G4String & | nam = "LivermorePIXE" | ) |
Definition at line 46 of file G4LivermoreIonisationCrossSection.cc.
|
virtual |
Definition at line 61 of file G4LivermoreIonisationCrossSection.cc.
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 89 of file G4LivermoreIonisationCrossSection.cc.
Referenced by GetCrossSection().
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 107 of file G4LivermoreIonisationCrossSection.cc.
Referenced by Probabilities().
| void G4LivermoreIonisationCrossSection::Initialise | ( | ) |
Definition at line 68 of file G4LivermoreIonisationCrossSection.cc.
Referenced by G4LivermoreIonisationCrossSection().
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 123 of file G4LivermoreIonisationCrossSection.cc.