10#ifndef ROOT_Minuit2_MnParabolaPoint 
   11#define ROOT_Minuit2_MnParabolaPoint 
   60   double X()
 const { 
return fX; }
 
   70   double Y()
 const { 
return fY; }
 
MnParabolaPoint(double x, double y)
Initializes the point with its coordinates.
double Y() const
Accessor to the y (second) coordinate.
double X() const
Accessor to the x (first) coordinate.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.