Geant4-11
|
#include <G4tgrMaterialSimple.hh>
Public Member Functions | |
G4tgrMaterialSimple () | |
G4tgrMaterialSimple (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) |
~G4tgrMaterialSimple () | |
Protected Attributes | |
G4double | theDensity = 0.0 |
G4double | theIonisationMeanExcitationEnergy = -1.0 |
G4String | theMateType = "Material" |
G4String | theName = "Material" |
G4int | theNoComponents = 0 |
G4double | thePressure = 0.0 |
G4State | theState = kStateUndefined |
G4double | theTemperature = 0.0 |
Private Attributes | |
G4String | name = "MaterialSimple" |
G4double | theA = 0.0 |
G4double | theZ = 0.0 |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4tgrMaterialSimple &) |
Definition at line 44 of file G4tgrMaterialSimple.hh.
G4tgrMaterialSimple::G4tgrMaterialSimple | ( | ) |
Definition at line 39 of file G4tgrMaterialSimple.cc.
G4tgrMaterialSimple::~G4tgrMaterialSimple | ( | ) |
Definition at line 44 of file G4tgrMaterialSimple.cc.
G4tgrMaterialSimple::G4tgrMaterialSimple | ( | const G4String & | matType, |
const std::vector< G4String > & | wl | ||
) |
Definition at line 49 of file G4tgrMaterialSimple.cc.
References G4tgrUtils::CheckWLsize(), cm3, g, G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), mole, theA, G4tgrMaterial::theDensity, G4tgrMaterial::theMateType, G4tgrMaterial::theName, G4tgrMaterial::theNoComponents, theZ, and WLSIZE_EQ.
|
inlinevirtual |
Implements G4tgrMaterial.
Definition at line 57 of file G4tgrMaterialSimple.hh.
References theA.
Referenced by G4tgbMaterialSimple::G4tgbMaterialSimple().
Implements G4tgrMaterial.
Definition at line 74 of file G4tgrMaterialSimple.cc.
References G4UIcommand::ConvertToString(), FatalException, G4Exception(), and name.
|
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 85 of file G4tgrMaterialSimple.cc.
References G4UIcommand::ConvertToString(), FatalException, and G4Exception().
|
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 |
Implements G4tgrMaterial.
Definition at line 58 of file G4tgrMaterialSimple.hh.
References theZ.
Referenced by G4tgbMaterialSimple::G4tgbMaterialSimple().
|
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().
|
friend |
Definition at line 96 of file G4tgrMaterialSimple.cc.
|
private |
Definition at line 65 of file G4tgrMaterialSimple.hh.
Referenced by source.g4viscp.G4Scene::create_scene(), GetComponent(), mcscore.MCParticle::printout(), and source.g4viscp.G4Scene::update_scene().
|
private |
Definition at line 66 of file G4tgrMaterialSimple.hh.
Referenced by G4tgrMaterialSimple(), and GetA().
|
protectedinherited |
Definition at line 84 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), G4tgrMaterialSimple(), and G4tgrMaterial::GetDensity().
|
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::G4tgrMaterialMixture(), G4tgrMaterialSimple(), and G4tgrMaterial::GetType().
|
protectedinherited |
Definition at line 83 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), G4tgrMaterialSimple(), and G4tgrMaterial::GetName().
|
protectedinherited |
Definition at line 85 of file G4tgrMaterial.hh.
Referenced by G4tgrMaterialMixture::G4tgrMaterialMixture(), 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().
|
private |
Definition at line 67 of file G4tgrMaterialSimple.hh.
Referenced by G4tgrMaterialSimple(), and GetZ().