Geant4
10.02.p02
|
#include <G4tgrElement.hh>
Public Member Functions | |
G4tgrElement () | |
virtual | ~G4tgrElement () |
const G4String & | GetName () const |
const G4String & | GetSymbol () const |
const G4String & | GetType () const |
Protected Attributes | |
G4String | theName |
G4String | theSymbol |
G4String | theType |
Definition at line 45 of file G4tgrElement.hh.
G4tgrElement::G4tgrElement | ( | ) |
Definition at line 38 of file G4tgrElement.cc.
|
virtual |
Definition at line 42 of file G4tgrElement.cc.
|
inline |
Definition at line 52 of file G4tgrElement.hh.
References theName.
Referenced by G4tgrMaterialFactory::AddElementFromIsotopes(), G4tgrMaterialFactory::AddElementSimple(), G4tgbElement::BuildG4ElementFromIsotopes(), G4tgbElement::BuildG4ElementSimple(), and G4tgbElement::GetName().
|
inline |
Definition at line 53 of file G4tgrElement.hh.
References theSymbol.
Referenced by G4tgbElement::BuildG4ElementFromIsotopes(), and G4tgbElement::BuildG4ElementSimple().
|
inline |
Definition at line 54 of file G4tgrElement.hh.
References theType.
Referenced by G4tgbElement::GetType().
|
protected |
Definition at line 58 of file G4tgrElement.hh.
Referenced by G4tgrElementFromIsotopes::G4tgrElementFromIsotopes(), G4tgrElementSimple::G4tgrElementSimple(), GetName(), and operator<<().
|
protected |
Definition at line 59 of file G4tgrElement.hh.
Referenced by G4tgrElementFromIsotopes::G4tgrElementFromIsotopes(), G4tgrElementSimple::G4tgrElementSimple(), and GetSymbol().
|
protected |
Definition at line 60 of file G4tgrElement.hh.
Referenced by G4tgrElementFromIsotopes::G4tgrElementFromIsotopes(), G4tgrElementSimple::G4tgrElementSimple(), and GetType().