28 template <
int DIMENSION,
class PRECISION>
class THist;
30 template <
int DIMENSION>
37 template <
int DIMENSION,
class PRECISION>
Namespace for new ROOT classes and functions.
TFitResult FitTo(const THist< DIMENSION, PRECISION > &hist, const TFunction< DIMENSION > &func, std::array_view< double > paramInit)
TFunction(std::function< double(const std::array< double, DIMENSION > &, const std::array_view< double > &par)> func)
void function(const char *name_, T fun, const char *docstring=0)
double func(double *x, double *p)
Histogram class for histograms with DIMENSIONS dimensions, where each bin count is stored by a value ...