![]() |
KaliVeda
Toolkit for HIC analysis
|
Atomic element with name, symbol and density.
Created by KVClassFactory on Thu Sep 27 17:23:23 2012 Author: John Frankland,,,
Definition at line 16 of file KVElementDensity.h.
#include <KVElementDensity.h>
Public Member Functions | |
KVElementDensity () | |
Default constructor. More... | |
KVElementDensity (const Char_t *name) | |
Default constructor. More... | |
KVElementDensity (const KVElementDensity &) | |
virtual | ~KVElementDensity () |
Destructor. More... | |
void | Copy (TObject &) const |
const Char_t * | GetElementName () const |
const Char_t * | GetElementSymbol () const |
Int_t | GetZ () const |
Bool_t | IsGas () const |
void | Print (Option_t *o="") const |
void | SetElementName (const Char_t *en) |
void | SetElementSymbol (const Char_t *s) |
void | SetIsGas (Bool_t g=kTRUE) |
void | SetZ (Int_t z) |
![]() | |
KVNuclData () | |
Default constructor. More... | |
KVNuclData (const Char_t *name, const Char_t *units="NONE") | |
Constructor with name & units. More... | |
KVNuclData (const KVNuclData &) | |
Copy constructor. More... | |
virtual | ~KVNuclData () |
Destructor. More... | |
void | Copy (TObject &object) const |
Copy this to object. More... | |
const Char_t * | GetName () const |
const Char_t * | GetUnit () const |
Double_t | GetValue () const |
Bool_t | IsMeasured () const |
void | SetMeasured (Bool_t measured) |
void | SetName (TString name) |
void | SetValue (Double_t val) |
Private Attributes | |
TString | fElementName |
Bool_t | fIsGas |
TString | fSymbol |
Int_t | fZ |
KVElementDensity::KVElementDensity | ( | ) |
Default constructor.
Definition at line 12 of file KVElementDensity.cpp.
KVElementDensity::KVElementDensity | ( | const Char_t * | name | ) |
Default constructor.
Definition at line 25 of file KVElementDensity.cpp.
KVElementDensity::KVElementDensity | ( | const KVElementDensity & | obj | ) |
Copy constructor This ctor is used to make a copy of an existing object (for example when a method returns an object), and it is always a good idea to implement it. If your class allocates memory in its constructor(s) then it is ESSENTIAL :-)
Definition at line 41 of file KVElementDensity.cpp.
|
virtual |
Destructor.
Definition at line 57 of file KVElementDensity.cpp.
void KVElementDensity::Copy | ( | TObject & | obj | ) | const |
This method copies the current state of 'this' object into 'obj' You should add here any member variables, for example: (supposing a member variable KVElementDensity::fToto) CastedObj.fToto = fToto; or CastedObj.SetToto( GetToto() );
Definition at line 73 of file KVElementDensity.cpp.
|
inline |
Definition at line 58 of file KVElementDensity.h.
|
inline |
Definition at line 50 of file KVElementDensity.h.
|
inline |
Definition at line 34 of file KVElementDensity.h.
|
inline |
Definition at line 42 of file KVElementDensity.h.
|
virtual |
Reimplemented from KVNuclData.
Definition at line 94 of file KVElementDensity.cpp.
|
inline |
Definition at line 54 of file KVElementDensity.h.
|
inline |
Definition at line 46 of file KVElementDensity.h.
|
inline |
Definition at line 38 of file KVElementDensity.h.
|
inline |
Definition at line 30 of file KVElementDensity.h.
|
private |
Definition at line 20 of file KVElementDensity.h.
|
private |
Definition at line 18 of file KVElementDensity.h.
|
private |
Definition at line 19 of file KVElementDensity.h.
|
private |
Definition at line 17 of file KVElementDensity.h.