FACT++  1.0
void MPointing::GetMinuitParameters ( TMinuit &  m,
Int_t  n = -1 
)

Definition at line 793 of file MPointing.cc.

References fError.

Referenced by TPointGui::Fit().

794 {
795  if (n<0 || n>m.GetNumPars())
796  n = m.GetNumPars();
797 
798  while (n--)
799  {
800  m.GetParameter(n, *fCoeff[n], fError[n]);
801  *fCoeff[n] /= kRad2Deg;
802  fError[n] /= kRad2Deg;
803  }
804 }
TArrayD fError
Definition: MPointing.h:187
Double_t ** fCoeff
Definition: MPointing.h:183

+ Here is the caller graph for this function: