![]() |
KaliVeda
Toolkit for HIC analysis
|
Simple class for store life time information of nucleus.
Created by KVClassFactory on Thu Jan 27 17:23:54 2011 Author: Eric Bonnet,,,
Definition at line 16 of file KVMassExcess.h.
#include <KVMassExcess.h>
Public Member Functions | |
KVMassExcess () | |
Default constructor. More... | |
KVMassExcess (const Char_t *name) | |
Default constructor. More... | |
virtual | ~KVMassExcess () |
Destructor. More... | |
![]() | |
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 |
virtual void | Print (Option_t *option="") const |
void | SetMeasured (Bool_t measured) |
void | SetName (TString name) |
void | SetValue (Double_t val) |
KVMassExcess::KVMassExcess | ( | ) |
Default constructor.
Definition at line 26 of file KVMassExcess.cpp.
KVMassExcess::KVMassExcess | ( | const Char_t * | name | ) |
Default constructor.
Definition at line 14 of file KVMassExcess.cpp.
|
virtual |
Destructor.
Definition at line 40 of file KVMassExcess.cpp.