KaliVeda
Toolkit for HIC analysis
KVAbundance.h
1 
4 #ifndef __KVABUNDANCE_H
5 #define __KVABUNDANCE_H
6 
7 #include "KVNuclData.h"
8 
16 class KVAbundance : public KVNuclData {
17 
18 private:
19  void init();
20 public:
21  KVAbundance();
22  KVAbundance(const Char_t* name);
23  virtual ~KVAbundance();
24 
25  ClassDef(KVAbundance, 1) //Value of the relative abundance
26 };
27 
28 #endif
char Char_t
#define ClassDef(name, id)
char name[80]
Value of the relative abundance of isotopes.
Definition: KVAbundance.h:16
KVAbundance()
Default constructor.
Definition: KVAbundance.cpp:24
virtual ~KVAbundance()
Destructor.
Definition: KVAbundance.cpp:36
Simple abstract class to store value related to nuclear data.
Definition: KVNuclData.h:18