#include <G4tgrElementSimple.hh>
Definition at line 42 of file G4tgrElementSimple.hh.
◆ G4tgrElementSimple() [1/2]
G4tgrElementSimple::G4tgrElementSimple |
( |
| ) |
|
◆ ~G4tgrElementSimple()
G4tgrElementSimple::~G4tgrElementSimple |
( |
| ) |
|
◆ G4tgrElementSimple() [2/2]
G4tgrElementSimple::G4tgrElementSimple |
( |
const std::vector< G4String > & | wl | ) |
|
Definition at line 48 of file G4tgrElementSimple.cc.
49{
50
52 "G4tgrElementSimple::G4tgrElementSimple");
53
59
60#ifdef G4VERBOSE
62 {
64 }
65#endif
66}
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4String GetString(const G4String &str)
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
static G4int GetInt(const G4String &str)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
◆ GetA()
G4double G4tgrElementSimple::GetA |
( |
| ) |
const |
|
inline |
◆ GetZ()
G4double G4tgrElementSimple::GetZ |
( |
| ) |
const |
|
inline |
◆ operator<<
Definition at line 69 of file G4tgrElementSimple.cc.
70{
71 os <<
"G4tgrElementSimple= " << obj.
theName <<
" Z = " << obj.theZ
72 <<
" A= " << obj.theA <<
G4endl;
73
74 return os;
75}
The documentation for this class was generated from the following files: