|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CompositeDataSet.hh>
Inheritance diagram for G4CompositeDataSet:Public Member Functions | |
| G4CompositeDataSet (G4IInterpolator *argAlgorithm, G4double eUnit=CLHEP::MeV, G4double dataUnit=CLHEP::barn, G4int zMin=1, G4int zMax=99) | |
| virtual | ~G4CompositeDataSet () |
| virtual G4double | FindValue (G4double x, G4int componentId=0) const |
| virtual void | PrintData (void) const |
| virtual const G4IDataSet * | GetComponent (G4int componentId) const |
| virtual void | AddComponent (G4IDataSet *dataSet) |
| virtual size_t | NumberOfComponents () const |
| virtual const G4DataVector & | GetEnergies (G4int componentId) const |
| virtual const G4DataVector & | GetData (G4int componentId) const |
| virtual void | SetEnergiesData (G4DataVector *x, G4DataVector *data, G4int componentId) |
| virtual G4bool | LoadData (const G4String &fileName) |
| virtual G4bool | SaveData (const G4String &fileName) const |
| virtual G4double | RandomSelect (G4int componentId) const |
Public Member Functions inherited from G4IDataSet | |
| G4IDataSet () | |
| virtual | ~G4IDataSet () |
Definition at line 54 of file G4CompositeDataSet.hh.
| G4CompositeDataSet::G4CompositeDataSet | ( | G4IInterpolator * | argAlgorithm, |
| G4double | eUnit = CLHEP::MeV, | ||
| G4double | dataUnit = CLHEP::barn, | ||
| G4int | zMin = 1, | ||
| G4int | zMax = 99 ) |
Definition at line 44 of file G4CompositeDataSet.cc.
Referenced by G4CompositeDataSet().
|
virtual |
Definition at line 65 of file G4CompositeDataSet.cc.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 72 of file G4CompositeDataSet.hh.
Referenced by LoadData().
Implements G4IDataSet.
Definition at line 72 of file G4CompositeDataSet.cc.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 69 of file G4CompositeDataSet.hh.
Referenced by FindValue(), GetData(), GetEnergies(), PrintData(), RandomSelect(), and SaveData().
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 81 of file G4CompositeDataSet.hh.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 78 of file G4CompositeDataSet.hh.
Implements G4IDataSet.
Definition at line 126 of file G4CompositeDataSet.cc.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 75 of file G4CompositeDataSet.hh.
Referenced by PrintData().
|
virtual |
Implements G4IDataSet.
Definition at line 89 of file G4CompositeDataSet.cc.
Implements G4IDataSet.
Definition at line 179 of file G4CompositeDataSet.cc.
Implements G4IDataSet.
Definition at line 145 of file G4CompositeDataSet.cc.
|
virtual |
Implements G4IDataSet.
Definition at line 106 of file G4CompositeDataSet.cc.