KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVAbundance.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Wed Feb 23 16:09:53 2011
2 //Author: bonnet
3 
4 #include "KVAbundance.h"
5 
7 
8 //_________________________________
9 
10 
13 KVAbundance::KVAbundance(const Char_t* name): KVNuclData(name, "percentage")
14 {
15  // Default constructor
16  init();
17 }
18 
19 
20 
23 
25 {
26  // Default constructor
27  init();
28  fUnits = "percentage";
29 }
30 
31 
32 
35 
37 {
38  // Destructor
39 }
40 
41 
42 
44 
46 {
48 }
49 
50 
51 
52 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
const Bool_t kTRUE
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
TString fUnits
units (if any)
Definition: KVNuclData.h:21
void SetMeasured(Bool_t measured)
Definition: KVNuclData.h:55