4 #include "KVExcitedState.h"
39 cout << Form(
"%15s", fJPi.Data()) <<
" _____ "
40 << Form(
"%5d", TMath::Nint(fEnergy)) <<
" keV"
41 << Form(
"%15s", fGamma.Data())
53 if (jj - TMath::Nint(jj) > 0.1) {
54 fSpin = TMath::Nint(jj * 2);
58 fSpin = TMath::Nint(jj);
62 fJPi = Form(
"%d%s", fSpin, ((fParity > 0) ?
"+" :
"-"));
63 fGamma = Form(
"%.2lf keV", ww);
87 TString jpi = fJPi.Data();
88 jpi.ReplaceAll(
"(",
"");
89 jpi.ReplaceAll(
")",
"");
90 if (jpi.EqualTo(
"") || jpi.Contains(
"GE")) {
94 if ((jpi.Contains(
"-")) && (jpi.Contains(
"+"))) {
95 if (jpi.Index(
"+") < jpi.Index(
"-")) fParity = 1;
98 else if (jpi.Contains(
"-")) fParity = -1;
108 TString jpi = fJPi.Data();
109 jpi.ReplaceAll(
"(",
"");
110 jpi.ReplaceAll(
")",
"");
111 if (jpi.EqualTo(
"") || jpi.Contains(
"GE")) {
116 if (jpi.Contains(
"-")) jpi = jpi(0, jpi.Index(
"-"));
117 if (jpi.Contains(
"+")) jpi = jpi(0, jpi.Index(
"+"));
118 if (jpi.Contains(
"/2")) {
119 jpi = jpi(0, jpi.Index(
"/"));
125 if (jpi.Contains(
",")) jpi = jpi(0, jpi.Index(
","));
148 if (np >= 1) gam = tmp.
Next().Atof();
149 if (np >= 2) ugam = tmp.
Next().Data();
155 if (ugam.EqualTo(
"EV")) fWidth *= 1e-3;
156 else if (ugam.EqualTo(
"KEV")) fWidth *= 1;
157 else if (ugam.EqualTo(
"MEV")) fWidth *= 1e3;
158 else if (ugam.Contains(
"S")) fWidth *= 1e-6;
161 ugam.ReplaceAll(
"v",
"V");
162 if (!ugam.Contains(
"s")) ugam.ReplaceAll(
"m",
"M");
165 if (gam == 0.) fGamma = Form(
"%.1f %3s", gam, ugam.Data());
166 else fGamma = Form(
"%.1f %3s", gam, ugam.Data());
177 if (fIsOdd) JJ *= 0.5;
178 double yy = (2.*JJ + 1.) * fWidth / ((xx - fEnergy) * (xx - fEnergy) + 0.25 * fWidth * fWidth);
179 return 0.5 * yy / TMath::Pi();
Excited state of atomic nucleus.
void set(Double_t ee, Double_t ww, Double_t jj, Int_t pi)
virtual ~KVExcitedState()
Destructor.
Double_t eval(Double_t excit)
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
void Begin(TString delim) const
void RemoveAllExtraWhiteSpace()
KVString Next(Bool_t strip_whitespace=kFALSE) const
Int_t GetNValues(TString delim) const