37#ifndef tklevel_builder_H
38#define tklevel_builder_H
40#include "tkdb_builder.h"
42#include "tkn_config.h"
43#include "tkdatabase.h"
44#include "tkensdf_level_rec.h"
Interface to the sqlite database.
Mother class used to fill the sqlite database.
Decodding of the ENSDF level properties.
Filling of the ENSDF level properties.
virtual ~tklevel_builder()
void fill_level(int _dset_idx, int _isotope_idx, const tkensdf_level_rec &_lev_record, bool _adopted)
tklevel_builder(tkdatabase *_database, const char *_table_name="LEVEL")