Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VEMDataSet.hh>
Public Member Functions | |
G4VEMDataSet () | |
virtual | ~G4VEMDataSet () |
virtual G4double | FindValue (G4double x, G4int componentId=0) const =0 |
virtual void | PrintData (void) const =0 |
virtual const G4VEMDataSet * | GetComponent (G4int componentId) const =0 |
virtual void | AddComponent (G4VEMDataSet *dataSet)=0 |
virtual size_t | NumberOfComponents (void) const =0 |
virtual const G4DataVector & | GetEnergies (G4int componentId) const =0 |
virtual const G4DataVector & | GetData (G4int componentId) const =0 |
virtual const G4DataVector & | GetLogEnergies (G4int componentId) const =0 |
virtual const G4DataVector & | GetLogData (G4int componentId) const =0 |
virtual void | SetEnergiesData (G4DataVector *x, G4DataVector *data, G4int component=0)=0 |
virtual void | SetLogEnergiesData (G4DataVector *x, G4DataVector *data, G4DataVector *Log_x, G4DataVector *Log_data, G4int component=0)=0 |
virtual G4bool | LoadData (const G4String &fileName)=0 |
virtual G4bool | LoadNonLogData (const G4String &fileName)=0 |
virtual G4bool | SaveData (const G4String &fileName) const =0 |
virtual G4double | RandomSelect (G4int componentId=0) const =0 |
G4VEMDataSet (const G4VEMDataSet ©)=delete | |
G4VEMDataSet & | operator= (const G4VEMDataSet &right)=delete |
Definition at line 55 of file G4VEMDataSet.hh.
|
explicit |
Definition at line 38 of file G4VEMDataSet.cc.
|
virtual |
Definition at line 39 of file G4VEMDataSet.cc.
|
delete |
|
pure virtual |
Implemented in G4EMDataSet, G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, and G4ShellEMDataSet.
Referenced by G4eIonisationCrossSectionHandler::BuildCrossSectionsForMaterials(), G4CrossSectionHandler::BuildCrossSectionsForMaterials(), and G4VCrossSectionHandler::BuildMeanFreePathForMaterials().
Implemented in G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4ShellEMDataSet, G4CompositeEMDataSet, and G4EMDataSet.
Referenced by G4VCrossSectionHandler::BuildMeanFreePathForMaterials(), G4eIonisationParameters::Excitation(), G4CompositeEMDataSet::FindValue(), G4VCrossSectionHandler::FindValue(), G4DNABornExcitationModel1::GetPartialCrossSection(), G4DNABornIonisationModel1::GetPartialCrossSection(), G4DNABornIonisationModel2::GetPartialCrossSection(), G4eIonisationParameters::Parameter(), G4VDNAModel::RandomSelectShell(), G4VCrossSectionHandler::SelectRandomAtom(), G4VCrossSectionHandler::SelectRandomElement(), and G4VCrossSectionHandler::SelectRandomShell().
|
pure virtual |
Implemented in G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4ShellEMDataSet, and G4EMDataSet.
Referenced by G4VCrossSectionHandler::BuildMeanFreePathForMaterials(), G4VCrossSectionHandler::FindValue(), G4eIonisationParameters::Parameter(), G4eIonisationParameters::PrintData(), G4DopplerProfile::Profile(), G4VCrossSectionHandler::SelectRandomAtom(), G4VCrossSectionHandler::SelectRandomElement(), and G4VCrossSectionHandler::SelectRandomShell().
|
pure virtual |
Implemented in G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4ShellEMDataSet, and G4EMDataSet.
Referenced by G4DNACrossSectionDataSet::GetData(), G4CompositeEMDataSet::GetData(), G4CrossSectionDataSet::GetData(), G4MicroElecCrossSectionDataSet::GetData(), G4MicroElecCrossSectionDataSet_new::GetData(), G4ShellEMDataSet::GetData(), G4DNACrossSectionDataSet::SaveData(), G4CrossSectionDataSet::SaveData(), G4MicroElecCrossSectionDataSet::SaveData(), G4MicroElecCrossSectionDataSet_new::SaveData(), and G4ShellEMDataSet::SaveData().
|
pure virtual |
Implemented in G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4ShellEMDataSet, and G4EMDataSet.
Referenced by G4eIonisationParameters::Excitation(), G4DNACrossSectionDataSet::GetEnergies(), G4CompositeEMDataSet::GetEnergies(), G4CrossSectionDataSet::GetEnergies(), G4MicroElecCrossSectionDataSet::GetEnergies(), G4MicroElecCrossSectionDataSet_new::GetEnergies(), G4ShellEMDataSet::GetEnergies(), G4eIonisationParameters::Parameter(), and G4ShellEMDataSet::SaveData().
|
pure virtual |
Implemented in G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4ShellEMDataSet, and G4EMDataSet.
Referenced by G4DNACrossSectionDataSet::GetLogData(), G4CompositeEMDataSet::GetLogData(), G4CrossSectionDataSet::GetLogData(), G4MicroElecCrossSectionDataSet::GetLogData(), G4MicroElecCrossSectionDataSet_new::GetLogData(), and G4ShellEMDataSet::GetLogData().
|
pure virtual |
Implemented in G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4ShellEMDataSet, and G4EMDataSet.
Referenced by G4DNACrossSectionDataSet::GetLogEnergies(), G4CompositeEMDataSet::GetLogEnergies(), G4CrossSectionDataSet::GetLogEnergies(), G4MicroElecCrossSectionDataSet::GetLogEnergies(), G4MicroElecCrossSectionDataSet_new::GetLogEnergies(), and G4ShellEMDataSet::GetLogEnergies().
|
pure virtual |
Implemented in G4CompositeEMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4EMDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, and G4ShellEMDataSet.
Referenced by G4VCrossSectionHandler::BuildMeanFreePathForMaterials(), G4VCrossSectionHandler::FindValue(), G4VCrossSectionHandler::NumberOfComponents(), G4eIonisationParameters::Parameter(), G4eIonisationParameters::PrintData(), and G4VCrossSectionHandler::SelectRandomShell().
|
delete |
|
pure virtual |
Implemented in G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4EMDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, and G4ShellEMDataSet.
Referenced by G4DopplerProfile::PrintData(), G4eIonisationParameters::PrintData(), G4VCrossSectionHandler::PrintData(), G4DNACrossSectionDataSet::PrintData(), G4CompositeEMDataSet::PrintData(), G4CrossSectionDataSet::PrintData(), G4MicroElecCrossSectionDataSet::PrintData(), G4MicroElecCrossSectionDataSet_new::PrintData(), and G4ShellEMDataSet::PrintData().
Implemented in G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4CompositeEMDataSet, G4EMDataSet, and G4ShellEMDataSet.
Referenced by G4CompositeEMDataSet::SaveData().
|
pure virtual |
Implemented in G4ShellEMDataSet, G4CompositeEMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, and G4EMDataSet.
Referenced by G4ShellEMDataSet::SetEnergiesData(), G4CompositeEMDataSet::SetEnergiesData(), G4DNACrossSectionDataSet::SetEnergiesData(), G4CrossSectionDataSet::SetEnergiesData(), G4MicroElecCrossSectionDataSet::SetEnergiesData(), and G4MicroElecCrossSectionDataSet_new::SetEnergiesData().
|
pure virtual |
Implemented in G4ShellEMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, G4MicroElecCrossSectionDataSet_new, G4CompositeEMDataSet, and G4EMDataSet.
Referenced by G4ShellEMDataSet::SetLogEnergiesData(), G4DNACrossSectionDataSet::SetLogEnergiesData(), G4CrossSectionDataSet::SetLogEnergiesData(), G4MicroElecCrossSectionDataSet::SetLogEnergiesData(), G4MicroElecCrossSectionDataSet_new::SetLogEnergiesData(), and G4CompositeEMDataSet::SetLogEnergiesData().