10#ifndef ROOT_Minuit2_MnPoint
11#define ROOT_Minuit2_MnPoint
38 double X()
const {
return fX; }
41 double Y()
const {
return fY; }
double X() const
Get the x (first) coordinate.
MnPoint(double x, double y)
Initializes the point with its coordinates.
double Y() const
Get the y (second) coordinate.
Namespace for new ROOT classes and functions.