Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 28 of file MnPlot.h.

Public Member Functions

 MnPlot ()=default
 
 MnPlot (unsigned int width, unsigned int length)
 
unsigned int Length () const
 
void operator() (double, double, std::span< const std::pair< double, double > >) const
 
void operator() (std::span< const std::pair< double, double > >) const
 
unsigned int Width () const
 

Private Attributes

unsigned int fPageLength = 30
 
unsigned int fPageWidth = 80
 

#include <Minuit2/MnPlot.h>

Constructor & Destructor Documentation

◆ MnPlot() [1/2]

ROOT::Minuit2::MnPlot::MnPlot ( )
default

◆ MnPlot() [2/2]

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

Definition at line 33 of file MnPlot.h.

Member Function Documentation

◆ Length()

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

Definition at line 42 of file MnPlot.h.

◆ operator()() [1/2]

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

Definition at line 38 of file MnPlot.cxx.

◆ operator()() [2/2]

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

Definition at line 19 of file MnPlot.cxx.

◆ Width()

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

Definition at line 41 of file MnPlot.h.

Member Data Documentation

◆ fPageLength

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

Definition at line 46 of file MnPlot.h.

◆ fPageWidth

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

Definition at line 45 of file MnPlot.h.

Libraries for ROOT::Minuit2::MnPlot:

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