#include <G4tgrIsotope.hh>
Definition at line 41 of file G4tgrIsotope.hh.
◆ G4tgrIsotope() [1/2]
G4tgrIsotope::G4tgrIsotope |
( |
| ) |
|
◆ ~G4tgrIsotope()
G4tgrIsotope::~G4tgrIsotope |
( |
| ) |
|
◆ G4tgrIsotope() [2/2]
G4tgrIsotope::G4tgrIsotope |
( |
const std::vector< G4String > & | wl | ) |
|
Definition at line 48 of file G4tgrIsotope.cc.
49{
50
52
57
58#ifdef G4VERBOSE
60 {
62 }
63#endif
64}
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()
◆ GetN()
G4int G4tgrIsotope::GetN |
( |
| ) |
const |
|
inline |
◆ GetName()
const G4String & G4tgrIsotope::GetName |
( |
| ) |
const |
|
inline |
◆ GetZ()
G4int G4tgrIsotope::GetZ |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const G4tgrIsotope & | obj ) |
|
friend |
Definition at line 67 of file G4tgrIsotope.cc.
68{
69 os << "G4tgrIsotope= " << obj.theName << " Z = " << obj.theZ
70 <<
" N= " << obj.theN <<
" A= " << obj.theA <<
G4endl;
71
72 return os;
73}
The documentation for this class was generated from the following files: