10#ifndef ROOT_TMinuit2TraceObject 
   11#define ROOT_TMinuit2TraceObject 
   25class MnUserParameterState;
 
#define ClassDefOverride(name, id)
 
MinimumState keeps the information (position, Gradient, 2nd deriv, etc) after one minimization step (...
 
class which holds the external user and/or internal Minuit representation of the parameters and error...
 
TH1 is the base class of all histogram classes in ROOT.
 
~TMinuit2TraceObject() override
 
void Init(const ROOT::Minuit2::MnUserParameterState &state) override
 
TMinuit2TraceObject(int parNumber=-1)
 
void operator()(int i, const ROOT::Minuit2::MinimumState &state) override
 
The TNamed class is the base class for all named ROOT classes.
 
TVirtualPad is an abstract base class for the Pad and Canvas classes.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...