Getting access to fit parameters.

William Love (love@bnl.gov)
Mon, 11 May 1998 17:48:50 -0400


Roothelp

I have make a program to fit 1332 data sets, each with a
pol2 function. If I type pol2.Print() I can see the results
of each fit. I want, however to use the polynomial parameters
in further analysis. I can't figure out how to do something
like z0 = -0.5*pol2.GetParam(2)/pol2.GetParam(3);

Bill Love