Get fcn value in Minuit minimization

Dear all,

I am using TMinuit to find the minimum of a function.
Beside the values of the parameters at the minimum I would like to get the function value at the minimum without computing it again.
Is there a Minuit method for that?

Thank you,
Manuel

you can call

TMinuit::mnstat(…)

see :

root.cern.ch/root/html/TMinuit.h … uit:mnstat