A point in x-y. 
- Author
 - Fred James and Matthias Winkler; comments added by Andras Zsenei and Lorenzo Moneta 
 
Definition at line 28 of file MnPoint.h.
 
#include <Minuit2/MnPoint.h>
◆ MnPoint()
Initializes the point with its coordinates. 
- Parameters
 - 
  
    | x | the x (first) coordinate of the point.  | 
    | y | the y (second) coordinate of the point.  | 
  
   
Definition at line 35 of file MnPoint.h.
 
 
◆ X()
  
  
      
        
          | double ROOT::Minuit2::MnPoint::X  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get the x (first) coordinate. 
Definition at line 38 of file MnPoint.h.
 
 
◆ Y()
  
  
      
        
          | double ROOT::Minuit2::MnPoint::Y  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get the y (second) coordinate. 
Definition at line 41 of file MnPoint.h.
 
 
◆ fX
  
  
      
        
          | double ROOT::Minuit2::MnPoint::fX | 
         
       
   | 
  
private   | 
  
 
 
◆ fY
  
  
      
        
          | double ROOT::Minuit2::MnPoint::fY | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: