KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVExcitedState.h
Go to the documentation of this file.
1 
4 #ifndef __KVEXCITEDSTATE_H
5 #define __KVEXCITEDSTATE_H
6 
7 #include "TNamed.h"
8 #include "KVString.h"
9 
16 class KVExcitedState: public TNamed {
17 public:
20 
26 
27 public:
29  virtual ~KVExcitedState();
30 
31  void print();
32  void set(Double_t ee, Double_t ww, Double_t jj, Int_t pi);
33  void set(Double_t ee, const char* jpi, const char* t12);
34  void computeParity();
35  void computeSpin();
36  void computeWidth();
37  Double_t eval(Double_t excit);
38 
40 };
41 
42 #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 fEnergy
Double_t eval(Double_t excit)