KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSpinParity.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 "KVSpinParity.h"
5 #include "Riostream.h"
7 
8 
9 //_________________________________
10 
11 
14 KVSpinParity::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 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
const Bool_t kFALSE
Simple abstract class to store value related to nuclear data.
Definition: KVNuclData.h:17
Spin parity assignment of nuclear levels.
Definition: KVSpinParity.h:15
KVSpinParity()
Default constructor.
void SetMultiple(Bool_t multiple)
Definition: KVSpinParity.h:35
virtual ~KVSpinParity()
Destructor.
const long double s
Definition: KVUnits.h:94