Skip to content

WIP: Feature/spline fit

Iain requested to merge feature/spline_fit into develop

Overview

  • Adding a spline fitting model to the pulse analysis
  • Adding the ability save and load spline models

Tested

./bin/vanwftk experiments/LOLX_spline.json
root -l ntp/LOLX/run01099_000.mid.Spline.TTree.root
KnotTree->Draw("y:id>>h(8,0,8,50,-0.6,1.2)","","col")

Produces a hist of the spline shape

Edited by Iain

Merge request reports