|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgbMaterialMixtureByVolume.hh>
Inheritance 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) | |
| 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 |
Additional Inherited Members | |
| virtual void | TransformToFractionsByWeight () |
Protected Attributes inherited from G4tgbMaterial | |
| G4tgrMaterial * | theTgrMate = nullptr |
| G4Material * | theG4Mate = nullptr |
Definition at line 40 of file G4tgbMaterialMixtureByVolume.hh.
| G4tgbMaterialMixtureByVolume::G4tgbMaterialMixtureByVolume | ( | ) |
Definition at line 39 of file G4tgbMaterialMixtureByVolume.cc.
| G4tgbMaterialMixtureByVolume::G4tgbMaterialMixtureByVolume | ( | G4tgrMaterial * | tgr | ) |
Definition at line 49 of file G4tgbMaterialMixtureByVolume.cc.
| G4tgbMaterialMixtureByVolume::~G4tgbMaterialMixtureByVolume | ( | ) |
Definition at line 44 of file G4tgbMaterialMixtureByVolume.cc.
|
virtual |
Implements G4tgbMaterial.
Definition at line 55 of file G4tgbMaterialMixtureByVolume.cc.
|
virtual |
Reimplemented from G4tgbMaterialMixture.
Definition at line 111 of file G4tgbMaterialMixtureByVolume.cc.
Referenced by BuildG4Material().