Hi everyone
I am trying to fit an histogram using root. I have a function, (gaussian like) which I want to use to fit a certain histogram with some data. I have defined a parameter, which is called onset, that basically control where the function starts ( x < onset the function is zero).
I have some issues with fitting with this onset parameter because I observe that the step-size is to small.
To explain better, the derivative of this function with respect to this parameter is zero inside a bin width, only when the onset exceed a bin edge there is some variation.
(bin width is 5 arb. units)
I have tried to set the parameters with
minuit.DefineParameter(1, "onset", func.GetParameter(1), 5.0, 20.0, 100.0) # Step size impostata a 5.0
But this does not solve the problem
_ROOT Version: ROOT 6.30/04
_Platform: WSL