Geant4
10.02.p02
|
#include <G4tgrIsotope.hh>
Public Member Functions | |
G4tgrIsotope () | |
~G4tgrIsotope () | |
G4tgrIsotope (const std::vector< G4String > &wl) | |
const G4String & | GetName () const |
G4int | GetZ () const |
G4int | GetN () const |
G4double | GetA () const |
Private Attributes | |
G4String | theName |
G4int | theZ |
G4int | theN |
G4double | theA |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrIsotope &obj) |
Definition at line 47 of file G4tgrIsotope.hh.
G4tgrIsotope::G4tgrIsotope | ( | ) |
Definition at line 44 of file G4tgrIsotope.cc.
G4tgrIsotope::~G4tgrIsotope | ( | ) |
Definition at line 51 of file G4tgrIsotope.cc.
G4tgrIsotope::G4tgrIsotope | ( | const std::vector< G4String > & | wl | ) |
Definition at line 57 of file G4tgrIsotope.cc.
References G4tgrUtils::CheckWLsize(), g, G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetInt(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), mole, theA, theN, theName, theZ, and WLSIZE_EQ.
|
inline |
Definition at line 63 of file G4tgrIsotope.hh.
References theA.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
inline |
Definition at line 62 of file G4tgrIsotope.hh.
References theN.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
inline |
Definition at line 60 of file G4tgrIsotope.hh.
References theName.
Referenced by G4tgrMaterialFactory::AddIsotope(), G4tgbIsotope::BuildG4Isotope(), and G4tgbIsotope::GetName().
|
inline |
Definition at line 61 of file G4tgrIsotope.hh.
References theZ.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
friend |
Definition at line 76 of file G4tgrIsotope.cc.
|
private |
Definition at line 72 of file G4tgrIsotope.hh.
Referenced by G4tgrIsotope(), GetA(), and operator<<().
|
private |
Definition at line 71 of file G4tgrIsotope.hh.
Referenced by G4tgrIsotope(), GetN(), and operator<<().
|
private |
Definition at line 69 of file G4tgrIsotope.hh.
Referenced by G4tgrIsotope(), GetName(), and operator<<().
|
private |
Definition at line 70 of file G4tgrIsotope.hh.
Referenced by G4tgrIsotope(), GetZ(), and operator<<().