Meaning/Significance of RMS

[quote]So how about […] creating “redirect” functions for coders e.g.

Double_t TH1::GetStdDev(Int_t axis) const { return ( GetRMS(axis) ) ; } Double_t TH1::GetStdDevError(Int_t axis) const { return ( GetRMSError(axis) ) ; }[/quote]Thx for having implemented this :wink:
Z

I notice that RMS appears to mean the standard deviation for the TH1 class. Does the same apply for RMS x and RMS y of the TH2D class?

Hi,

Yes , it is the same for the TH2 class.

Cheers

Lorenzo