getting a fitted function

From: nasim <nasim_at_hep.man.ac.uk>
Date: Tue, 15 May 2007 18:35:05 +0100 (BST)


Hi,
I wrote a macro which does a polynom fit g1=new TF1("m1","pol2", 5.71,5.75);

   TH1F *h1 =new TH1F("g1","",250,5.6,6); .....

    h1->Draw();
    h1->Fit(g1,"R");
which works alright. my question is how can I get the result of the fit. I need to find the derivate of the result.

Many Thanks,
Nasim

-- 
Received on Tue May 15 2007 - 19:35:12 CEST

This archive was generated by hypermail 2.2.0 : Tue May 15 2007 - 23:50:01 CEST