KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVMassExcess.cpp
Go to the documentation of this file.
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 
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 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
Simple class for store life time information of nucleus.
Definition: KVMassExcess.h:15
KVMassExcess()
Default constructor.
virtual ~KVMassExcess()
Destructor.
Simple abstract class to store value related to nuclear data.
Definition: KVNuclData.h:17
TString fUnits
units (if any)
Definition: KVNuclData.h:21
void init()
Definition: KVNuclData.cpp:74
const long double MeV
energies
Definition: KVUnits.h:88