KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVExcitedState.h
1
3
4#ifndef __KVEXCITEDSTATE_H
5#define __KVEXCITEDSTATE_H
6
7#include "TNamed.h"
8#include "KVString.h"
9
17class KVExcitedState: public TNamed {
18public:
21
27
28public:
30 virtual ~KVExcitedState();
31
32 void print();
33 void set(Double_t ee, Double_t ww, Double_t jj, Int_t pi);
34 void set(Double_t ee, const char* jpi, const char* t12);
35 void computeParity();
36 void computeSpin();
37 void computeWidth();
38 Double_t eval(Double_t excit);
39
41};
42
43#endif
int Int_t
bool Bool_t
double Double_t
#define ClassDef(name, id)
Excited state of atomic nucleus.
void set(Double_t ee, Double_t ww, Double_t jj, Int_t pi)
virtual ~KVExcitedState()
Destructor.
KVExcitedState()
Default constructor.
Double_t eval(Double_t excit)