mnscan() in Minuit

Scott Sampson (sampson@nevis1.nevis.columbia.edu)
Thu, 3 Jun 1999 21:40:48 -0400


The documentation for TMinuit::mnscan() says

//*-*-*-*-*Scans the values of FCN as a function of one parameter*-*-*
//*-* ======================================================
//*-* and plots the resulting values as a curve using MNPLOT.
//*-* It may be called to scan one parameter or all parameters.
//*-* retains the best function and parameter values found.
//*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

when I run mnscan() it only scans the first parameter. How can I make it
scan the second as well? (I'm doing a 2-parameter fit)

Thanks,

Scott