|
ROOT
Reference Guide |
|
Go to the documentation of this file.
10 #ifndef ROOT_Minuit2_ContoursError
11 #define ROOT_Minuit2_ContoursError
26 ContoursError(
unsigned int parx,
unsigned int pary,
const std::vector<std::pair<double, double>> &
points,
71 std::vector<std::pair<double, double>>
fPoints;
std::pair< double, double > XMinos() const
unsigned int Ypar() const
std::pair< double, double > YMinos() const
std::vector< std::pair< double, double > > fPoints
const std::vector< std::pair< double, double > > & operator()() const
const MinosError & XMinosError() const
ContoursError(const ContoursError &cont)
Class holding the result of Minos (lower and upper values) for a specific parameter.
const MinosError & YMinosError() const
ContoursError & operator()(const ContoursError &cont)
unsigned int NFcn() const
unsigned int Xpar() const
ContoursError(unsigned int parx, unsigned int pary, const std::vector< std::pair< double, double >> &points, const MinosError &xmnos, const MinosError &ymnos, unsigned int nfcn)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...