ROOT logo
ROOT » MATH » MINUIT2 » ROOT::Minuit2::MnPlot

class ROOT::Minuit2::MnPlot

Function Members (Methods)

public:
~MnPlot()
unsigned intLength() const
ROOT::Minuit2::MnPlotMnPlot()
ROOT::Minuit2::MnPlotMnPlot(const ROOT::Minuit2::MnPlot&)
ROOT::Minuit2::MnPlotMnPlot(unsigned int width, unsigned int length)
voidoperator()(const vector<std::pair<double,double> >&) const
voidoperator()(double, double, const vector<std::pair<double,double> >&) const
ROOT::Minuit2::MnPlot&operator=(const ROOT::Minuit2::MnPlot&)
unsigned intWidth() const

Data Members

private:
unsigned intfPageLength
unsigned intfPageWidth

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

MnPlot()
{}
MnPlot(unsigned int width, unsigned int length)
~MnPlot()
{}
void operator()(const vector<std::pair<double,double> >& ) const
void operator()(double , double , const vector<std::pair<double,double> >& ) const
unsigned int Width() const
{return fPageWidth;}
unsigned int Length() const
{return fPageLength;}