KaliVeda
Toolkit for HIC analysis
KVLifeTimeTable Class Reference

Detailed Description

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>

Inheritance diagram for KVLifeTimeTable:

Public Member Functions

 KVLifeTimeTable ()
 Default constructor. More...
 
virtual ~KVLifeTimeTable ()
 Destructor. More...
 
KVLifeTimeGetLifeTime (Int_t zz, Int_t aa) const
 
virtual void Initialize ()
 
Bool_t IsAResonance (Int_t zz, Int_t aa) const
 
- Public Member Functions inherited from KVNuclDataTable
 KVNuclDataTable ()
 Default constructor. More...
 
 KVNuclDataTable (KVString classname)
 Constructor with class name of the store objects. More...
 
virtual ~KVNuclDataTable ()
 Destructor. More...
 
KVString GetCommentsFromFile () const
 
KVNuclDataGetData (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
 

Constructor & Destructor Documentation

◆ KVLifeTimeTable()

KVLifeTimeTable::KVLifeTimeTable ( )

Default constructor.

Definition at line 15 of file KVLifeTimeTable.cpp.

◆ ~KVLifeTimeTable()

KVLifeTimeTable::~KVLifeTimeTable ( )
virtual

Destructor.

Definition at line 26 of file KVLifeTimeTable.cpp.

Member Function Documentation

◆ GetLifeTime()

KVLifeTime * KVLifeTimeTable::GetLifeTime ( Int_t  zz,
Int_t  aa 
) const

Definition at line 256 of file KVLifeTimeTable.cpp.

◆ init()

void KVLifeTimeTable::init ( void  )
privatevirtual

Initialisation de la table de conversion en unite de temps.

Definition at line 43 of file KVLifeTimeTable.cpp.

◆ Initialize()

void KVLifeTimeTable::Initialize ( void  )
virtual

Implements KVNuclDataTable.

Definition at line 129 of file KVLifeTimeTable.cpp.

◆ IsAResonance()

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.

◆ ToMeV()

Double_t KVLifeTimeTable::ToMeV ( TString  unit)
private

Allow conversion from a given energy unit to MeV.

Definition at line 242 of file KVLifeTimeTable.cpp.

◆ ToSecond()

Double_t KVLifeTimeTable::ToSecond ( TString  unit)
private

Allow conversion from a given time unit to second.

Definition at line 227 of file KVLifeTimeTable.cpp.

Member Data Documentation

◆ conversion_e

Double_t KVLifeTimeTable::conversion_e[15][15]
private

matrice kNu_e*kNu_e to convert

Definition at line 30 of file KVLifeTimeTable.h.

◆ conversion_t

Double_t KVLifeTimeTable::conversion_t[15][15]
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.

◆ kNu_e

Int_t KVLifeTimeTable::kNu_e
private

number of possible energy units (resonnance)

Definition at line 29 of file KVLifeTimeTable.h.

◆ kNu_t

Int_t KVLifeTimeTable::kNu_t
private

number of possible time units

Definition at line 26 of file KVLifeTimeTable.h.

◆ list_e

KVString KVLifeTimeTable::list_e
private

Definition at line 33 of file KVLifeTimeTable.h.

◆ list_t

KVString KVLifeTimeTable::list_t
private

an energy resonnance from one unit to an other one

Definition at line 32 of file KVLifeTimeTable.h.

◆ list_ve

KVString KVLifeTimeTable::list_ve
private

Definition at line 33 of file KVLifeTimeTable.h.

◆ list_vt

KVString KVLifeTimeTable::list_vt
private

Definition at line 32 of file KVLifeTimeTable.h.

◆ lu_e

KVNameValueList KVLifeTimeTable::lu_e
private

Definition at line 36 of file KVLifeTimeTable.h.

◆ lu_t

KVNameValueList KVLifeTimeTable::lu_t
private

Definition at line 35 of file KVLifeTimeTable.h.