KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVLifeTime.cpp
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
12
13KVLifeTime::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
char Char_t
constexpr Bool_t kFALSE
Simple class to store lifetime information of nucleus.
Definition KVLifeTime.h:16
void init()
KVLifeTime()
Default constructor.
void SetResonance(Bool_t resonnance)
Definition KVLifeTime.h:36
virtual ~KVLifeTime()
Destructor.
Simple abstract class to store value related to nuclear data.
Definition KVNuclData.h:18
void init()
ClassImp(TPyArg)