Skip to content

Support range StdDev and mean

Sebastien Wertz requested to merge swertz/bamboo:vecRms into master

This would be useful for e.g. computing PDF uncertainties from the available weight arrays.

Note: TMath::RMS actually calls TMath::StdDev, which returns the sample standard deviation of an array. To avoid any ambiguity I've changed to StdDev here.

Edited by Sebastien Wertz

Merge request reports