|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgbMaterialMixture.hh>
Inheritance diagram for G4tgbMaterialMixture:Public Member Functions | |
| 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) | |
| virtual G4Material * | BuildG4Material ()=0 |
| const G4String & | GetName () const |
| G4double | GetDensity () const |
| G4int | GetNumberOfMaterials () const |
| G4double | GetA () const |
| G4double | GetZ () const |
| const G4String & | GetType () const |
| G4tgrMaterial * | GetTgrMate () const |
Protected Member Functions | |
| virtual void | TransformToFractionsByWeight () |
Additional Inherited Members | |
Protected Attributes inherited from G4tgbMaterial | |
| G4tgrMaterial * | theTgrMate = nullptr |
| G4Material * | theG4Mate = nullptr |
Definition at line 40 of file G4tgbMaterialMixture.hh.
| G4tgbMaterialMixture::G4tgbMaterialMixture | ( | ) |
Definition at line 34 of file G4tgbMaterialMixture.cc.
|
virtual |
Definition at line 39 of file G4tgbMaterialMixture.cc.
Definition at line 44 of file G4tgbMaterialMixture.cc.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().
Definition at line 50 of file G4tgbMaterialMixture.cc.
Referenced by G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().
| G4tgbMaterialMixture & G4tgbMaterialMixture::operator= | ( | const G4tgbMaterialMixture & | ) |
Definition at line 57 of file G4tgbMaterialMixture.cc.
|
protectedvirtual |
Reimplemented in G4tgbMaterialMixtureByNoAtoms, and G4tgbMaterialMixtureByVolume.
Definition at line 63 of file G4tgbMaterialMixture.cc.