Hi,
I’ve fitted a histogram with a polynomial and I’d like to find the x axis value that corresponds to the minimum of this fitted curve. What is the best way to do this?
Thanks,
Lisa
Hi,
I’ve fitted a histogram with a polynomial and I’d like to find the x axis value that corresponds to the minimum of this fitted curve. What is the best way to do this?
Thanks,
Lisa
hist->GetFunction("functionName")->GetMinimumX()
Rene