Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrElementSimple.hh>
Public Member Functions | |
G4tgrElementSimple () | |
~G4tgrElementSimple () | |
G4tgrElementSimple (const std::vector< G4String > &wl) | |
G4double | GetZ () const |
G4double | GetA () const |
Public Member Functions inherited from G4tgrElement | |
G4tgrElement () | |
virtual | ~G4tgrElement () |
const G4String & | GetName () const |
const G4String & | GetSymbol () const |
const G4String & | GetType () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrElementSimple &obj) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrElement | |
G4String | theName |
G4String | theSymbol |
G4String | theType |
Definition at line 49 of file G4tgrElementSimple.hh.
G4tgrElementSimple::G4tgrElementSimple | ( | ) |
Definition at line 43 of file G4tgrElementSimple.cc.
G4tgrElementSimple::~G4tgrElementSimple | ( | ) |
Definition at line 50 of file G4tgrElementSimple.cc.
Definition at line 56 of file G4tgrElementSimple.cc.
|
inline |
Definition at line 61 of file G4tgrElementSimple.hh.
Referenced by G4tgbElement::BuildG4ElementSimple().
|
inline |
Definition at line 60 of file G4tgrElementSimple.hh.
Referenced by G4tgbElement::BuildG4ElementSimple().
|
friend |
Definition at line 78 of file G4tgrElementSimple.cc.