Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4eIonisationParameters.hh>
Public Member Functions | |
G4eIonisationParameters () | |
~G4eIonisationParameters () | |
G4double | Parameter (G4int Z, G4int shellIndex, G4int parameterIndex, G4double e) const |
G4double | Excitation (G4int Z, G4double e) const |
void | PrintData () const |
G4eIonisationParameters (const G4eIonisationParameters &)=delete | |
G4eIonisationParameters & | operator= (const G4eIonisationParameters &right)=delete |
Definition at line 58 of file G4eIonisationParameters.hh.
|
explicit |
Definition at line 63 of file G4eIonisationParameters.cc.
G4eIonisationParameters::~G4eIonisationParameters | ( | ) |
Definition at line 70 of file G4eIonisationParameters.cc.
|
delete |
Definition at line 124 of file G4eIonisationParameters.cc.
Referenced by G4eIonisationSpectrum::Excitation().
|
delete |
G4double G4eIonisationParameters::Parameter | ( | G4int | Z, |
G4int | shellIndex, | ||
G4int | parameterIndex, | ||
G4double | e | ||
) | const |
Definition at line 90 of file G4eIonisationParameters.cc.
Referenced by G4eIonisationSpectrum::AverageEnergy(), G4eIonisationSpectrum::Probability(), and G4eIonisationSpectrum::SampleEnergy().
void G4eIonisationParameters::PrintData | ( | ) | const |
Definition at line 382 of file G4eIonisationParameters.cc.
Referenced by G4eIonisationSpectrum::PrintData().