|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4eIonisationCrossSectionHandler.hh>
Inheritance diagram for G4eIonisationCrossSectionHandler: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 std::vector< G4VEMDataSet * > * | BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts=0)=0 |
| virtual G4VDataSetAlgorithm * | CreateInterpolation () |
| const G4VDataSetAlgorithm * | GetInterpolation () const |
Definition at line 62 of file G4eIonisationCrossSectionHandler.hh.
| G4eIonisationCrossSectionHandler::G4eIonisationCrossSectionHandler | ( | const G4VEnergySpectrum * | spec, |
| G4VDataSetAlgorithm * | alg, | ||
| G4double | emin, | ||
| G4double | emax, | ||
| G4int | nbin | ||
| ) |
Definition at line 72 of file G4eIonisationCrossSectionHandler.cc.
| G4eIonisationCrossSectionHandler::~G4eIonisationCrossSectionHandler | ( | ) |
Definition at line 83 of file G4eIonisationCrossSectionHandler.cc.
|
protectedvirtual |
Implements G4VCrossSectionHandler.
Definition at line 89 of file G4eIonisationCrossSectionHandler.cc.
| G4double G4eIonisationCrossSectionHandler::GetCrossSectionAboveThresholdForElement | ( | G4double | energy, |
| G4double | cutEnergy, | ||
| G4int | Z | ||
| ) |
Definition at line 188 of file G4eIonisationCrossSectionHandler.cc.
Referenced by G4LivermoreIonisationModel::ComputeCrossSectionPerAtom().