KaliVeda
Toolkit for HIC analysis
KVMassExcess.cpp
1 //Created by KVClassFactory on Thu Jan 27 17:23:54 2011
2 //Author: Eric Bonnet,,,
3 
4 #include "KVMassExcess.h"
5 #include "Riostream.h"
6 
8 
9 //_________________________________
10 
11 
14 KVMassExcess::KVMassExcess(const Char_t* name): KVNuclData(name, "MeV")
15 {
16  // Default constructor
17  init();
18 
19 }
20 
21 
22 
25 
27 {
28  // Default constructor
29  init();
30  fUnits = "MeV";
31 
32 }
33 
34 
35 
36 
39 
41 {
42  // Destructor
43 }
44 
45 
46 
47 
48 
char Char_t
Simple class for store life time information of nucleus.
Definition: KVMassExcess.h:16
KVMassExcess()
Default constructor.
virtual ~KVMassExcess()
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 init()
Definition: KVNuclData.cpp:74
void init()
ClassImp(TPyArg)