|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4EMDataSet.hh>
Inheritance diagram for G4EMDataSet:Public Member Functions | |
| G4EMDataSet (G4int argZ, G4VDataSetAlgorithm *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false) | |
| G4EMDataSet (G4int argZ, G4DataVector *xData, G4DataVector *data, G4VDataSetAlgorithm *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false) | |
| G4EMDataSet (G4int argZ, G4DataVector *xData, G4DataVector *data, G4DataVector *xLogData, G4DataVector *Logdata, G4VDataSetAlgorithm *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false) | |
| virtual | ~G4EMDataSet () |
| virtual G4double | FindValue (G4double x, G4int componentId=0) const |
| virtual void | PrintData (void) const |
| virtual const G4VEMDataSet * | GetComponent (G4int) const |
| virtual void | AddComponent (G4VEMDataSet *) |
| virtual size_t | NumberOfComponents (void) const |
| virtual const G4DataVector & | GetEnergies (G4int) const |
| virtual const G4DataVector & | GetData (G4int) const |
| virtual const G4DataVector & | GetLogEnergies (G4int) const |
| virtual const G4DataVector & | GetLogData (G4int) const |
| virtual void | SetEnergiesData (G4DataVector *xData, G4DataVector *data, G4int componentId) |
| virtual void | SetLogEnergiesData (G4DataVector *xData, G4DataVector *data, G4DataVector *xLogData, G4DataVector *Logdata, G4int componentId) |
| virtual G4bool | LoadData (const G4String &fileName) |
| virtual G4bool | LoadNonLogData (const G4String &fileName) |
| virtual G4bool | SaveData (const G4String &fileName) const |
| virtual G4double | RandomSelect (G4int componentId=0) const |
Public Member Functions inherited from G4VEMDataSet | |
| 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 |
Definition at line 57 of file G4EMDataSet.hh.
| G4EMDataSet::G4EMDataSet | ( | G4int | argZ, |
| G4VDataSetAlgorithm * | algo, | ||
| G4double | xUnit = CLHEP::MeV, |
||
| G4double | yUnit = CLHEP::barn, |
||
| G4bool | random = false |
||
| ) |
Definition at line 62 of file G4EMDataSet.cc.
Referenced by G4EMDataSet().
| G4EMDataSet::G4EMDataSet | ( | G4int | argZ, |
| G4DataVector * | xData, | ||
| G4DataVector * | data, | ||
| G4VDataSetAlgorithm * | algo, | ||
| G4double | xUnit = CLHEP::MeV, |
||
| G4double | yUnit = CLHEP::barn, |
||
| G4bool | random = false |
||
| ) |
Definition at line 84 of file G4EMDataSet.cc.
| G4EMDataSet::G4EMDataSet | ( | G4int | argZ, |
| G4DataVector * | xData, | ||
| G4DataVector * | data, | ||
| G4DataVector * | xLogData, | ||
| G4DataVector * | Logdata, | ||
| G4VDataSetAlgorithm * | algo, | ||
| G4double | xUnit = CLHEP::MeV, |
||
| G4double | yUnit = CLHEP::barn, |
||
| G4bool | random = false |
||
| ) |
Definition at line 115 of file G4EMDataSet.cc.
|
virtual |
Definition at line 150 of file G4EMDataSet.cc.
|
inlinevirtual |
Implements G4VEMDataSet.
Definition at line 160 of file G4EMDataSet.cc.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements G4VEMDataSet.
Definition at line 248 of file G4EMDataSet.cc.
Implements G4VEMDataSet.
Definition at line 306 of file G4EMDataSet.cc.
|
inlinevirtual |
|
virtual |
Implements G4VEMDataSet.
Definition at line 178 of file G4EMDataSet.cc.
Implements G4VEMDataSet.
Definition at line 511 of file G4EMDataSet.cc.
Implements G4VEMDataSet.
Definition at line 360 of file G4EMDataSet.cc.
|
virtual |
Implements G4VEMDataSet.
Definition at line 190 of file G4EMDataSet.cc.
Referenced by LoadNonLogData().
|
virtual |
Implements G4VEMDataSet.
Definition at line 214 of file G4EMDataSet.cc.