Histogram package
TFormula
-
Fixed a bug in TFormula::GetExprFormula. Now the correct formula is returned for expressions based on CINT type functions.
TF1
-
Fixed a bug in the calculation of the integral of multi-dimensional interpreted functions. The method TF1::operator() (const double *x, const double *p) calls now TF1::InitArgs in the case of CINT functions.
TH3
-
Fixed a bug in TH3::Project reported by Marco Van Leeuwen in setting the bin error in the projected histogram when a range was set in the projected axis.