Hi,
I have a tree containing TF1’s which are the result of fits. I had hoped to be able to easily draw fit parameters doing (eg)
tree->Draw(“TF1Object->GetParameters()[0]”)
but it doesn’t work - perhaps I cannot access a function in this way from a tree draw/scan command?
Is there a better way to store and access a large number of fits?
thanks
Peter