KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVAbundance.h
Go to the documentation of this file.
1 
4 #ifndef __KVABUNDANCE_H
5 #define __KVABUNDANCE_H
6 
7 #include "KVNuclData.h"
8 
15 class KVAbundance : public KVNuclData {
16 
17 private:
18  void init();
19 public:
20  KVAbundance();
21  KVAbundance(const Char_t* name);
22  virtual ~KVAbundance();
23 
24  ClassDef(KVAbundance, 1) //Value of the relative abundance
25 };
26 
27 #endif
char Char_t
#define ClassDef(name, id)
Value of the relative abundance of isotopes.
Definition: KVAbundance.h:15
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:17