Geant4  10.03
G4DensityEffectData Class Reference

#include <G4DensityEffectData.hh>

Public Member Functions

 G4DensityEffectData ()
 
 ~G4DensityEffectData ()
 
G4int GetElementIndex (G4int Z, G4State mState) const
 
G4int GetIndex (const G4String &matName) const
 
void PrintData (const G4String &matName) const
 
void DumpData () const
 
G4double GetPlasmaEnergy (G4int idx) const
 
G4double GetAdjustmentFactor (G4int idx) const
 
G4double GetCdensity (G4int idx) const
 
G4double GetX0density (G4int idx) const
 
G4double GetX1density (G4int idx) const
 
G4double GetAdensity (G4int idx) const
 
G4double GetMdensity (G4int idx) const
 
G4double GetDelta0density (G4int idx) const
 
G4double GetErrorDensity (G4int idx) const
 
G4double GetMeanIonisationPotential (G4int idx) const
 

Private Member Functions

void Initialize ()
 
void AddMaterial (G4double *val, const G4String &matName)
 
G4DensityEffectDataoperator= (const G4DensityEffectData &right)=delete
 
 G4DensityEffectData (const G4DensityEffectData &)=delete
 

Private Attributes

G4double data [NDENSDATA][NDENSARRAY]
 
std::vector< G4Stringnames
 
G4int indexZ [NDENSELEM]
 
G4State state [NDENSELEM]
 
G4int index
 

Detailed Description

Definition at line 61 of file G4DensityEffectData.hh.

Constructor & Destructor Documentation

G4DensityEffectData::G4DensityEffectData ( )
explicit

Definition at line 53 of file G4DensityEffectData.cc.

References Initialize().

+ Here is the call graph for this function:

G4DensityEffectData::~G4DensityEffectData ( )

Definition at line 60 of file G4DensityEffectData.cc.

G4DensityEffectData::G4DensityEffectData ( const G4DensityEffectData )
privatedelete

Member Function Documentation

void G4DensityEffectData::AddMaterial ( G4double val,
const G4String matName 
)
private

Definition at line 1325 of file G4DensityEffectData.cc.

References data, eV, index, names, and NDENSARRAY.

Referenced by Initialize().

+ Here is the caller graph for this function:

void G4DensityEffectData::DumpData ( ) const

Definition at line 1362 of file G4DensityEffectData.cc.

References data, eV, G4cout, G4endl, names, NDENSARRAY, and NDENSDATA.

Referenced by PrintData().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetAdensity ( G4int  idx) const
inline

Definition at line 139 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetAdjustmentFactor ( G4int  idx) const
inline

Definition at line 119 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetCdensity ( G4int  idx) const
inline

Definition at line 124 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetDelta0density ( G4int  idx) const
inline

Definition at line 149 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

G4int G4DensityEffectData::GetElementIndex ( G4int  Z,
G4State  mState 
) const

Definition at line 1302 of file G4DensityEffectData.cc.

References indexZ, kStateUndefined, NDENSELEM, and state.

Referenced by G4IonisParamMat::ComputeDensityEffect(), and G4ICRU73QOModel::GetOscillatorEnergy().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetErrorDensity ( G4int  idx) const
inline

Definition at line 154 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

G4int G4DensityEffectData::GetIndex ( const G4String matName) const

Definition at line 1312 of file G4DensityEffectData.cc.

References names, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect(), G4IonisParamMat::FindMeanExcitationEnergy(), and PrintData().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetMdensity ( G4int  idx) const
inline

Definition at line 144 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetMeanIonisationPotential ( G4int  idx) const
inline

Definition at line 159 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::FindMeanExcitationEnergy().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetPlasmaEnergy ( G4int  idx) const
inline

Definition at line 114 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect(), and G4ICRU73QOModel::GetOscillatorEnergy().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetX0density ( G4int  idx) const
inline

Definition at line 129 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

G4double G4DensityEffectData::GetX1density ( G4int  idx) const
inline

Definition at line 134 of file G4DensityEffectData.hh.

References data, DBL_MAX, and NDENSDATA.

Referenced by G4IonisParamMat::ComputeDensityEffect().

+ Here is the caller graph for this function:

void G4DensityEffectData::Initialize ( )
private

Definition at line 64 of file G4DensityEffectData.cc.

References AddMaterial(), indexZ, kStateGas, kStateSolid, M10, M11, M12, M13, M14, M20, M21, M22, M23, M24, M30, M31, M32, M33, M34, M40, M41, M42, M43, M44, NDENSARRAY, NDENSELEM, and state.

Referenced by G4DensityEffectData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4DensityEffectData& G4DensityEffectData::operator= ( const G4DensityEffectData right)
privatedelete
void G4DensityEffectData::PrintData ( const G4String matName) const

Definition at line 1336 of file G4DensityEffectData.cc.

References data, DumpData(), eV, G4cout, G4endl, and GetIndex().

Referenced by G4NistMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4DensityEffectData::index
private

Definition at line 110 of file G4DensityEffectData.hh.

Referenced by AddMaterial().

G4int G4DensityEffectData::indexZ[NDENSELEM]
private

Definition at line 107 of file G4DensityEffectData.hh.

Referenced by GetElementIndex(), and Initialize().

std::vector<G4String> G4DensityEffectData::names
private

Definition at line 104 of file G4DensityEffectData.hh.

Referenced by AddMaterial(), DumpData(), and GetIndex().

G4State G4DensityEffectData::state[NDENSELEM]
private

Definition at line 108 of file G4DensityEffectData.hh.

Referenced by GetElementIndex(), and Initialize().


The documentation for this class was generated from the following files: