4 #include "KVSpinParityTable.h"
5 #include "KVFileReader.h"
39 SetName(
"SpinParity");
50 dfile.Form(
"%s.DataFile", GetName());
53 Error(
"Initialize",
"No file found for %s", GetName());
59 SetTitle(gEnv->GetValue(dfile.Data(),
""));
105 else if (fr->
GetReadPar(0).BeginsWith(
"//")) { }
110 Double_t spin = -555;
117 else if (sp.BeginsWith(
"(") || sp.Contains(
",")) {
119 if (sp.Contains(
"(")) {
120 sp.ReplaceAll(
"(",
"");
121 sp.ReplaceAll(
")",
"");
126 if (sp.Contains(
",")) {
135 if (stmp.Contains(
"-")) {
137 stmp.ReplaceAll(
"-",
"");
139 else if (stmp.Contains(
"+")) {
141 stmp.ReplaceAll(
"+",
"");
145 if (stmp.Contains(
"/")) {
148 Int_t num = stmp.
Next().Atoi();
149 Int_t den = stmp.
Next().Atoi();
150 spin = Double_t(num) / den;
162 if (sp.Contains(
"-")) {
163 sp.ReplaceAll(
"-",
"");
166 if (sp.Contains(
"+")) {
167 sp.ReplaceAll(
"+",
"");
172 if (sp.Contains(
"/")) {
174 Int_t num = sp.
Next().Atoi();
175 Int_t den = sp.
Next().Atoi();
176 spin = Double_t(num) / den;
static Bool_t SearchKVFile(const Char_t *name, TString &fullpath, const Char_t *kvsubdir="")
Handle reading columns of numeric data in text files.
KVString GetCurrentLine()
Bool_t PreparForReadingAgain()
ReadStatus ReadLine(const KVString &pattern="")
Int_t GetIntReadPar(Int_t pos) const
Int_t GetNparRead() const
KVString GetReadPar(Int_t pos) const
Bool_t OpenFileToRead(const KVString &filename)
Abstract base class for nuclear data table.
KVString kcomments
Commentaire provenant de la lecture fichier.
TMap * nucMap
mapping (Z,A) -> nucleus index
KVNuclData * GetCurrent() const
TObjArray* tobj_rangeA; //! array where range of A associated to each Z is stored via KVIntegerList.
KVNuclData * GetData(Int_t zz, Int_t aa) const
void CreateTable(Int_t ntot)
virtual void GiveIndexToNucleus(Int_t zz, Int_t aa, Int_t ntot)
Add a new entry in the table.
void CreateElement(Int_t idx)
void SetValue(Double_t val)
void SetMeasured(Bool_t measured)
Table of spin parity values for nuclear levels.
Bool_t IsMultiple(Int_t zz, Int_t aa) const
virtual ~KVSpinParityTable()
Destructor.
KVSpinParity * GetSpinParity(Int_t zz, Int_t aa) const
virtual void Initialize()
Spin parity assignment of nuclear levels.
Bool_t IsMultiple() const
void SetMultiple(Bool_t multiple)
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
void Begin(TString delim) const
KVString Next(Bool_t strip_whitespace=kFALSE) const