KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVAbundanceTable.h
1
3
4#ifndef __KVABUNDANCETABLE_H
5#define __KVABUNDANCETABLE_H
6
7#include "KVNuclDataTable.h"
8#include "KVAbundance.h"
9
18
19protected:
20
21 void init();
22
23public:
25 virtual ~KVAbundanceTable();
26 /*
27 TObjArray* tobj_rangeA;
28 TObjArray* tobj_rangeZ;
29 */
30 virtual void Initialize();
31
32 KVAbundance* GetAbundance(Int_t zz, Int_t aa) const;
33
34
35 ClassDef(KVAbundanceTable, 1) //Store available values of the relative abundance
36};
37
38#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:16
Abstract base class for nuclear data table.