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.
|
| 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 |
|
#include <Minuit2/MnPlot.h>
◆ MnPlot() [1/2]
ROOT::Minuit2::MnPlot::MnPlot |
( |
| ) |
|
|
inline |
◆ MnPlot() [2/2]
ROOT::Minuit2::MnPlot::MnPlot |
( |
unsigned int |
width, |
|
|
unsigned int |
length |
|
) |
| |
|
inline |
◆ ~MnPlot()
ROOT::Minuit2::MnPlot::~MnPlot |
( |
| ) |
|
|
inline |
◆ Length()
unsigned int ROOT::Minuit2::MnPlot::Length |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
void ROOT::Minuit2::MnPlot::operator() |
( |
const std::vector< std::pair< double, double > > & |
points | ) |
const |
◆ operator()() [2/2]
void ROOT::Minuit2::MnPlot::operator() |
( |
double |
xmin, |
|
|
double |
ymin, |
|
|
const std::vector< std::pair< double, double > > & |
points |
|
) |
| const |
◆ Width()
unsigned int ROOT::Minuit2::MnPlot::Width |
( |
| ) |
const |
|
inline |
◆ fPageLength
unsigned int ROOT::Minuit2::MnPlot::fPageLength |
|
private |
◆ fPageWidth
unsigned int ROOT::Minuit2::MnPlot::fPageWidth |
|
private |
The documentation for this class was generated from the following files: