14#ifndef tkensdf_builder_H
15#define tkensdf_builder_H
17#include "tkn_config.h"
18#include "tkdatabase.h"
19#include "tkensdf_reader.h"
20#include "tklevel_builder.h"
21#include "tkdecay_builder.h"
35 int fDatasetIndex = 0;
36 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....