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

Definition at line 746 of file MPointing.cc.

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

747 {
748  Clear();
749 
750  while (n--)
751  *fCoeff[n] = par[n]/kRad2Deg;
752 }
void Clear(Option_t *o="")
Definition: MPointing.h:191
Double_t ** fCoeff
Definition: MPointing.h:183

+ Here is the caller graph for this function: