Geant4
10.01.p02
|
#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 |
Private Member Functions | |
G4BremsstrahlungParameters (const G4BremsstrahlungParameters &) | |
G4BremsstrahlungParameters & | operator= (const G4BremsstrahlungParameters &right) |
void | LoadData (const G4String &name) |
Private Attributes | |
std::map< G4int, G4VEMDataSet *, std::less< G4int > > | param |
G4DataVector | paramC |
G4DataVector | activeZ |
G4int | zMin |
G4int | zMax |
size_t | length |
Definition at line 62 of file G4BremsstrahlungParameters.hh.
G4BremsstrahlungParameters::G4BremsstrahlungParameters | ( | const G4String & | name, |
size_t | num, | ||
G4int | minZ = 1 , |
||
G4int | maxZ = 99 |
||
) |
Definition at line 54 of file G4BremsstrahlungParameters.cc.
References LoadData().
G4BremsstrahlungParameters::~G4BremsstrahlungParameters | ( | ) |
|
private |
|
private |
Definition at line 105 of file G4BremsstrahlungParameters.cc.
References a, activeZ, G4DataVector::contains(), FatalException, G4Exception(), G4Material::GetElementVector(), G4Material::GetMaterialTable(), G4Material::GetNumberOfElements(), G4Material::GetNumberOfMaterials(), G4Material::GetTotNbOfElectPerVolume(), G4Element::GetZ(), iz, length, name, param, paramC, G4INCL::Math::pi, and z.
Referenced by G4BremsstrahlungParameters().
|
private |
G4double G4BremsstrahlungParameters::Parameter | ( | G4int | parameterIndex, |
G4int | Z, | ||
G4double | energy | ||
) | const |
Definition at line 80 of file G4BremsstrahlungParameters.cc.
References G4INCL::KinematicsUtils::energy(), G4VEMDataSet::FindValue(), G4cout, G4endl, G4VEMDataSet::GetEnergies(), length, G4INCL::Math::max(), G4INCL::Math::min(), param, and pos.
Referenced by G4eBremsstrahlungSpectrum::AverageEnergy(), G4eBremsstrahlungSpectrum::Probability(), and G4eBremsstrahlungSpectrum::SampleEnergy().
Definition at line 249 of file G4BremsstrahlungParameters.cc.
References FatalException, G4Exception(), n, and paramC.
Referenced by G4eBremsstrahlungSpectrum::AverageEnergy().
void G4BremsstrahlungParameters::PrintData | ( | void | ) | const |
Definition at line 265 of file G4BremsstrahlungParameters.cc.
References activeZ, G4cout, G4endl, length, param, pos, and G4VEMDataSet::PrintData().
Referenced by G4eBremsstrahlungSpectrum::PrintData().
|
private |
Definition at line 87 of file G4BremsstrahlungParameters.hh.
Referenced by LoadData(), PrintData(), and ~G4BremsstrahlungParameters().
|
private |
Definition at line 92 of file G4BremsstrahlungParameters.hh.
Referenced by LoadData(), Parameter(), and PrintData().
|
private |
Definition at line 84 of file G4BremsstrahlungParameters.hh.
Referenced by LoadData(), Parameter(), PrintData(), and ~G4BremsstrahlungParameters().
|
private |
Definition at line 86 of file G4BremsstrahlungParameters.hh.
Referenced by LoadData(), ParameterC(), and ~G4BremsstrahlungParameters().
|
private |
Definition at line 90 of file G4BremsstrahlungParameters.hh.
|
private |
Definition at line 89 of file G4BremsstrahlungParameters.hh.