37#ifndef tkensdf_builder_H
38#define tkensdf_builder_H
40#include "tkn_config.h"
41#include "tkdatabase.h"
42#include "tkensdf_reader.h"
43#include "tklevel_builder.h"
44#include "tkdecay_builder.h"
58 int fDatasetIndex = 0;
59 int fIsotopeIndex = 0;
Interface to the sqlite database.
Filling of the ENSDF decay properties.
Main class dedicated to the ENSDF records decoding.
virtual ~tkensdf_builder()
void set_decay_builder(tkdecay_builder *_trs_builder)
void set_level_builder(tklevel_builder *_lvl_builder)
tkensdf_builder(tkdatabase *_database, const tkstring &_input_folder)
int add_dataset(tkensdf_ident_rec &_dataset, const tkstring &_comment)
Decodding of the ENSDF identification record properties.
Main class dedicated to ENSDF ascii files reading.
Filling of the ENSDF level properties.
std::string with usefull tricks from TString (ROOT) and KVString (KaliVeda) and more....