ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
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 26 of file MnPlot.h.

Public Member Functions

 MnPlot ()
 
 MnPlot (unsigned int width, unsigned int length)
 
 ~MnPlot ()
 
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
 
unsigned int Length () const
 

Private Attributes

unsigned int fPageWidth
 
unsigned int fPageLength
 

#include <Minuit2/MnPlot.h>

Constructor & Destructor Documentation

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

Definition at line 30 of file MnPlot.h.

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

Definition at line 32 of file MnPlot.h.

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

Definition at line 37 of file MnPlot.h.

Member Function Documentation

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

Definition at line 43 of file MnPlot.h.

Referenced by operator()().

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

Definition at line 19 of file MnPlot.cxx.

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

Definition at line 35 of file MnPlot.cxx.

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

Definition at line 42 of file MnPlot.h.

Referenced by operator()().

Member Data Documentation

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

Definition at line 48 of file MnPlot.h.

Referenced by Length(), and MnPlot().

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

Definition at line 47 of file MnPlot.h.

Referenced by MnPlot(), and Width().


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