Geant4
9.6.p02
|
#include <G4VhShellCrossSection.hh>
Public Member Functions | |
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 64 of file G4VhShellCrossSection.hh.
Definition at line 49 of file G4VhShellCrossSection.cc.
|
virtual |
Definition at line 52 of file G4VhShellCrossSection.cc.
|
pure virtual |
Implemented in G4PenelopeIonisationCrossSection, G4teoCrossSection, G4LivermoreIonisationCrossSection, and G4empCrossSection.
|
pure virtual |
Implemented in G4LivermoreIonisationCrossSection, G4PenelopeIonisationCrossSection, G4teoCrossSection, and G4empCrossSection.
Definition at line 115 of file G4VhShellCrossSection.hh.
|
pure virtual |
Implemented in G4PenelopeIonisationCrossSection, G4LivermoreIonisationCrossSection, G4teoCrossSection, and G4empCrossSection.
Reimplemented in G4teoCrossSection, and G4empCrossSection.
Definition at line 55 of file G4VhShellCrossSection.cc.