KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVElementDensityTable.h
Go to the documentation of this file.
1 
4 #ifndef __KVElementDensityTable_H
5 #define __KVElementDensityTable_H
6 
7 #include "KVNuclDataTable.h"
8 
9 class KVElementDensity;
10 
18 
19  virtual NDT::value* getNDTvalue(Int_t zz, Int_t aa) const;
20 
21 public:
23  virtual ~KVElementDensityTable();
24 
25  virtual void GiveIndexToNucleus(Int_t zz, Int_t aa, Int_t ntot);
26 
29 
30  virtual void Initialize();
31 
32  ClassDef(KVElementDensityTable, 1) //Table of atomic elements
33 };
34 
35 #endif
int Int_t
char Char_t
#define ClassDef(name, id)
Table of atomic elements with their density.
virtual NDT::value * getNDTvalue(Int_t zz, Int_t aa) const
virtual ~KVElementDensityTable()
Destructor.
KVElementDensity * FindElementByName(const Char_t *) const
Search table for an element with the given name. Case-insensitive.
virtual void GiveIndexToNucleus(Int_t zz, Int_t aa, Int_t ntot)
KVElementDensity * FindElementBySymbol(const Char_t *) const
Search table for an element with the given symbol. Case-insensitive.
KVElementDensityTable()
Default constructor.
Atomic element with name, symbol and density.
Abstract base class for nuclear data table.