#include <HybridMinimizer.h>
Public Types | |
enum | EMinimizerType { kMigrad, kSimplex, kCombined, kScan, kFumili } |
Public Member Functions | |
void | Clear () override |
bool | Contour (unsigned int i, unsigned int j, unsigned int &npoints, double *xi, double *xj) override |
double | Correlation (unsigned int i, unsigned int j) const override |
double | CovMatrix (unsigned int i, unsigned int j) const override |
int | CovMatrixStatus () const override |
double | Edm () const override |
return expected distance reached from the minimum More... | |
const double * | Errors () const override |
return errors at the minimum More... | |
bool | GetCovMatrix (double *cov) const override |
bool | GetHessianMatrix (double *h) const override |
bool | GetMinosError (unsigned int i, double &errLow, double &errUp, int=0) override |
double | GlobalCC (unsigned int i) const override |
bool | Hesse () override |
HybridMinimizer (const char *type) | |
HybridMinimizer (EMinimizerType type=kMigrad) | |
const double * | MinGradient () const override |
return pointer to gradient values at the minimum More... | |
bool | Minimize () override |
double | MinValue () const override |
return minimum function value More... | |
unsigned int | NCalls () const override |
number of function calls to reach the minimum More... | |
unsigned int | NDim () const override |
unsigned int | NFree () const override |
void | PrintResults () override |
print result of minimization More... | |
bool | ProvidesError () const override |
minimizer provides error and error matrix More... | |
bool | Scan (unsigned int i, unsigned int &nstep, double *x, double *y, double xmin=0, double xmax=0) override |
bool | SetFixedVariable (unsigned int, const std::string &, double) override |
set fixed variable (override if minimizer supports them ) More... | |
void | SetFunction (const ROOT::Math::IMultiGenFunction &func) override |
set the function to minimize More... | |
void | SetFunction (const ROOT::Math::IMultiGradFunction &func) override |
set gradient the function to minimize More... | |
bool | SetLimitedVariable (unsigned int ivar, const std::string &name, double val, double step, double, double) override |
set upper/lower limited variable (override if minimizer supports them ) More... | |
bool | SetLowerLimitedVariable (unsigned int ivar, const std::string &name, double val, double step, double lower) override |
set lower limit variable (override if minimizer supports them ) More... | |
void | SetMinimizerType (EMinimizerType type) |
bool | SetUpperLimitedVariable (unsigned int ivar, const std::string &name, double val, double step, double upper) override |
set upper limit variable (override if minimizer supports them ) More... | |
bool | SetVariable (unsigned int ivar, const std::string &name, double val, double step) override |
set free variable More... | |
bool | SetVariableValue (unsigned int ivar, double val) override |
set variable More... | |
bool | SetVariableValues (const double *val) override |
const ROOT::Minuit2::MnUserParameterState & | State () |
return the minimizer state (containing values, step size , etc..) More... | |
int | VariableIndex (const std::string &name) const override |
std::string | VariableName (unsigned int ivar) const override |
get name of variables (override if minimizer support storing of variable names) More... | |
const double * | X () const override |
return pointer to X values at the minimum More... | |
~HybridMinimizer () override | |
Protected Member Functions | |
bool | ExamineMinimum (const ROOT::Minuit2::FunctionMinimum &min) |
examine the minimum result More... | |
virtual const ROOT::Minuit2::FCNBase * | GetFCN () const |
virtual const ROOT::Minuit2::ModularFunctionMinimizer * | GetMinimizer () const |
virtual void | SetMinimizer (ROOT::Minuit2::ModularFunctionMinimizer *m) |
Private Member Functions | |
HybridMinimizer (const HybridMinimizer &) | |
HybridMinimizer & | operator= (const HybridMinimizer &rhs) |
Private Attributes | |
unsigned int | fDim |
std::vector< double > | fErrors |
ROOT::Minuit2::ModularFunctionMinimizer * | fMinimizer |
ROOT::Minuit2::FunctionMinimum * | fMinimum |
ROOT::Minuit2::FCNBase * | fMinuitFCN |
ROOT::Minuit2::MnUserParameterState | fState |
bool | fUseFumili |
std::vector< double > | fValues |
Definition at line 44 of file HybridMinimizer.h.
Enumerator | |
---|---|
kMigrad | |
kSimplex | |
kCombined | |
kScan | |
kFumili |
Definition at line 46 of file HybridMinimizer.h.
PSFitter::HybridMinimizer::HybridMinimizer | ( | EMinimizerType | type = kMigrad | ) |
PSFitter::HybridMinimizer::HybridMinimizer | ( | const char * | type | ) |
Constructor with a char (used by PM)
Definition at line 79 of file HybridMinimizer.cc.
|
override |
Destructor (no operations)
Definition at line 132 of file HybridMinimizer.cc.
|
private |
Copy constructor
Definition at line 142 of file HybridMinimizer.cc.
|
override |
Definition at line 153 of file HybridMinimizer.cc.
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
override |
find the contour points (xi,xj) of the function for parameter i and j around the minimum The contour will be find for value of the function = Min + ErrorUp();
Definition at line 863 of file HybridMinimizer.cc.
|
override |
return correlation coefficient between variable i and j. If the variable is fixed or const the return value is zero
Definition at line 618 of file HybridMinimizer.cc.
|
override |
return covariance matrix elements if the variable is fixed or const the value is zero The ordering of the variables is the same as in errors and parameter value. This is different from the direct interface of Minuit2 or TMinuit where the values were obtained only to variable parameters
Definition at line 545 of file HybridMinimizer.cc.
|
override |
return the status of the covariance matrix status = -1 : not available (inversion failed or Hesse failed) status = 0 : available but not positive defined status = 1 : covariance only approximate status = 2 : full matrix but forced pos def status = 3 : full accurate matrix
Definition at line 978 of file HybridMinimizer.cc.
References fMinimum.
|
inlineoverride |
|
override |
return errors at the minimum
Definition at line 524 of file HybridMinimizer.cc.
References fErrors, and mps_fire::i.
|
protected |
examine the minimum result
study the function minimum
Definition at line 408 of file HybridMinimizer.cc.
|
override |
Fill the passed array with the covariance matrix elements if the variable is fixed or const the value is zero. The array will be filled as cov[i *ndim + j] The ordering of the variables is the same as in errors and parameter value. This is different from the direct interface of Minuit2 or TMinuit where the values were obtained only to variable parameters
Definition at line 560 of file HybridMinimizer.cc.
References fDim, fState, mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, cmsLHEtoEOSManager::l, and visualization-live-secondInstance_cfg::m.
|
inlineprotectedvirtual |
Definition at line 266 of file HybridMinimizer.h.
References fMinuitFCN.
|
override |
Fill the passed array with the Hessian matrix elements The Hessian matrix is the matrix of the second derivatives and is the inverse of the covariance matrix If the variable is fixed or const the values for that variables are zero. The array will be filled as h[i *ndim + j]
Definition at line 588 of file HybridMinimizer.cc.
References fDim, fState, mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, cmsLHEtoEOSManager::l, and visualization-live-secondInstance_cfg::m.
|
inlineprotectedvirtual |
Definition at line 262 of file HybridMinimizer.h.
References fMinimizer.
|
override |
get the minos error for parameter i, return false if Minos failed A minimizaiton must be performed befre, return false if no minimization has been done In case of Minos failed the status error is updated as following status += 10 * minosStatus where the minos status is: status = 1 : maximum number of function calls exceeded when running for lower error status = 2 : maximum number of function calls exceeded when running for upper error status = 3 : new minimum found when running for lower error status = 4 : new minimum found when running for upper error status = 5 : any other failure
Definition at line 653 of file HybridMinimizer.cc.
|
override |
get global correlation coefficient for the variable i. This is a number between zero and one which gives the correlation between the i-th variable and that linear combination of all other variables which is most strongly correlated with i. If the variable is fixed or const the return value is zero
Definition at line 637 of file HybridMinimizer.cc.
|
override |
perform a full calculation of the Hessian matrix for error calculation If a valid minimum exists the calculation is done on the minimum point otherwise is performed in the current set values of parameters Status code of minimizer is updated according to the following convention (in case Hesse failed) status += 100*hesseStatus where hesse status is: status = 1 : hesse failed status = 2 : matrix inversion failed status = 3 : matrix is not pos defined
Definition at line 910 of file HybridMinimizer.cc.
|
inlineoverride |
return pointer to gradient values at the minimum
Definition at line 139 of file HybridMinimizer.h.
|
override |
method to perform the minimization. Return false in case the minimization did not converge. In this case a status code different than zero is set (retrieved by the derived method Minimizer::Status() )"
status = 1 : Covariance was made pos defined status = 2 : Hesse is invalid status = 3 : Edm is above max status = 4 : Reached call limit status = 5 : Any other failure
Definition at line 298 of file HybridMinimizer.cc.
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
inlineoverride |
return minimum function value
Definition at line 130 of file HybridMinimizer.h.
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
inlineoverride |
|
inlineoverride |
this is <= Function().NDim() which is the total number of variables (free+ constrained ones)
Definition at line 146 of file HybridMinimizer.h.
|
inlineoverride |
number of free variables (real dimension of the problem) this is <= Function().NDim() which is the total
Definition at line 150 of file HybridMinimizer.h.
|
private |
Assignment operator
Definition at line 146 of file HybridMinimizer.cc.
|
override |
print result of minimization
return reference to the objective function virtual const ROOT::Math::IGenFunction & Function() const;
Definition at line 473 of file HybridMinimizer.cc.
|
inlineoverride |
minimizer provides error and error matrix
Definition at line 153 of file HybridMinimizer.h.
|
override |
scan a parameter i around the minimum. A minimization must have been done before, return false if it is not the case
Definition at line 806 of file HybridMinimizer.cc.
|
override |
set fixed variable (override if minimizer supports them )
Definition at line 219 of file HybridMinimizer.cc.
References fState, and Skims_PA_cff::name.
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
override |
set the function to minimize
Definition at line 262 of file HybridMinimizer.cc.
References fMinuitFCN, and TrackCollections2monitor_cff::func.
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
override |
set gradient the function to minimize
Definition at line 280 of file HybridMinimizer.cc.
References fMinuitFCN, and TrackCollections2monitor_cff::func.
|
override |
set upper/lower limited variable (override if minimizer supports them )
Definition at line 210 of file HybridMinimizer.cc.
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
override |
set lower limit variable (override if minimizer supports them )
Definition at line 192 of file HybridMinimizer.cc.
|
inlineprotectedvirtual |
Definition at line 264 of file HybridMinimizer.h.
References fMinimizer, and visualization-live-secondInstance_cfg::m.
Referenced by SetMinimizerType().
void PSFitter::HybridMinimizer::SetMinimizerType | ( | EMinimizerType | type | ) |
Definition at line 100 of file HybridMinimizer.cc.
References fUseFumili, kCombined, kFumili, kMigrad, kScan, kSimplex, and SetMinimizer().
Referenced by PulseShapeFitOOTPileupCorrection::fit().
|
override |
set upper limit variable (override if minimizer supports them )
Definition at line 201 of file HybridMinimizer.cc.
|
override |
set free variable
Definition at line 164 of file HybridMinimizer.cc.
References fState, Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and heppy_batch::val.
|
override |
set variable
Definition at line 244 of file HybridMinimizer.cc.
|
override |
Definition at line 252 of file HybridMinimizer.cc.
|
inline |
return the minimizer state (containing values, step size , etc..)
Definition at line 255 of file HybridMinimizer.h.
|
override |
get index of variable given a variable given a name return -1 if variable is not found
Definition at line 238 of file HybridMinimizer.cc.
|
override |
get name of variables (override if minimizer support storing of variable names)
Definition at line 231 of file HybridMinimizer.cc.
|
override |
return pointer to X values at the minimum
Definition at line 507 of file HybridMinimizer.cc.
References fValues, and mps_fire::i.
Referenced by svgfig.Curve.Sample::__repr__(), and PulseShapeFitOOTPileupCorrection::fit().
|
private |
Definition at line 272 of file HybridMinimizer.h.
Referenced by GetCovMatrix(), and GetHessianMatrix().
|
mutableprivate |
Definition at line 281 of file HybridMinimizer.h.
Referenced by Errors().
|
private |
Definition at line 277 of file HybridMinimizer.h.
Referenced by GetMinimizer(), and SetMinimizer().
|
private |
Definition at line 279 of file HybridMinimizer.h.
Referenced by CovMatrixStatus().
|
private |
Definition at line 278 of file HybridMinimizer.h.
Referenced by GetFCN(), and SetFunction().
|
private |
Definition at line 275 of file HybridMinimizer.h.
Referenced by GetCovMatrix(), GetHessianMatrix(), SetFixedVariable(), and SetVariable().
|
private |
Definition at line 273 of file HybridMinimizer.h.
Referenced by SetMinimizerType().
|
mutableprivate |
Definition at line 280 of file HybridMinimizer.h.
Referenced by X().