|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrMaterialSimple.hh>
Inheritance diagram for G4tgrMaterialSimple:Public Member Functions | |
| G4tgrMaterialSimple () | |
| ~G4tgrMaterialSimple () | |
| G4tgrMaterialSimple (const G4String &matType, const std::vector< G4String > &wl) | |
| G4double | GetA () const |
| G4double | GetZ () const |
| const G4String & | GetComponent (G4int i) const |
| G4double | GetFraction (G4int i) |
Public Member Functions inherited from G4tgrMaterial | |
| G4tgrMaterial () | |
| virtual | ~G4tgrMaterial () |
| const G4String & | GetName () const |
| G4double | GetDensity () const |
| G4int | GetNumberOfComponents () const |
| const G4String & | GetType () const |
| virtual G4double | GetA () const =0 |
| virtual G4double | GetZ () const =0 |
| virtual const G4String & | GetComponent (G4int i) const =0 |
| virtual G4double | GetFraction (G4int i)=0 |
| G4double | GetIonisationMeanExcitationEnergy () const |
| void | SetIonisationMeanExcitationEnergy (G4double mee) |
| const G4State & | GetState () const |
| void | SetState (const G4String &val) |
| G4double | GetTemperature () const |
| void | SetTemperature (G4double val) |
| G4double | GetPressure () const |
| void | SetPressure (G4double val) |
Friends | |
| std::ostream & | operator<< (std::ostream &, const G4tgrMaterialSimple &) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrMaterial | |
| G4String | theName = "Material" |
| G4double | theDensity = 0.0 |
| G4int | theNoComponents = 0 |
| G4String | theMateType = "Material" |
| G4double | theIonisationMeanExcitationEnergy = -1.0 |
| G4State | theState = kStateUndefined |
| G4double | theTemperature = 0.0 |
| G4double | thePressure = 0.0 |
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.
|
inlinevirtual |
Implements G4tgrMaterial.
Definition at line 57 of file G4tgrMaterialSimple.hh.
Referenced by G4tgbMaterialSimple::G4tgbMaterialSimple().
Implements G4tgrMaterial.
Definition at line 74 of file G4tgrMaterialSimple.cc.
Implements G4tgrMaterial.
Definition at line 85 of file G4tgrMaterialSimple.cc.
|
inlinevirtual |
Implements G4tgrMaterial.
Definition at line 58 of file G4tgrMaterialSimple.hh.
Referenced by G4tgbMaterialSimple::G4tgbMaterialSimple().
|
friend |
Definition at line 96 of file G4tgrMaterialSimple.cc.