Accuracy of Parameters in Fit-Box

Hi, rooters,
is there a way to change the accuracy of the output of the fit parameters in the Stats-Box? Having an output “p1 0.167 ± 0.0002221” is somehow not really the standard, I would prefer something like “0.16698 ± 0.00022” or "0.16698(22)"
Thanks in advance
rootdummy

use:

gStyle->SetStatFormat(“6.4g”)

6.4g is the default. You use any C++ valid format (for numbers).