ROOT
6.06/09
Reference Guide
|
MnPlot produces a text-screen graphical output of (x,y) points, e.g.
from Scan or Contours.
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>
|
inline |
|
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.
|
inline |
Definition at line 42 of file MnPlot.h.
Referenced by operator()().
|
private |
|
private |