Added fit

This commit is contained in:
David Baranyai 2018-10-30 16:10:59 +01:00
parent f13cb7cb51
commit 0a9eb6e039
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ bool TrackFinder::FindAndDrawNextTrack(TH2D* histo, TCanvas *canvas)
}
}
histo -> Draw("colz");
histo -> Fit("pol1");
canvas -> Update();
return true;