27 namespace Experimental {
32 template <
int DIMENSION>
38 template <
int DIMENSIONS,
class PRECISION,
template <
int D_,
class P_,
template <
class P__>
class S_>
class... STAT>
40 std::array_view<double> paramInit)
Namespace for new ROOT classes and functions.
void function(const Char_t *name_, T fun, const Char_t *docstring=0)
TFitResult FitTo(const THist< DIMENSIONS, PRECISION, STAT... > &hist, const TFunction< DIMENSIONS > &func, std::array_view< double > paramInit)
Histogram class for histograms with DIMENSIONS dimensions, where each bin count is stored by a value ...
TFunction(std::function< double(const std::array< double, DIMENSION > &, const std::array_view< double > &par)> func)