KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVAbundanceTable.h
Go to the documentation of this file.
1 
4 #ifndef __KVABUNDANCETABLE_H
5 #define __KVABUNDANCETABLE_H
6 
7 #include "KVNuclDataTable.h"
8 #include "KVAbundance.h"
9 
17 
18 protected:
19 
20  void init();
21 
22 public:
24  virtual ~KVAbundanceTable();
25  /*
26  TObjArray* tobj_rangeA;
27  TObjArray* tobj_rangeZ;
28  */
29  virtual void Initialize();
30 
31  KVAbundance* GetAbundance(Int_t zz, Int_t aa) const;
32 
33 
34  ClassDef(KVAbundanceTable, 1) //Store available values of the relative abundance
35 };
36 
37 #endif
int Int_t
#define ClassDef(name, id)
Store available values of the relative abundance of isotopes.
virtual ~KVAbundanceTable()
Destructor.
KVAbundanceTable()
Default constructor.
KVAbundance * GetAbundance(Int_t zz, Int_t aa) const
virtual void Initialize()
Value of the relative abundance of isotopes.
Definition: KVAbundance.h:15
Abstract base class for nuclear data table.