![]() |
KaliVeda
Toolkit for HIC analysis
|
Excited state of atomic nucleus.
Created by KVClassFactory on Thu Mar 2 10:50:41 2017 Author: Diego Gruyer
Definition at line 17 of file KVExcitedState.h.
#include <KVExcitedState.h>
Public Member Functions | |
KVExcitedState () | |
Default constructor. More... | |
virtual | ~KVExcitedState () |
Destructor. More... | |
void | computeParity () |
void | computeSpin () |
void | computeWidth () |
Double_t | eval (Double_t excit) |
void | print () |
void | set (Double_t ee, const char *jpi, const char *t12) |
void | set (Double_t ee, Double_t ww, Double_t jj, Int_t pi) |
Public Attributes | |
Double_t | fEnergy |
TString | fGamma |
Bool_t | fIsOdd |
TString | fJPi |
Int_t | fParity |
Int_t | fSpin |
Double_t | fWidth |
KVExcitedState::KVExcitedState | ( | ) |
Default constructor.
Definition at line 16 of file KVExcitedState.cpp.
|
virtual |
Destructor.
Definition at line 27 of file KVExcitedState.cpp.
void KVExcitedState::computeParity | ( | ) |
Definition at line 85 of file KVExcitedState.cpp.
void KVExcitedState::computeSpin | ( | ) |
Definition at line 106 of file KVExcitedState.cpp.
void KVExcitedState::computeWidth | ( | ) |
Definition at line 133 of file KVExcitedState.cpp.
Double_t KVExcitedState::eval | ( | Double_t | excit | ) |
Definition at line 173 of file KVExcitedState.cpp.
void KVExcitedState::print | ( | ) |
Definition at line 37 of file KVExcitedState.cpp.
void KVExcitedState::set | ( | Double_t | ee, |
const char * | jpi, | ||
const char * | t12 | ||
) |
Definition at line 71 of file KVExcitedState.cpp.
void KVExcitedState::set | ( | Double_t | ee, |
Double_t | ww, | ||
Double_t | jj, | ||
Int_t | pi | ||
) |
Definition at line 49 of file KVExcitedState.cpp.
Double_t KVExcitedState::fEnergy |
Definition at line 22 of file KVExcitedState.h.
TString KVExcitedState::fGamma |
Definition at line 20 of file KVExcitedState.h.
Bool_t KVExcitedState::fIsOdd |
Definition at line 26 of file KVExcitedState.h.
TString KVExcitedState::fJPi |
Definition at line 19 of file KVExcitedState.h.
Int_t KVExcitedState::fParity |
Definition at line 25 of file KVExcitedState.h.
Int_t KVExcitedState::fSpin |
Definition at line 24 of file KVExcitedState.h.
Double_t KVExcitedState::fWidth |
Definition at line 23 of file KVExcitedState.h.