Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Minuit2::MnPlot Class Reference

MnPlot produces a text-screen graphical output of (x,y) points, e.g.

from Scan or Contours.

Definition at line 25 of file MnPlot.h.

Public Member Functions

 MnPlot ()
 
 MnPlot (unsigned int width, unsigned int length)
 
 ~MnPlot ()
 
unsigned int Length () const
 
void operator() (const std::vector< std::pair< double, double > > &) const
 
void operator() (double, double, const std::vector< std::pair< double, double > > &) const
 
unsigned int Width () const
 

Private Attributes

unsigned int fPageLength
 
unsigned int fPageWidth
 

#include <Minuit2/MnPlot.h>

Constructor & Destructor Documentation

◆ MnPlot() [1/2]

ROOT::Minuit2::MnPlot::MnPlot ( )
inline

Definition at line 28 of file MnPlot.h.

◆ MnPlot() [2/2]

ROOT::Minuit2::MnPlot::MnPlot ( unsigned int  width,
unsigned int  length 
)
inline

Definition at line 30 of file MnPlot.h.

◆ ~MnPlot()

ROOT::Minuit2::MnPlot::~MnPlot ( )
inline

Definition at line 38 of file MnPlot.h.

Member Function Documentation

◆ Length()

unsigned int ROOT::Minuit2::MnPlot::Length ( ) const
inline

Definition at line 44 of file MnPlot.h.

◆ operator()() [1/2]

void ROOT::Minuit2::MnPlot::operator() ( const std::vector< std::pair< double, double > > &  points) const

Definition at line 18 of file MnPlot.cxx.

◆ operator()() [2/2]

void ROOT::Minuit2::MnPlot::operator() ( double  xmin,
double  ymin,
const std::vector< std::pair< double, double > > &  points 
) const

Definition at line 38 of file MnPlot.cxx.

◆ Width()

unsigned int ROOT::Minuit2::MnPlot::Width ( ) const
inline

Definition at line 43 of file MnPlot.h.

Member Data Documentation

◆ fPageLength

unsigned int ROOT::Minuit2::MnPlot::fPageLength
private

Definition at line 48 of file MnPlot.h.

◆ fPageWidth

unsigned int ROOT::Minuit2::MnPlot::fPageWidth
private

Definition at line 47 of file MnPlot.h.

Libraries for ROOT::Minuit2::MnPlot:

The documentation for this class was generated from the following files: