17std::vector<std::pair<double, double>> 
MnScan::Scan(
unsigned int par, 
unsigned int maxsteps, 
double low, 
double high)
 
   23   std::vector<std::pair<double, double>> 
result = scan(par, 
maxsteps, low, high);
 
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
MnUserParameterState fState
 
Scans the values of FCN as a function of one Parameter and retains the best function and Parameter va...
 
const MnUserParameters & Parameters() const
 
std::vector< std::pair< double, double > > Scan(unsigned int par, unsigned int maxsteps=41, double low=0., double high=0.)
 
const MnUserParameters & Parameters() const
 
void SetValue(unsigned int, double)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...