10#ifndef ROOT_Minuit2_MinosError 
   11#define ROOT_Minuit2_MinosError 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Class holding the result of Minos (lower and upper values) for a specific parameter.
 
MinosError(unsigned int par, double value, const MnCross &low, const MnCross &up)
 
MinosError & operator()(const MinosError &err)
 
unsigned int NFcn() const
 
unsigned int Parameter() const
 
const MnUserParameterState & UpperState() const
 
bool AtUpperLimit() const
 
bool AtLowerMaxFcn() const
 
std::pair< double, double > operator()() const
 
const MnUserParameterState & LowerState() const
 
bool AtUpperMaxFcn() const
 
MinosError(const MinosError &err)
 
bool AtLowerLimit() const
 
MinosError & operator=(const MinosError &)=default
 
const MnUserParameterState & State() const
 
unsigned int NFcn() const
 
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...