Problem with significant figures

Hello everyone,
I did a simple fit on a histogram.
I would like to know how to check the significant figures (for the errors) that appear on the table at the top right.
05_02_00.pdf (20.8 KB)
Thanks in advance for your reply

These figues are the fit parameters (the result of the fit).
What do you mean by “check” ?

it means that I would like to decide how many significant figures to appear in the table

gStyle->SetStatFormat("6.4g");
gStyle->SetFitFormat("5.4g");

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.