KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVSpinParity.cpp
1//Created by KVClassFactory on Thu Jan 27 17:23:54 2011
2//Author: Eric Bonnet,
3
4#include "KVSpinParity.h"
5#include "Riostream.h"
7
8
9//_________________________________
10
11
13
14KVSpinParity::KVSpinParity(const Char_t* name): KVNuclData(name, "s")
15{
16 // Default constructor
17 init();
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 abstract class to store value related to nuclear data.
Definition KVNuclData.h:18
Spin parity assignment of nuclear levels.
KVSpinParity()
Default constructor.
void SetMultiple(Bool_t multiple)
virtual ~KVSpinParity()
Destructor.
void init()
ClassImp(TPyArg)