KaliVeda
1.14/2
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
17
class
KVExcitedState
:
public
TNamed
{
18
public
:
19
TString
fJPi
;
20
TString
fGamma
;
21
22
Double_t
fEnergy
;
23
Double_t
fWidth
;
24
Int_t
fSpin
;
25
Int_t
fParity
;
26
Bool_t
fIsOdd
;
27
28
public
:
29
KVExcitedState
();
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
40
ClassDef
(
KVExcitedState
, 1)
//
41
};
42
43
#endif
Int_t
int Int_t
Bool_t
bool Bool_t
Double_t
double Double_t
ClassDef
#define ClassDef(name, id)
TNamed.h
KVExcitedState
Excited state of atomic nucleus.
Definition
KVExcitedState.h:17
KVExcitedState::set
void set(Double_t ee, Double_t ww, Double_t jj, Int_t pi)
Definition
KVExcitedState.cpp:49
KVExcitedState::fIsOdd
Bool_t fIsOdd
Definition
KVExcitedState.h:26
KVExcitedState::~KVExcitedState
virtual ~KVExcitedState()
Destructor.
Definition
KVExcitedState.cpp:27
KVExcitedState::fJPi
TString fJPi
Definition
KVExcitedState.h:19
KVExcitedState::fGamma
TString fGamma
Definition
KVExcitedState.h:20
KVExcitedState::computeWidth
void computeWidth()
Definition
KVExcitedState.cpp:133
KVExcitedState::computeSpin
void computeSpin()
Definition
KVExcitedState.cpp:106
KVExcitedState::print
void print()
Definition
KVExcitedState.cpp:37
KVExcitedState::fParity
Int_t fParity
Definition
KVExcitedState.h:25
KVExcitedState::fSpin
Int_t fSpin
Definition
KVExcitedState.h:24
KVExcitedState::KVExcitedState
KVExcitedState()
Default constructor.
Definition
KVExcitedState.cpp:16
KVExcitedState::fEnergy
Double_t fEnergy
Definition
KVExcitedState.h:22
KVExcitedState::eval
Double_t eval(Double_t excit)
Definition
KVExcitedState.cpp:173
KVExcitedState::computeParity
void computeParity()
Definition
KVExcitedState.cpp:85
KVExcitedState::fWidth
Double_t fWidth
Definition
KVExcitedState.h:23
TNamed
TString
kaliveda.doxygen
KVMultiDet
particles
KVExcitedState.h
Generated on Wed Oct 23 2024 12:45:22 for KaliVeda by
1.9.8