FACT++  1.0
void MPointing::GetParameters ( Double_t *  par,
Int_t  n = kNumPar 
) const

Definition at line 754 of file MPointing.cc.

Referenced by TPointGui::DisplayBending(), and TPointGui::Fit().

755 {
756  while (n--)
757  par[n] = *fCoeff[n]*kRad2Deg;
758 }
Double_t ** fCoeff
Definition: MPointing.h:183

+ Here is the caller graph for this function: