KaliVeda
Toolkit for HIC analysis
KVExcitedState Class Reference

Detailed Description

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>

Inheritance diagram for KVExcitedState:

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
 

Constructor & Destructor Documentation

◆ KVExcitedState()

KVExcitedState::KVExcitedState ( )

Default constructor.

Definition at line 16 of file KVExcitedState.cpp.

◆ ~KVExcitedState()

KVExcitedState::~KVExcitedState ( )
virtual

Destructor.

Definition at line 27 of file KVExcitedState.cpp.

Member Function Documentation

◆ computeParity()

void KVExcitedState::computeParity ( )

Definition at line 85 of file KVExcitedState.cpp.

◆ computeSpin()

void KVExcitedState::computeSpin ( )

Definition at line 106 of file KVExcitedState.cpp.

◆ computeWidth()

void KVExcitedState::computeWidth ( )

Definition at line 133 of file KVExcitedState.cpp.

◆ eval()

Double_t KVExcitedState::eval ( Double_t  excit)

Definition at line 173 of file KVExcitedState.cpp.

◆ print()

void KVExcitedState::print ( )

Definition at line 37 of file KVExcitedState.cpp.

◆ set() [1/2]

void KVExcitedState::set ( Double_t  ee,
const char *  jpi,
const char *  t12 
)

Definition at line 71 of file KVExcitedState.cpp.

◆ set() [2/2]

void KVExcitedState::set ( Double_t  ee,
Double_t  ww,
Double_t  jj,
Int_t  pi 
)

Definition at line 49 of file KVExcitedState.cpp.

Member Data Documentation

◆ fEnergy

Double_t KVExcitedState::fEnergy

Definition at line 22 of file KVExcitedState.h.

◆ fGamma

TString KVExcitedState::fGamma

Definition at line 20 of file KVExcitedState.h.

◆ fIsOdd

Bool_t KVExcitedState::fIsOdd

Definition at line 26 of file KVExcitedState.h.

◆ fJPi

TString KVExcitedState::fJPi

Definition at line 19 of file KVExcitedState.h.

◆ fParity

Int_t KVExcitedState::fParity

Definition at line 25 of file KVExcitedState.h.

◆ fSpin

Int_t KVExcitedState::fSpin

Definition at line 24 of file KVExcitedState.h.

◆ fWidth

Double_t KVExcitedState::fWidth

Definition at line 23 of file KVExcitedState.h.