Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PixeShellDataSet.hh>
Public Member Functions | |
G4PixeShellDataSet (G4int Z, G4IInterpolator *algo, const G4String &modelK="ecpssr", const G4String &modelL="ecpssr", const G4String &modelM="ecpssr", G4double eUnit=CLHEP::MeV, G4double dataUnit=CLHEP::barn) | |
virtual | ~G4PixeShellDataSet () |
virtual G4double | FindValue (G4double energy, 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 (void) const |
virtual const G4DataVector & | GetEnergies (G4int componentId) const |
virtual const G4DataVector & | GetData (G4int componentId) const |
virtual void | SetEnergiesData (G4DataVector *energies, G4DataVector *data, G4int componentId) |
virtual G4bool | LoadData (const G4String &fileName) |
virtual G4bool | SaveData (const G4String &fileName) const |
virtual G4double | RandomSelect (G4int) const |
Public Member Functions inherited from G4IDataSet | |
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 |
Protected Member Functions | |
G4double | GetUnitEnergies () const |
G4double | GetUnitData () const |
const G4IInterpolator * | GetAlgorithm () const |
void | CleanUpComponents (void) |
Definition at line 56 of file G4PixeShellDataSet.hh.
G4PixeShellDataSet::G4PixeShellDataSet | ( | G4int | Z, |
G4IInterpolator * | algo, | ||
const G4String & | modelK = "ecpssr" , |
||
const G4String & | modelL = "ecpssr" , |
||
const G4String & | modelM = "ecpssr" , |
||
G4double | eUnit = CLHEP::MeV , |
||
G4double | dataUnit = CLHEP::barn |
||
) |
Definition at line 47 of file G4PixeShellDataSet.cc.
Referenced by G4PixeShellDataSet().
|
virtual |
Definition at line 95 of file G4PixeShellDataSet.cc.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 77 of file G4PixeShellDataSet.hh.
Referenced by LoadData().
|
protected |
Definition at line 191 of file G4PixeShellDataSet.cc.
Referenced by LoadData(), and ~G4PixeShellDataSet().
Implements G4IDataSet.
Definition at line 102 of file G4PixeShellDataSet.cc.
|
inlineprotected |
Definition at line 102 of file G4PixeShellDataSet.hh.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 74 of file G4PixeShellDataSet.hh.
Referenced by GetData(), GetEnergies(), and PrintData().
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 86 of file G4PixeShellDataSet.hh.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 83 of file G4PixeShellDataSet.hh.
|
inlineprotected |
Definition at line 101 of file G4PixeShellDataSet.hh.
|
inlineprotected |
Definition at line 100 of file G4PixeShellDataSet.hh.
Implements G4IDataSet.
Definition at line 159 of file G4PixeShellDataSet.cc.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 80 of file G4PixeShellDataSet.hh.
Referenced by PrintData().
|
virtual |
Implements G4IDataSet.
Definition at line 119 of file G4PixeShellDataSet.cc.
Implements G4IDataSet.
Definition at line 184 of file G4PixeShellDataSet.cc.
|
virtual |
Implements G4IDataSet.
Definition at line 137 of file G4PixeShellDataSet.cc.