KaliVeda
Toolkit for HIC analysis
KVChargeRadiusTable Class Reference

Detailed Description

Table of charge radius information for nuclei.

Created by KVClassFactory on Wed Jan 30 12:13:08 2013 Author: bonnet

Definition at line 17 of file KVChargeRadiusTable.h.

#include <KVChargeRadiusTable.h>

Inheritance diagram for KVChargeRadiusTable:

Public Member Functions

 KVChargeRadiusTable ()
 Default constructor. More...
 
virtual ~KVChargeRadiusTable ()
 Destructor. More...
 
KVChargeRadiusGetChargeRadius (Int_t zz, Int_t aa) const
 
virtual void Initialize ()
 
- 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 ()
 

Constructor & Destructor Documentation

◆ KVChargeRadiusTable()

KVChargeRadiusTable::KVChargeRadiusTable ( )

Default constructor.

Definition at line 15 of file KVChargeRadiusTable.cpp.

◆ ~KVChargeRadiusTable()

KVChargeRadiusTable::~KVChargeRadiusTable ( )
virtual

Destructor.

Definition at line 37 of file KVChargeRadiusTable.cpp.

Member Function Documentation

◆ GetChargeRadius()

KVChargeRadius * KVChargeRadiusTable::GetChargeRadius ( Int_t  zz,
Int_t  aa 
) const

Definition at line 127 of file KVChargeRadiusTable.cpp.

◆ init()

void KVChargeRadiusTable::init ( void  )
privatevirtual

Definition at line 25 of file KVChargeRadiusTable.cpp.

◆ Initialize()

void KVChargeRadiusTable::Initialize ( void  )
virtual

Implements KVNuclDataTable.

Definition at line 46 of file KVChargeRadiusTable.cpp.