4 #include "KVMassExcessTable.h"
5 #include "KVFileReader.h"
38 SetName(
"MassExcess");
49 dfile.Form(
"%s.DataFile", GetName());
52 Error(
"Initialize",
"No file found for %s", GetName());
58 SetTitle(gEnv->GetValue(dfile.Data(),
""));
105 else if (fr->
GetReadPar(0).BeginsWith(
"//")) { }
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="")
Double_t GetDoubleReadPar(Int_t pos) const
Int_t GetIntReadPar(Int_t pos) const
Int_t GetNparRead() const
KVString GetReadPar(Int_t pos) const
Bool_t OpenFileToRead(const KVString &filename)
Manage mass excess data for nuclei.
virtual ~KVMassExcessTable()
Destructor.
virtual void Initialize()
KVMassExcess * GetMassExcess(Int_t zz, Int_t aa) const
Simple class for store life time information of nucleus.
Abstract base class for nuclear data table.
KVString kcomments
Commentaire provenant de la lecture fichier.
TMap * nucMap
mapping (Z,A) -> nucleus index
void InfoOnMeasured() const
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)
Simple abstract class to store value related to nuclear data.
void SetValue(Double_t val)
void SetMeasured(Bool_t measured)