Another option for the TProfile

Hello,

is there an option for TProfile where the plotted error bars represent the spread of the
distribution: Sig, and not the error of the mean value: Sig/sqrt(n), which is plotted at present?

Thanks,

Elemer

Hi,

Have a look at this pages:
https://root.cern.ch/doc/v608/classTProfile.html#a1ff9340284c73ce8762ab6e7dc0e6725
https://root.cern/doc/master/classTHistPainter.html

I guess using e2 option in Draw() would do it for your case. TProfile::BuildOptions() can be used too.

Cheers

Many thanks, TProfile::BuildOptions(0,0,”s") do the job!

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