![]() |
KaliVeda
Toolkit for HIC analysis
|
Store life time information of nuclei.
Created by KVClassFactory on Wed Feb 9 13:04:29 2011 Author: bonnet
Definition at line 18 of file KVLifeTimeTable.h.
#include <KVLifeTimeTable.h>
Public Member Functions | |
KVLifeTimeTable () | |
Default constructor. More... | |
virtual | ~KVLifeTimeTable () |
Destructor. More... | |
KVLifeTime * | GetLifeTime (Int_t zz, Int_t aa) const |
virtual void | Initialize () |
Bool_t | IsAResonance (Int_t zz, Int_t aa) const |
![]() | |
KVNuclDataTable () | |
Default constructor. More... | |
KVNuclDataTable (KVString classname) | |
Constructor with class name of the store objects. More... | |
virtual | ~KVNuclDataTable () |
Destructor. More... | |
KVString | GetCommentsFromFile () const |
KVNuclData * | GetData (Int_t zz, Int_t aa) const |
Int_t | GetNumberOfNuclei () const |
const Char_t * | GetReadFileName () const |
const Char_t * | GetUnit (Int_t zz, Int_t aa) const |
Double_t | GetValue (Int_t zz, Int_t aa) const |
virtual void | GiveIndexToNucleus (Int_t zz, Int_t aa, Int_t ntot) |
Add a new entry in the table. More... | |
void | init () |
Bool_t | IsInTable (Int_t zz, Int_t aa) const |
Returns kTRUE if there is a couple (Z,A) in the table. More... | |
Bool_t | IsMeasured (Int_t zz, Int_t aa) const |
void | SetValue (Int_t zz, Int_t aa, Double_t val) |
Private Member Functions | |
virtual void | init () |
Initialisation de la table de conversion en unite de temps. More... | |
Double_t | ToMeV (TString unit) |
Allow conversion from a given energy unit to MeV. More... | |
Double_t | ToSecond (TString unit) |
Allow conversion from a given time unit to second. More... | |
Private Attributes | |
Double_t | conversion_e [15][15] |
Double_t | conversion_t [15][15] |
matrice kNu_t*kNu_t to convert a life time from one unit to an other one More... | |
Int_t | kNu_e |
number of possible energy units (resonnance) More... | |
Int_t | kNu_t |
number of possible time units More... | |
KVString | list_e |
KVString | list_t |
an energy resonnance from one unit to an other one More... | |
KVString | list_ve |
KVString | list_vt |
KVNameValueList | lu_e |
KVNameValueList | lu_t |
KVLifeTimeTable::KVLifeTimeTable | ( | ) |
Default constructor.
Definition at line 15 of file KVLifeTimeTable.cpp.
|
virtual |
Destructor.
Definition at line 26 of file KVLifeTimeTable.cpp.
KVLifeTime * KVLifeTimeTable::GetLifeTime | ( | Int_t | zz, |
Int_t | aa | ||
) | const |
Definition at line 256 of file KVLifeTimeTable.cpp.
|
privatevirtual |
Initialisation de la table de conversion en unite de temps.
Definition at line 43 of file KVLifeTimeTable.cpp.
|
virtual |
Implements KVNuclDataTable.
Definition at line 129 of file KVLifeTimeTable.cpp.
Bool_t KVLifeTimeTable::IsAResonance | ( | Int_t | zz, |
Int_t | aa | ||
) | const |
Returns bit of the registered KVNuclData object associated to the couple (Z,A). indicating if the nucleus as lifetime (in second) or a resonnance width (in MeV) returns kFALSE if no such object is present
Definition at line 270 of file KVLifeTimeTable.cpp.
|
private |
Allow conversion from a given energy unit to MeV.
Definition at line 242 of file KVLifeTimeTable.cpp.
|
private |
Allow conversion from a given time unit to second.
Definition at line 227 of file KVLifeTimeTable.cpp.
|
private |
matrice kNu_e*kNu_e to convert
Definition at line 30 of file KVLifeTimeTable.h.
|
private |
matrice kNu_t*kNu_t to convert a life time from one unit to an other one
Definition at line 27 of file KVLifeTimeTable.h.
|
private |
number of possible energy units (resonnance)
Definition at line 29 of file KVLifeTimeTable.h.
|
private |
number of possible time units
Definition at line 26 of file KVLifeTimeTable.h.
|
private |
Definition at line 33 of file KVLifeTimeTable.h.
|
private |
an energy resonnance from one unit to an other one
Definition at line 32 of file KVLifeTimeTable.h.
|
private |
Definition at line 33 of file KVLifeTimeTable.h.
|
private |
Definition at line 32 of file KVLifeTimeTable.h.
|
private |
Definition at line 36 of file KVLifeTimeTable.h.
|
private |
Definition at line 35 of file KVLifeTimeTable.h.