10#ifndef ROOT_Minuit2_ContoursError 
   11#define ROOT_Minuit2_ContoursError 
   71   std::vector<std::pair<double, double>> 
fPoints;
 
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t points
 
const MinosError & YMinosError() const
 
unsigned int NFcn() const
 
ContoursError(const ContoursError &cont)
 
unsigned int Ypar() const
 
std::pair< double, double > XMinos() const
 
unsigned int Xpar() const
 
const std::vector< std::pair< double, double > > & operator()() const
 
std::vector< std::pair< double, double > > fPoints
 
ContoursError & operator()(const ContoursError &cont)
 
ContoursError(unsigned int parX, unsigned int parY, std::span< const std::pair< double, double > > points, const MinosError &xmnos, const MinosError &ymnos, unsigned int nfcn)
 
std::pair< double, double > YMinos() const
 
const MinosError & XMinosError() const
 
Class holding the result of Minos (lower and upper values) for a specific parameter.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...