17std::vector<std::pair<double, double>>
MnScan::Scan(
unsigned int par,
unsigned int maxsteps,
double low,
double high)
21 double amin = scan.
Fval();
23 std::vector<std::pair<double, double>>
result = scan(par, maxsteps, low, high);
24 if (scan.
Fval() < amin) {
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)
double Value(unsigned int) const
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.