FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
MPointing::fError
TArrayD fError
Definition:
MPointing.h:187
MPointing::fCoeff
Double_t ** fCoeff
Definition:
MPointing.h:183
Here is the caller graph for this function:
MPointing
Generated on Sun Sep 18 2016 20:50:54 for FACT++ by
1.8.11