KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVAbundance.h
1
3
4#ifndef __KVABUNDANCE_H
5#define __KVABUNDANCE_H
6
7#include "KVNuclData.h"
8
16class KVAbundance : public KVNuclData {
17
18private:
19 void init();
20public:
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.
virtual ~KVAbundance()
Destructor.
Simple abstract class to store value related to nuclear data.
Definition KVNuclData.h:18