ROOT
6.07/01
Reference Guide
|
A point of a parabola.
????!!!! in reality it is just a general point in two dimensional space, there is nothing that would indicate, that it belongs to a parabola. This class defines simpy an (x,y) pair!!!!
Definition at line 39 of file MnParabolaPoint.h.
Public Member Functions | |
MnParabolaPoint (double x, double y) | |
Initializes the point with its coordinates. More... | |
~MnParabolaPoint () | |
double | X () const |
Accessor to the x (first) coordinate. More... | |
double | Y () const |
Accessor to the y (second) coordinate. More... | |
Private Attributes | |
double | fX |
double | fY |
#include <Minuit2/MnParabolaPoint.h>
Initializes the point with its coordinates.
x | the x (first) coordinate of the point. |
y | the y (second) coordinate of the point. |
Definition at line 53 of file MnParabolaPoint.h.
|
inline |
Definition at line 55 of file MnParabolaPoint.h.
|
inline |
Accessor to the x (first) coordinate.
Definition at line 66 of file MnParabolaPoint.h.
Referenced by ROOT::Minuit2::VariableMetricBuilder::Minimum(), ROOT::Minuit2::FumiliBuilder::Minimum(), ROOT::Minuit2::MnParabolaFactory::operator()(), ROOT::Minuit2::NegativeG2LineSearch::operator()(), and ROOT::Minuit2::MnLineSearch::operator()().
|
inline |
Accessor to the y (second) coordinate.
Definition at line 77 of file MnParabolaPoint.h.
Referenced by ROOT::Minuit2::VariableMetricBuilder::Minimum(), ROOT::Minuit2::FumiliBuilder::Minimum(), ROOT::Minuit2::MnParabolaFactory::operator()(), ROOT::Minuit2::NegativeG2LineSearch::operator()(), and ROOT::Minuit2::MnLineSearch::operator()().
|
private |
Definition at line 81 of file MnParabolaPoint.h.
Referenced by X().
|
private |
Definition at line 82 of file MnParabolaPoint.h.
Referenced by Y().