KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVAbundance.cpp
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
12
13KVAbundance::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
49
50
51
52
char Char_t
constexpr Bool_t kTRUE
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
TString fUnits
units (if any)
Definition KVNuclData.h:22
void SetMeasured(Bool_t measured)
Definition KVNuclData.h:56
void init()
ClassImp(TPyArg)