|
Geant4
10.01
|
#include <G4VDataSetAlgorithm.hh>
Inheritance diagram for G4VDataSetAlgorithm:Public Member Functions | |
| G4VDataSetAlgorithm () | |
| virtual | ~G4VDataSetAlgorithm () |
| virtual G4double | Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data) const =0 |
| virtual G4double | Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data, const G4DataVector &log_energies, const G4DataVector &log_data) const =0 |
| virtual G4VDataSetAlgorithm * | Clone () const =0 |
Private Member Functions | |
| G4VDataSetAlgorithm (const G4VDataSetAlgorithm &) | |
| G4VDataSetAlgorithm & | operator= (const G4VDataSetAlgorithm &right) |
Definition at line 51 of file G4VDataSetAlgorithm.hh.
|
inline |
Definition at line 55 of file G4VDataSetAlgorithm.hh.
|
inlinevirtual |
Definition at line 57 of file G4VDataSetAlgorithm.hh.
|
private |
|
pure virtual |
Implemented in G4LogLogInterpolation, G4SemiLogInterpolation, G4LinInterpolation, G4LinLogInterpolation, and G4LinLogLogInterpolation.
Referenced by XrayFluoDataSet::FindValue(), G4EMDataSet::FindValue(), G4EMDataSet::IntegrationFunction(), and G4EMDataSet::RandomSelect().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4LogLogInterpolation, G4SemiLogInterpolation, G4LinInterpolation, G4LinLogInterpolation, and G4LinLogLogInterpolation.
|
pure virtual |
Implemented in G4LogLogInterpolation, G4SemiLogInterpolation, G4LinInterpolation, G4LinLogInterpolation, and G4LinLogLogInterpolation.
Referenced by G4CrossSectionHandler::BuildCrossSectionsForMaterials(), G4BremsstrahlungCrossSectionHandler::BuildCrossSectionsForMaterials(), G4eIonisationCrossSectionHandler::BuildCrossSectionsForMaterials(), G4CompositeEMDataSet::LoadData(), G4ShellEMDataSet::LoadData(), G4VCrossSectionHandler::LoadData(), G4ShellEMDataSet::LoadNonLogData(), G4CompositeEMDataSet::LoadNonLogData(), G4VCrossSectionHandler::LoadNonLogData(), G4DopplerProfile::LoadProfile(), and G4VCrossSectionHandler::LoadShellData().
Here is the caller graph for this function:
|
private |