Geant4-11
|
#include <G4tgrMaterialMixture.hh>
Public Member Functions | |
G4tgrMaterialMixture () | |
G4tgrMaterialMixture (const G4String &matType, const std::vector< G4String > &wl) | |
G4double | GetA () const |
const G4String & | GetComponent (G4int i) const |
G4double | GetDensity () const |
G4double | GetFraction (G4int i) |
G4double | GetIonisationMeanExcitationEnergy () const |
const G4String & | GetName () const |
G4int | GetNumberOfComponents () const |
G4double | GetPressure () const |
const G4State & | GetState () const |
G4double | GetTemperature () const |
const G4String & | GetType () const |
G4double | GetZ () const |
void | SetIonisationMeanExcitationEnergy (G4double mee) |
void | SetPressure (G4double val) |
void | SetState (const G4String &val) |
void | SetTemperature (G4double val) |
~G4tgrMaterialMixture () | |
Protected Member Functions | |
void | TransformToFractionsByWeight () |
Protected Attributes | |
std::vector< G4String > | theComponents |
G4double | theDensity = 0.0 |
std::vector< G4double > | theFractions |
G4double | theIonisationMeanExcitationEnergy = -1.0 |
G4String | theMateType = "Material" |
G4String | theName = "Material" |
G4int | theNoComponents = 0 |
G4double | thePressure = 0.0 |
G4State | theState = kStateUndefined |
G4double | theTemperature = 0.0 |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4tgrMaterialMixture &) |
Definition at line 43 of file G4tgrMaterialMixture.hh.
G4tgrMaterialMixture::G4tgrMaterialMixture | ( | ) |
Definition at line 38 of file G4tgrMaterialMixture.cc.
G4tgrMaterialMixture::~G4tgrMaterialMixture | ( | ) |
Definition at line 43 of file G4tgrMaterialMixture.cc.
G4tgrMaterialMixture::G4tgrMaterialMixture | ( | const G4String & | matType, |
const std::vector< G4String > & | wl | ||
) |
Definition at line 48 of file G4tgrMaterialMixture.cc.
References G4tgrUtils::CheckWLsize(), cm3, g, G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetInt(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), theComponents, G4tgrMaterial::theDensity, theFractions, G4tgrMaterial::theMateType, G4tgrMaterial::theName, G4tgrMaterial::theNoComponents, and WLSIZE_GE.
|
inlinevirtual |
Implements G4tgrMaterial.
Definition at line 60 of file G4tgrMaterialMixture.hh.
References theComponents.
|
inlineinherited |
Definition at line 51 of file G4tgrMaterial.hh.
References G4tgrMaterial::theDensity.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgbMaterialSimple::BuildG4Material(), and G4tgbMaterial::GetDensity().
Implements G4tgrMaterial.
Definition at line 61 of file G4tgrMaterialMixture.hh.
References theFractions.
|
inlineinherited |
Definition at line 62 of file G4tgrMaterial.hh.
References G4tgrMaterial::theIonisationMeanExcitationEnergy.
Referenced by G4tgbMaterialMgr::FindOrBuildG4Material().
|
inlineinherited |
Definition at line 49 of file G4tgrMaterial.hh.
References G4tgrMaterial::theName.
Referenced by G4tgrMaterialFactory::AddMaterialMixture(), G4tgrMaterialFactory::AddMaterialSimple(), G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgrMaterialFactory::DumpMaterialList(), G4tgbMaterial::GetName(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().
|
inlineinherited |
Definition at line 54 of file G4tgrMaterial.hh.
References G4tgrMaterial::theNoComponents.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgrMaterialFactory::DumpMaterialList(), G4tgbMaterial::GetNumberOfMaterials(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().
|
inlineinherited |
Definition at line 78 of file G4tgrMaterial.hh.
References G4tgrMaterial::thePressure.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), and G4tgbMaterialMixtureByWeight::BuildG4Material().
|
inlineinherited |
Definition at line 72 of file G4tgrMaterial.hh.
References G4tgrMaterial::theState.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), and G4tgbMaterialMixtureByWeight::BuildG4Material().
|
inlineinherited |
Definition at line 75 of file G4tgrMaterial.hh.
References G4tgrMaterial::theTemperature.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), and G4tgbMaterialMixtureByWeight::BuildG4Material().
|
inlineinherited |
Definition at line 55 of file G4tgrMaterial.hh.
References G4tgrMaterial::theMateType.
Referenced by G4tgbMaterialMgr::CopyMaterials(), G4tgrMaterialFactory::DumpMaterialList(), and G4tgbMaterial::GetType().
|
inlinevirtual |
|
inlineinherited |
Definition at line 67 of file G4tgrMaterial.hh.
References G4tgrMaterial::theIonisationMeanExcitationEnergy.
Referenced by G4tgrLineProcessor::ProcessLine().
|
inlineinherited |
Definition at line 79 of file G4tgrMaterial.hh.
References G4tgrMaterial::thePressure.
Referenced by G4tgrLineProcessor::ProcessLine().
|
inherited |
Definition at line 47 of file G4tgrMaterial.cc.
References FatalErrorInArgument, G4Exception(), kStateGas, kStateLiquid, kStateSolid, kStateUndefined, and G4tgrMaterial::theState.
Referenced by G4tgrLineProcessor::ProcessLine().
|
inlineinherited |
Definition at line 76 of file G4tgrMaterial.hh.
References G4tgrMaterial::theTemperature.
Referenced by G4tgrLineProcessor::ProcessLine().
|
inlineprotected |
Definition at line 65 of file G4tgrMaterialMixture.hh.
|
friend |
Definition at line 88 of file G4tgrMaterialMixture.cc.
|
protected |
Definition at line 69 of file G4tgrMaterialMixture.hh.
Referenced by G4tgrMaterialMixture(), and GetComponent().
|
protectedinherited |
Definition at line 84 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and G4tgrMaterial::GetDensity().
|
protected |
Definition at line 70 of file G4tgrMaterialMixture.hh.
Referenced by G4tgrMaterialMixture(), and GetFraction().
|
protectedinherited |
Definition at line 87 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterial::GetIonisationMeanExcitationEnergy(), and G4tgrMaterial::SetIonisationMeanExcitationEnergy().
|
protectedinherited |
Definition at line 86 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and G4tgrMaterial::GetType().
|
protectedinherited |
Definition at line 83 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and G4tgrMaterial::GetName().
|
protectedinherited |
Definition at line 85 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture(), G4tgrMaterialSimple::G4tgrMaterialSimple(), and G4tgrMaterial::GetNumberOfComponents().
|
protectedinherited |
Definition at line 90 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterial::GetPressure(), and G4tgrMaterial::SetPressure().
|
protectedinherited |
Definition at line 88 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterial::GetState(), and G4tgrMaterial::SetState().
|
protectedinherited |
Definition at line 89 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterial::GetTemperature(), and G4tgrMaterial::SetTemperature().