Geant4
10.02.p02
|
#include <G4eIonisationCrossSectionHandler.hh>
Protected Member Functions | |
std::vector< G4VEMDataSet * > * | BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts) |
Protected Member Functions inherited from G4VCrossSectionHandler | |
G4int | NumberOfComponents (G4int Z) const |
void | ActiveElements () |
virtual G4VDataSetAlgorithm * | CreateInterpolation () |
const G4VDataSetAlgorithm * | GetInterpolation () const |
Private Member Functions | |
G4eIonisationCrossSectionHandler & | operator= (const G4eIonisationCrossSectionHandler &right) |
G4eIonisationCrossSectionHandler (const G4eIonisationCrossSectionHandler &) | |
Private Attributes | |
const G4VEnergySpectrum * | theParam |
G4VDataSetAlgorithm * | interp |
G4int | verbose |
Definition at line 63 of file G4eIonisationCrossSectionHandler.hh.
G4eIonisationCrossSectionHandler::G4eIonisationCrossSectionHandler | ( | const G4VEnergySpectrum * | spec, |
G4VDataSetAlgorithm * | alg, | ||
G4double | emin, | ||
G4double | emax, | ||
G4int | nbin | ||
) |
Definition at line 73 of file G4eIonisationCrossSectionHandler.cc.
References G4VCrossSectionHandler::Initialise(), and interp.
G4eIonisationCrossSectionHandler::~G4eIonisationCrossSectionHandler | ( | ) |
Definition at line 84 of file G4eIonisationCrossSectionHandler.cc.
References interp.
|
private |
|
protectedvirtual |
Implements G4VCrossSectionHandler.
Definition at line 90 of file G4eIonisationCrossSectionHandler.cc.
References G4VEMDataSet::AddComponent(), G4VDataSetAlgorithm::Clone(), density, G4VCrossSectionHandler::FindValue(), G4cout, G4endl, G4Material::GetAtomicNumDensityVector(), G4Material::GetElementVector(), G4MaterialCutsCouple::GetMaterial(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4Material::GetName(), G4Material::GetNumberOfElements(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), interp, MeV, n, G4VCrossSectionHandler::NumberOfComponents(), G4VEnergySpectrum::Probability(), theParam, and verbose.
G4double G4eIonisationCrossSectionHandler::GetCrossSectionAboveThresholdForElement | ( | G4double | energy, |
G4double | cutEnergy, | ||
G4int | Z | ||
) |
Definition at line 189 of file G4eIonisationCrossSectionHandler.cc.
References G4VCrossSectionHandler::FindValue(), n, G4VCrossSectionHandler::NumberOfComponents(), G4VEnergySpectrum::Probability(), and theParam.
Referenced by G4LivermoreIonisationModel::ComputeCrossSectionPerAtom().
|
private |
|
private |
Definition at line 94 of file G4eIonisationCrossSectionHandler.hh.
Referenced by BuildCrossSectionsForMaterials(), G4eIonisationCrossSectionHandler(), and ~G4eIonisationCrossSectionHandler().
|
private |
Definition at line 92 of file G4eIonisationCrossSectionHandler.hh.
Referenced by BuildCrossSectionsForMaterials(), and GetCrossSectionAboveThresholdForElement().
|
private |
Definition at line 95 of file G4eIonisationCrossSectionHandler.hh.
Referenced by BuildCrossSectionsForMaterials().