Geant4  10.02.p03
G4VEMDataSet Class Referenceabstract

#include <G4VEMDataSet.hh>

Inheritance diagram for G4VEMDataSet:
Collaboration diagram for G4VEMDataSet:

Public Member Functions

 G4VEMDataSet ()
 
virtual ~G4VEMDataSet ()
 
virtual G4double FindValue (G4double x, G4int componentId=0) const =0
 
virtual void PrintData (void) const =0
 
virtual const G4VEMDataSetGetComponent (G4int componentId) const =0
 
virtual void AddComponent (G4VEMDataSet *dataSet)=0
 
virtual size_t NumberOfComponents (void) const =0
 
virtual const G4DataVectorGetEnergies (G4int componentId) const =0
 
virtual const G4DataVectorGetData (G4int componentId) const =0
 
virtual const G4DataVectorGetLogEnergies (G4int componentId) const =0
 
virtual const G4DataVectorGetLogData (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
 

Private Member Functions

 G4VEMDataSet (const G4VEMDataSet &copy)
 
G4VEMDataSetoperator= (const G4VEMDataSet &right)
 

Detailed Description

Definition at line 56 of file G4VEMDataSet.hh.

Constructor & Destructor Documentation

◆ G4VEMDataSet() [1/2]

G4VEMDataSet::G4VEMDataSet ( )

Definition at line 39 of file G4VEMDataSet.cc.

39 { }

◆ ~G4VEMDataSet()

G4VEMDataSet::~G4VEMDataSet ( )
virtual

Definition at line 40 of file G4VEMDataSet.cc.

40 { }

◆ G4VEMDataSet() [2/2]

G4VEMDataSet::G4VEMDataSet ( const G4VEMDataSet copy)
private

Member Function Documentation

◆ AddComponent()

virtual void G4VEMDataSet::AddComponent ( G4VEMDataSet dataSet)
pure virtual

Implemented in G4EMDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ FindValue()

virtual G4double G4VEMDataSet::FindValue ( G4double  x,
G4int  componentId = 0 
) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ GetComponent()

virtual const G4VEMDataSet* G4VEMDataSet::GetComponent ( G4int  componentId) const
pure virtual

Implemented in G4EMDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ GetData()

virtual const G4DataVector& G4VEMDataSet::GetData ( G4int  componentId) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ GetEnergies()

virtual const G4DataVector& G4VEMDataSet::GetEnergies ( G4int  componentId) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CompositeEMDataSet, G4CrossSectionDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ GetLogData()

virtual const G4DataVector& G4VEMDataSet::GetLogData ( G4int  componentId) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ GetLogEnergies()

virtual const G4DataVector& G4VEMDataSet::GetLogEnergies ( G4int  componentId) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ LoadData()

virtual G4bool G4VEMDataSet::LoadData ( const G4String fileName)
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ LoadNonLogData()

virtual G4bool G4VEMDataSet::LoadNonLogData ( const G4String fileName)
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ NumberOfComponents()

virtual size_t G4VEMDataSet::NumberOfComponents ( void  ) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ operator=()

G4VEMDataSet& G4VEMDataSet::operator= ( const G4VEMDataSet right)
private

◆ PrintData()

virtual void G4VEMDataSet::PrintData ( void  ) const
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ RandomSelect()

virtual G4double G4VEMDataSet::RandomSelect ( G4int  componentId = 0) const
pure virtual

Implemented in G4EMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, G4MuElecCrossSectionDataSet, and XrayFluoDataSet.

Here is the caller graph for this function:

◆ SaveData()

virtual G4bool G4VEMDataSet::SaveData ( const G4String fileName) const
pure virtual

Implemented in G4EMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, G4MuElecCrossSectionDataSet, and XrayFluoDataSet.

Here is the caller graph for this function:

◆ SetEnergiesData()

virtual void G4VEMDataSet::SetEnergiesData ( G4DataVector x,
G4DataVector data,
G4int  component = 0 
)
pure virtual

Implemented in G4EMDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, XrayFluoDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

◆ SetLogEnergiesData()

virtual void G4VEMDataSet::SetLogEnergiesData ( G4DataVector x,
G4DataVector data,
G4DataVector Log_x,
G4DataVector Log_data,
G4int  component = 0 
)
pure virtual

Implemented in G4EMDataSet, XrayFluoDataSet, G4DNACrossSectionDataSet, G4CrossSectionDataSet, G4CompositeEMDataSet, G4ShellEMDataSet, G4MicroElecCrossSectionDataSet, and G4MuElecCrossSectionDataSet.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: