#include <TGeoElement.h>
Inheritance diagram for TGeoIsotope:
Public Member Functions | |
TGeoIsotope () | |
TGeoIsotope (const char *name, Int_t z, Int_t n, Double_t a) | |
virtual | ~TGeoIsotope () |
Int_t | GetZ () const |
Int_t | GetN () const |
Double_t | GetA () const |
virtual void | Print (Option_t *option="") const |
TGeoIsotope () | |
TGeoIsotope (const char *name, Int_t z, Int_t n, Double_t a) | |
virtual | ~TGeoIsotope () |
Int_t | GetZ () const |
Int_t | GetN () const |
Double_t | GetA () const |
virtual void | Print (Option_t *option="") const |
Static Public Member Functions | |
static TGeoIsotope * | FindIsotope (const char *name) |
static TGeoIsotope * | FindIsotope (const char *name) |
Protected Attributes | |
Int_t | fZ |
Int_t | fN |
Double_t | fA |
Definition at line 104 of file TGeoElement.h.
TGeoIsotope::TGeoIsotope | ( | ) |
Definition at line 243 of file TGeoElement.cxx.
References TGeoElementTable::AddIsotope(), TObject::Fatal(), and TGeoElement::GetElementTable().
virtual TGeoIsotope::~TGeoIsotope | ( | ) | [inline, virtual] |
Definition at line 114 of file TGeoElement.h.
TGeoIsotope::TGeoIsotope | ( | ) |
virtual TGeoIsotope::~TGeoIsotope | ( | ) | [inline, virtual] |
Definition at line 114 of file TGeoElement.h.
Int_t TGeoIsotope::GetZ | ( | ) | const [inline] |
Definition at line 116 of file TGeoElement.h.
References fZ.
Referenced by TGeoElement::AddIsotope().
Int_t TGeoIsotope::GetN | ( | ) | const [inline] |
Definition at line 117 of file TGeoElement.h.
References fN.
Referenced by TGeoElement::AddIsotope(), and TGeoElement::Neff().
Double_t TGeoIsotope::GetA | ( | ) | const [inline] |
Definition at line 118 of file TGeoElement.h.
References fA.
Referenced by TGeoElement::AddIsotope().
TGeoIsotope * TGeoIsotope::FindIsotope | ( | const char * | name | ) | [static] |
Definition at line 256 of file TGeoElement.cxx.
References TGeoElementTable::FindIsotope(), and TGeoElement::GetElementTable().
Referenced by G__G__Geom1_138_0_6(), and G__setup_memfuncTGeoIsotope().
void TGeoIsotope::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TNamed.
Definition at line 264 of file TGeoElement.cxx.
References fA, fN, fZ, and TNamed::GetName().
Referenced by TGeoElement::Print().
Int_t TGeoIsotope::GetZ | ( | ) | const [inline] |
Int_t TGeoIsotope::GetN | ( | ) | const [inline] |
Double_t TGeoIsotope::GetA | ( | ) | const [inline] |
static TGeoIsotope* TGeoIsotope::FindIsotope | ( | const char * | name | ) | [static] |
virtual void TGeoIsotope::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TNamed.
Int_t TGeoIsotope::fZ [protected] |
Int_t TGeoIsotope::fN [protected] |
Double_t TGeoIsotope::fA [protected] |