27namespace Experimental {
32template <
int DIMENSION>
38template <
int DIMENSIONS,
class PRECISION,
template <
int D_,
class P_>
class... STAT>
40 std::span<const double> paramInit)
RFunction(std::function< double(const std::array< double, DIMENSION > &, const std::span< const double > par)> func)
Histogram class for histograms with DIMENSIONS dimensions, where each bin count is stored by a value ...
RFitResult FitTo(const RHist< DIMENSIONS, PRECISION, STAT... > &hist, const RFunction< DIMENSIONS > &func, std::span< const double > paramInit)
void function(const Char_t *name_, T fun, const Char_t *docstring=0)