TkN 2.1
Toolkit for Nuclei
TkN: Version 2.1

Data sources and content

Examples

  • Adding a new exemple proposed by H. Jacob (IJCLab) to plot the binding energy difference for proton/neutron pair removal

tklevel_scheme

  • Application of a patch from A. Lemasson in the tklevel_scheme::get_level(const tkstring &_name, bool _exact) method that was not working with half spin values
  • New possibility to manually add level and gamma decays using tkdataset::add_level(double _ener, double _unc, tkstring _unit, tkstring _jpistr) or tkdataset::add_gamma_decay(shared_ptr<tklevel> _lvlfrom, shared_ptr<tklevel> _lvlto, double _ener, double _unc) to a level scheme
  • Correction of a bug in the tklevel_scheme::get_level(double _energy, tkstring _offset) method when the energy is known relatively to an offset.

General

  • Adding a patch to keep the original canvas and browser format when plotting in the latest ROOT versions with TkN
  • Renaming master to prod branch