KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVLifeTime.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 "KVLifeTime.h"
5 #include "Riostream.h"
7 
8 //_________________________________
9 
10 
13 KVLifeTime::KVLifeTime(const Char_t* name): KVNuclData(name, "s")
14 {
15  // Default constructor
16  init();
17 
18 }
19 
20 
21 
22 
25 
27 {
28  // Default constructor
29  init();
30 
31 }
32 
33 
34 
37 
39 {
40  // Destructor
41 }
42 
43 
44 
46 
48 {
49 
51 
52 }
53 
54 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
const Bool_t kFALSE
Simple class to store lifetime information of nucleus.
Definition: KVLifeTime.h:15
void init()
Definition: KVLifeTime.cpp:47
KVLifeTime()
Default constructor.
Definition: KVLifeTime.cpp:26
void SetResonance(Bool_t resonnance)
Definition: KVLifeTime.h:35
virtual ~KVLifeTime()
Destructor.
Definition: KVLifeTime.cpp:38
Simple abstract class to store value related to nuclear data.
Definition: KVNuclData.h:17
const long double s
Definition: KVUnits.h:94