KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVChargeRadiusTable.h
Go to the documentation of this file.
1 
4 #ifndef __KVCHARGERADIUSTABLE_H
5 #define __KVCHARGERADIUSTABLE_H
6 
7 #include "KVNuclDataTable.h"
8 #include "KVChargeRadius.h"
9 
17 protected:
18  virtual void init();
19 
20 public:
22  virtual ~KVChargeRadiusTable();
23 
24  virtual void Initialize();
25 
27 
29 };
30 
31 #endif
int Int_t
#define ClassDef(name, id)
Table of charge radius information for nuclei.
KVChargeRadiusTable()
Default constructor.
KVChargeRadius * GetChargeRadius(Int_t zz, Int_t aa) const
virtual ~KVChargeRadiusTable()
Destructor.
Simple class for storing charge radius information of nuclei.
Abstract base class for nuclear data table.