|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4empCrossSection.hh>
Inheritance diagram for G4empCrossSection:Public Member Functions | |
| G4empCrossSection (const G4String &nam="") | |
| virtual | ~G4empCrossSection () |
| std::vector< G4double > | GetCrossSection (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) |
| G4double | CrossSection (G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass, const G4Material *mat) |
| std::vector< G4double > | Probabilities (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) |
| void | SetTotalCS (G4double) |
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 52 of file G4empCrossSection.hh.
| G4empCrossSection::G4empCrossSection | ( | const G4String & | nam = "" | ) |
Definition at line 42 of file G4empCrossSection.cc.
|
virtual |
Definition at line 63 of file G4empCrossSection.cc.
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 105 of file G4empCrossSection.cc.
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 69 of file G4empCrossSection.cc.
Referenced by Probabilities().
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 136 of file G4empCrossSection.cc.
|
virtual |
Reimplemented from G4VhShellCrossSection.
Definition at line 158 of file G4empCrossSection.cc.