Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrMaterial.hh>
Public Member Functions | |
G4tgrMaterial () | |
virtual | ~G4tgrMaterial () |
const G4String & | GetName () const |
G4double | GetDensity () const |
G4int | GetNumberOfComponents () const |
const G4String & | GetType () const |
virtual G4double | GetA () const =0 |
virtual G4double | GetZ () const =0 |
virtual const G4String & | GetComponent (G4int i) const =0 |
virtual G4double | GetFraction (G4int i)=0 |
G4double | GetIonisationMeanExcitationEnergy () const |
void | SetIonisationMeanExcitationEnergy (G4double mee) |
const G4State & | GetState () const |
void | SetState (const G4String &val) |
G4double | GetTemperature () const |
void | SetTemperature (G4double val) |
G4double | GetPressure () const |
void | SetPressure (G4double val) |
Protected Attributes | |
G4String | theName = "Material" |
G4double | theDensity = 0.0 |
G4int | theNoComponents = 0 |
G4String | theMateType = "Material" |
G4double | theIonisationMeanExcitationEnergy = -1.0 |
G4State | theState = kStateUndefined |
G4double | theTemperature = 0.0 |
G4double | thePressure = 0.0 |
Definition at line 40 of file G4tgrMaterial.hh.
G4tgrMaterial::G4tgrMaterial | ( | ) |
Definition at line 35 of file G4tgrMaterial.cc.
|
virtual |
Definition at line 42 of file G4tgrMaterial.cc.
|
pure virtual |
Implemented in G4tgrMaterialMixture, and G4tgrMaterialSimple.
Referenced by G4tgbMaterial::GetA().
Implemented in G4tgrMaterialMixture, and G4tgrMaterialSimple.
Referenced by G4tgbMaterialMixture::GetComponent().
|
inline |
Definition at line 51 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgbMaterialSimple::BuildG4Material(), and G4tgbMaterial::GetDensity().
Implemented in G4tgrMaterialMixture, and G4tgrMaterialSimple.
Referenced by G4tgbMaterialMixture::GetFraction().
|
inline |
Definition at line 62 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMgr::FindOrBuildG4Material().
|
inline |
Definition at line 49 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialFactory::AddMaterialMixture(), G4tgrMaterialFactory::AddMaterialSimple(), G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgrMaterialFactory::DumpMaterialList(), G4tgbMaterial::GetName(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().
|
inline |
Definition at line 54 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgrMaterialFactory::DumpMaterialList(), G4tgbMaterial::GetNumberOfMaterials(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().
|
inline |
Definition at line 78 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), and G4tgbMaterialMixtureByWeight::BuildG4Material().
|
inline |
Definition at line 72 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), and G4tgbMaterialMixtureByWeight::BuildG4Material().
|
inline |
Definition at line 75 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), and G4tgbMaterialMixtureByWeight::BuildG4Material().
|
inline |
Definition at line 55 of file G4tgrMaterial.hh.
Referenced by G4tgbMaterialMgr::CopyMaterials(), G4tgrMaterialFactory::DumpMaterialList(), and G4tgbMaterial::GetType().
|
pure virtual |
Implemented in G4tgrMaterialMixture, and G4tgrMaterialSimple.
Referenced by G4tgbMaterial::GetZ().
|
inline |
Definition at line 67 of file G4tgrMaterial.hh.
Referenced by G4tgrLineProcessor::ProcessLine().
|
inline |
Definition at line 79 of file G4tgrMaterial.hh.
Referenced by G4tgrLineProcessor::ProcessLine().
void G4tgrMaterial::SetState | ( | const G4String & | val | ) |
Definition at line 47 of file G4tgrMaterial.cc.
Referenced by G4tgrLineProcessor::ProcessLine().
|
inline |
Definition at line 76 of file G4tgrMaterial.hh.
Referenced by G4tgrLineProcessor::ProcessLine().
|
protected |
Definition at line 84 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and GetDensity().
|
protected |
Definition at line 87 of file G4tgrMaterial.hh.
Referenced by GetIonisationMeanExcitationEnergy(), and SetIonisationMeanExcitationEnergy().
|
protected |
Definition at line 86 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and GetType().
|
protected |
Definition at line 83 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and GetName().
|
protected |
Definition at line 85 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and GetNumberOfComponents().
|
protected |
Definition at line 90 of file G4tgrMaterial.hh.
Referenced by GetPressure(), and SetPressure().
|
protected |
Definition at line 88 of file G4tgrMaterial.hh.
Referenced by GetState(), and SetState().
|
protected |
Definition at line 89 of file G4tgrMaterial.hh.
Referenced by GetTemperature(), and SetTemperature().