|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4BremsstrahlungParameters.hh>
Public Member Functions | |
| G4BremsstrahlungParameters (const G4String &name, size_t num, G4int minZ=1, G4int maxZ=99) | |
| ~G4BremsstrahlungParameters () | |
| G4double | Parameter (G4int parameterIndex, G4int Z, G4double energy) const |
| G4double | ParameterC (G4int index) const |
| void | PrintData () const |
Definition at line 61 of file G4BremsstrahlungParameters.hh.
| G4BremsstrahlungParameters::G4BremsstrahlungParameters | ( | const G4String & | name, |
| size_t | num, | ||
| G4int | minZ = 1, |
||
| G4int | maxZ = 99 |
||
| ) |
Definition at line 53 of file G4BremsstrahlungParameters.cc.
| G4BremsstrahlungParameters::~G4BremsstrahlungParameters | ( | ) |
Definition at line 63 of file G4BremsstrahlungParameters.cc.
| G4double G4BremsstrahlungParameters::Parameter | ( | G4int | parameterIndex, |
| G4int | Z, | ||
| G4double | energy | ||
| ) | const |
Definition at line 79 of file G4BremsstrahlungParameters.cc.
Referenced by G4eBremsstrahlungSpectrum::AverageEnergy(), G4eBremsstrahlungSpectrum::Probability(), and G4eBremsstrahlungSpectrum::SampleEnergy().
Definition at line 248 of file G4BremsstrahlungParameters.cc.
Referenced by G4eBremsstrahlungSpectrum::AverageEnergy().
| void G4BremsstrahlungParameters::PrintData | ( | ) | const |
Definition at line 264 of file G4BremsstrahlungParameters.cc.
Referenced by G4eBremsstrahlungSpectrum::PrintData().