10#ifndef ROOT_Minuit2_MnTraceObject 
   11#define ROOT_Minuit2_MnTraceObject 
   18class MnUserParameterState;
 
MinimumState keeps the information (position, Gradient, 2nd deriv, etc) after one minimization step (...
 
void SetParNumber(int number)
 
virtual void operator()(int i, const MinimumState &state)
 
virtual void Init(const MnUserParameterState &state)
 
const MnUserParameterState & UserState() const
 
const MnUserParameterState * fUserState
 
MnTraceObject(int parNumber=-1)
 
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...