| 
    Geant4
    10.02
    
   | 
 
#include <G4IDataSet.hh>
 Inheritance diagram for G4IDataSet:Public Member Functions | |
| G4IDataSet () | |
| virtual | ~G4IDataSet () | 
| virtual G4double | FindValue (G4double x, G4int componentId=0) const =0 | 
| virtual void | PrintData (void) const =0 | 
| virtual const G4IDataSet * | GetComponent (G4int componentId) const =0 | 
| virtual void | AddComponent (G4IDataSet *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 void | SetEnergiesData (G4DataVector *x, G4DataVector *data, G4int component=0)=0 | 
| virtual G4bool | LoadData (const G4String &fileName)=0 | 
| virtual G4bool | SaveData (const G4String &fileName) const =0 | 
| virtual G4double | RandomSelect (G4int componentId=0) const =0 | 
Private Member Functions | |
| G4IDataSet (const G4IDataSet ©) | |
| G4IDataSet & | operator= (const G4IDataSet &right) | 
Definition at line 50 of file G4IDataSet.hh.
      
  | 
  inline | 
Definition at line 53 of file G4IDataSet.hh.
      
  | 
  inlinevirtual | 
Definition at line 54 of file G4IDataSet.hh.
      
  | 
  private | 
      
  | 
  pure virtual | 
Implemented in G4DataSet, G4PixeShellDataSet, and G4CompositeDataSet.
Referenced by G4PixeCrossSectionHandler::BuildCrossSectionsForMaterials().
 Here is the caller graph for this function:Implemented in G4DataSet, G4PixeShellDataSet, and G4CompositeDataSet.
Referenced by G4CompositeDataSet::FindValue(), G4PixeCrossSectionHandler::FindValue(), G4PixeCrossSectionHandler::SelectRandomAtom(), and G4PixeCrossSectionHandler::SelectRandomShell().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4DataSet, G4PixeShellDataSet, and G4CompositeDataSet.
Referenced by G4PixeCrossSectionHandler::FindValue(), G4PixeCrossSectionHandler::SelectRandomAtom(), and G4PixeCrossSectionHandler::SelectRandomShell().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4PixeShellDataSet, G4DataSet, and G4CompositeDataSet.
Referenced by G4CompositeDataSet::GetData(), and G4PixeShellDataSet::GetData().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4PixeShellDataSet, G4DataSet, and G4CompositeDataSet.
Referenced by G4CompositeDataSet::GetEnergies(), and G4PixeShellDataSet::GetEnergies().
 Here is the caller graph for this function:Implemented in G4PixeShellDataSet, G4CompositeDataSet, and G4DataSet.
Referenced by G4CompositeDataSet::LoadData(), G4PixeShellDataSet::LoadData(), and G4PixeCrossSectionHandler::LoadShellData().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4DataSet, G4PixeShellDataSet, and G4CompositeDataSet.
Referenced by G4PixeCrossSectionHandler::FindValue(), G4PixeCrossSectionHandler::NumberOfComponents(), and G4PixeCrossSectionHandler::SelectRandomShell().
 Here is the caller graph for this function:
      
  | 
  private | 
      
  | 
  pure virtual | 
Implemented in G4DataSet, G4PixeShellDataSet, and G4CompositeDataSet.
Referenced by G4CompositeDataSet::PrintData(), G4PixeShellDataSet::PrintData(), and G4PixeCrossSectionHandler::PrintData().
 Here is the caller graph for this function:Implemented in G4PixeShellDataSet, G4CompositeDataSet, and G4DataSet.
Referenced by G4CompositeDataSet::RandomSelect().
 Here is the caller graph for this function:Implemented in G4PixeShellDataSet, G4CompositeDataSet, and G4DataSet.
Referenced by G4CompositeDataSet::SaveData().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4PixeShellDataSet, G4CompositeDataSet, and G4DataSet.
Referenced by G4CompositeDataSet::SetEnergiesData(), and G4PixeShellDataSet::SetEnergiesData().
 Here is the caller graph for this function: