10#ifndef ROOT_Minuit2_MnFunctionCross 
   11#define ROOT_Minuit2_MnFunctionCross 
   24class MnUserParameterState;
 
   40   MnCross operator()(std::span<const unsigned int> , std::span<const double>, std::span<const double>,
 
   41                      double, 
unsigned int) 
const;
 
 
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
 
MnCross operator()(std::span< const unsigned int >, std::span< const double >, std::span< const double >, double, unsigned int) const
 
MnFunctionCross(const FCNBase &fcn, const MnUserParameterState &state, double fval, const MnStrategy &stra)
 
const MnUserParameterState & fState
 
const MnStrategy & fStrategy
 
API class for defining four levels of strategies: low (0), medium (1), high (2), very high (>=3); act...
 
class which holds the external user and/or internal Minuit representation of the parameters and error...
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...