Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#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 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrIsotope &obj) |
Definition at line 41 of file G4tgrIsotope.hh.
G4tgrIsotope::G4tgrIsotope | ( | ) |
Definition at line 38 of file G4tgrIsotope.cc.
G4tgrIsotope::~G4tgrIsotope | ( | ) |
Definition at line 43 of file G4tgrIsotope.cc.
G4tgrIsotope::G4tgrIsotope | ( | const std::vector< G4String > & | wl | ) |
Definition at line 48 of file G4tgrIsotope.cc.
|
inline |
Definition at line 57 of file G4tgrIsotope.hh.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
inline |
Definition at line 56 of file G4tgrIsotope.hh.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
inline |
Definition at line 54 of file G4tgrIsotope.hh.
Referenced by G4tgrMaterialFactory::AddIsotope(), G4tgbIsotope::BuildG4Isotope(), and G4tgbIsotope::GetName().
|
inline |
Definition at line 55 of file G4tgrIsotope.hh.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
friend |
Definition at line 67 of file G4tgrIsotope.cc.