Geant4
10.02.p02
|
#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 () |
Protected Member Functions | |
G4double | GetUnitEnergies () const |
G4double | GetUnitData () const |
const G4IInterpolator * | GetAlgorithm () const |
void | CleanUpComponents (void) |
Private Member Functions | |
G4String | FullFileName (const G4String &particleType, const G4String &subShell) const |
G4int | TranslateShell (const G4String &subShell) const |
G4PixeShellDataSet () | |
G4PixeShellDataSet (const G4PixeShellDataSet ©) | |
G4PixeShellDataSet & | operator= (const G4PixeShellDataSet &right) |
Private Attributes | |
std::vector< G4IDataSet * > | components |
G4int | z |
G4IInterpolator * | algorithm |
std::vector< G4String > | crossModel |
G4double | unitEnergies |
G4double | unitData |
std::vector< G4String > | shellName |
std::vector< G4String > | subShellName |
Definition at line 57 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 48 of file G4PixeShellDataSet.cc.
References algorithm, crossModel, FatalException, G4Exception(), shellName, and subShellName.
|
virtual |
Definition at line 96 of file G4PixeShellDataSet.cc.
References algorithm, and CleanUpComponents().
|
private |
|
private |
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 78 of file G4PixeShellDataSet.hh.
References components.
Referenced by LoadData().
|
protected |
Definition at line 192 of file G4PixeShellDataSet.cc.
References components.
Referenced by LoadData(), and ~G4PixeShellDataSet().
|
private |
Definition at line 202 of file G4PixeShellDataSet.cc.
References crossModel, FatalException, G4Exception(), shellName, and TranslateShell().
Referenced by LoadData().
|
inlineprotected |
Definition at line 103 of file G4PixeShellDataSet.hh.
References algorithm.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 75 of file G4PixeShellDataSet.hh.
References components.
Referenced by GetData(), GetEnergies(), and PrintData().
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 87 of file G4PixeShellDataSet.hh.
References GetComponent(), and G4IDataSet::GetData().
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 84 of file G4PixeShellDataSet.hh.
References GetComponent(), and G4IDataSet::GetEnergies().
|
inlineprotected |
Definition at line 102 of file G4PixeShellDataSet.hh.
References unitData.
|
inlineprotected |
Definition at line 101 of file G4PixeShellDataSet.hh.
References unitEnergies.
Implements G4IDataSet.
Definition at line 160 of file G4PixeShellDataSet.cc.
References AddComponent(), algorithm, CleanUpComponents(), FullFileName(), G4IDataSet::LoadData(), subShellName, and z.
|
inlinevirtual |
Implements G4IDataSet.
Definition at line 81 of file G4PixeShellDataSet.hh.
References components.
Referenced by PrintData().
|
private |
|
virtual |
Implements G4IDataSet.
Definition at line 120 of file G4PixeShellDataSet.cc.
References G4cout, G4endl, GetComponent(), n, NumberOfComponents(), and G4IDataSet::PrintData().
Implements G4IDataSet.
Definition at line 97 of file G4PixeShellDataSet.hh.
Implements G4IDataSet.
Definition at line 185 of file G4PixeShellDataSet.cc.
|
virtual |
Implements G4IDataSet.
Definition at line 138 of file G4PixeShellDataSet.cc.
References components, FatalException, G4Exception(), and G4IDataSet::SetEnergiesData().
Definition at line 239 of file G4PixeShellDataSet.cc.
Referenced by FullFileName().
|
private |
Definition at line 121 of file G4PixeShellDataSet.hh.
Referenced by G4PixeShellDataSet(), GetAlgorithm(), LoadData(), and ~G4PixeShellDataSet().
|
private |
Definition at line 118 of file G4PixeShellDataSet.hh.
Referenced by AddComponent(), CleanUpComponents(), FindValue(), GetComponent(), NumberOfComponents(), and SetEnergiesData().
|
private |
Definition at line 126 of file G4PixeShellDataSet.hh.
Referenced by FullFileName(), and G4PixeShellDataSet().
|
private |
Definition at line 129 of file G4PixeShellDataSet.hh.
Referenced by FullFileName(), and G4PixeShellDataSet().
|
private |
Definition at line 130 of file G4PixeShellDataSet.hh.
Referenced by G4PixeShellDataSet(), and LoadData().
|
private |
Definition at line 128 of file G4PixeShellDataSet.hh.
Referenced by GetUnitData().
|
private |
Definition at line 127 of file G4PixeShellDataSet.hh.
Referenced by GetUnitEnergies().
|
private |
Definition at line 120 of file G4PixeShellDataSet.hh.
Referenced by LoadData().