4#include "tknuclear_chart.h"
11 auto* nn =
new tknuclear_chart(
"Binding energy (in MeV/nuc)",tknuclear_chart::kAll,
true);
13 nn->set_value(nuc->get_z(), nuc->get_n(), nuc->get_binding_energy_over_a());
17 nn->hide_empty_bins();
18 nn->save_as(
"draw_binding.png");
Manages the database loading and provides access to the physics properties.
vector< shared_ptr< tknucleus > > get_nuclei(std::function< bool(shared_ptr< tknucleus >)>const &_selection)
return a vector containing all the known nuclei filtered by the lambda function
nuclear chart plot with ROOT