Obtaining a fit function from TSpline3


ROOT Version: 5.34/09
Platform: Linux
Compiler: GNU


I created a TSpline3 using a preexisting histogram. Is there a way for me to obtain a fit function from the TSpline3 that was created?

@couet can you help here please?

Thank you in advance,
Oksana.

1 Like

If you want to retrieve the parameters of the TSpline3, it seems (Looking at the doc) that GetCoeff and GetKnot are the methods you are looking for.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.