10 #ifndef ROOT_Minuit2_MnPlot    11 #define ROOT_Minuit2_MnPlot    39   void operator()(
const std::vector<std::pair<double,double> >&) 
const;
    40   void operator()(
double, 
double, 
const std::vector<std::pair<double,double> >&) 
const;
    55 #endif  // ROOT_Minuit2_MnPlot unsigned int Width() const
 
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
 
MnPlot produces a text-screen graphical output of (x,y) points, e.g. 
 
unsigned int Length() const
 
void operator()(const std::vector< std::pair< double, double > > &) const
 
MnPlot(unsigned int width, unsigned int length)