Logo ROOT  
Reference Guide
ROOT::Minuit2::MnParameterScan Class Reference

Scans the values of FCN as a function of one Parameter and retains the best function and Parameter values found.

Definition at line 30 of file MnParameterScan.h.

Public Member Functions

 MnParameterScan (const FCNBase &, const MnUserParameters &)
 
 MnParameterScan (const FCNBase &, const MnUserParameters &, double)
 
 ~MnParameterScan ()
 
double Fval () const
 
std::vector< std::pair< double, double > > operator() (unsigned int par, unsigned int maxsteps=41, double low=0., double high=0.)
 
const MnUserParametersParameters () const
 

Private Attributes

double fAmin
 
const FCNBasefFCN
 
MnUserParameters fParameters
 

#include <Minuit2/MnParameterScan.h>

Constructor & Destructor Documentation

◆ MnParameterScan() [1/2]

ROOT::Minuit2::MnParameterScan::MnParameterScan ( const FCNBase fcn,
const MnUserParameters par 
)

Definition at line 18 of file MnParameterScan.cxx.

◆ MnParameterScan() [2/2]

ROOT::Minuit2::MnParameterScan::MnParameterScan ( const FCNBase fcn,
const MnUserParameters par,
double  fval 
)

Definition at line 20 of file MnParameterScan.cxx.

◆ ~MnParameterScan()

ROOT::Minuit2::MnParameterScan::~MnParameterScan ( )
inline

Definition at line 38 of file MnParameterScan.h.

Member Function Documentation

◆ Fval()

double ROOT::Minuit2::MnParameterScan::Fval ( ) const
inline

Definition at line 44 of file MnParameterScan.h.

◆ operator()()

std::vector< std::pair< double, double > > ROOT::Minuit2::MnParameterScan::operator() ( unsigned int  par,
unsigned int  maxsteps = 41,
double  low = 0.,
double  high = 0. 
)

Definition at line 22 of file MnParameterScan.cxx.

◆ Parameters()

const MnUserParameters & ROOT::Minuit2::MnParameterScan::Parameters ( ) const
inline

Definition at line 43 of file MnParameterScan.h.

Member Data Documentation

◆ fAmin

double ROOT::Minuit2::MnParameterScan::fAmin
private

Definition at line 50 of file MnParameterScan.h.

◆ fFCN

const FCNBase& ROOT::Minuit2::MnParameterScan::fFCN
private

Definition at line 48 of file MnParameterScan.h.

◆ fParameters

MnUserParameters ROOT::Minuit2::MnParameterScan::fParameters
private

Definition at line 49 of file MnParameterScan.h.

Libraries for ROOT::Minuit2::MnParameterScan:
[legend]

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