Added fit
This commit is contained in:
parent
f13cb7cb51
commit
0a9eb6e039
|
@ -56,6 +56,7 @@ bool TrackFinder::FindAndDrawNextTrack(TH2D* histo, TCanvas *canvas)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
histo -> Draw("colz");
|
histo -> Draw("colz");
|
||||||
|
histo -> Fit("pol1");
|
||||||
canvas -> Update();
|
canvas -> Update();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue