|
Geant4
10.00.p03
|
#include <G4tgbMaterialMixtureByVolume.hh>
Inheritance diagram for G4tgbMaterialMixtureByVolume:
Collaboration diagram for G4tgbMaterialMixtureByVolume:Public Member Functions | |
| G4tgbMaterialMixtureByVolume () | |
| G4tgbMaterialMixtureByVolume (G4tgrMaterial *tgr) | |
| ~G4tgbMaterialMixtureByVolume () | |
| G4Material * | BuildG4Material () |
| void | TransformToFractionsByWeight () |
Public Member Functions inherited from G4tgbMaterialMixture | |
| G4tgbMaterialMixture () | |
| virtual | ~G4tgbMaterialMixture () |
| virtual const G4String & | GetComponent (G4int i) const |
| virtual G4double | GetFraction (G4int i) const |
| G4tgbMaterialMixture & | operator= (const G4tgbMaterialMixture &) |
Public Member Functions inherited from G4tgbMaterial | |
| G4tgbMaterial () | |
| virtual | ~G4tgbMaterial () |
| G4tgbMaterial (G4tgrMaterial *tgr) | |
| const G4String & | GetName () const |
| G4double | GetDensity () const |
| G4int | GetNumberOfMaterials () const |
| G4double | GetA () const |
| G4double | GetZ () const |
| const G4String & | GetType () const |
| G4tgrMaterial * | GetTgrMate () const |
Private Attributes | |
| std::vector< G4double > | theFractionsByWeight |
Additional Inherited Members | |
Protected Attributes inherited from G4tgbMaterial | |
| G4tgrMaterial * | theTgrMate |
| G4Material * | theG4Mate |
Definition at line 50 of file G4tgbMaterialMixtureByVolume.hh.
| G4tgbMaterialMixtureByVolume::G4tgbMaterialMixtureByVolume | ( | ) |
Definition at line 44 of file G4tgbMaterialMixtureByVolume.cc.
| G4tgbMaterialMixtureByVolume::G4tgbMaterialMixtureByVolume | ( | G4tgrMaterial * | tgr | ) |
Definition at line 56 of file G4tgbMaterialMixtureByVolume.cc.
References G4tgbMaterial::theTgrMate.
| G4tgbMaterialMixtureByVolume::~G4tgbMaterialMixtureByVolume | ( | ) |
Definition at line 50 of file G4tgbMaterialMixtureByVolume.cc.
|
virtual |
Implements G4tgbMaterial.
Definition at line 63 of file G4tgbMaterialMixtureByVolume.cc.
References G4Material::AddMaterial(), cm3, FatalException, G4tgbMaterialMgr::FindOrBuildG4Material(), g, G4cout, G4endl, G4Exception(), G4tgbMaterialMixture::GetComponent(), G4tgrMaterial::GetDensity(), G4tgbMaterialMgr::GetInstance(), G4tgrMaterial::GetName(), G4tgrMaterial::GetNumberOfComponents(), G4tgrMaterial::GetPressure(), G4tgrMaterial::GetState(), G4tgrMaterial::GetTemperature(), G4tgrMessenger::GetVerboseLevel(), theFractionsByWeight, G4tgbMaterial::theTgrMate, and TransformToFractionsByWeight().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4tgbMaterialMixture.
Definition at line 124 of file G4tgbMaterialMixtureByVolume.cc.
References FatalException, G4tgbMaterialMgr::FindOrBuildG4Material(), G4cout, G4endl, G4Exception(), G4tgbMaterialMixture::GetComponent(), G4Material::GetDensity(), G4tgbMaterialMixture::GetFraction(), G4tgbMaterialMgr::GetInstance(), G4tgrMaterial::GetName(), G4Material::GetName(), G4tgrMaterial::GetNumberOfComponents(), G4tgrMessenger::GetVerboseLevel(), theFractionsByWeight, and G4tgbMaterial::theTgrMate.
Referenced by BuildG4Material().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 65 of file G4tgbMaterialMixtureByVolume.hh.
Referenced by BuildG4Material(), and TransformToFractionsByWeight().