Definition at line 312 of file MPointing.cc.
References fError, i, and t.
Referenced by TPointGui::ProcessMessage().
329 cout <<
"Error: Cannot open file '" << name <<
"'" << endl;
336 fout <<
"MAGIC1 " << t << endl;
337 fout <<
"S 00 000000 000000 0000000" << endl;
338 fout << setprecision(8);
342 fout << setw(13) << *
fCoeff[
i]*kRad2Deg <<
" ";
343 fout << setw(11) <<
fError[
i]*kRad2Deg << endl;
345 fout <<
"END" << endl;
const TString & GetVarName(int i) const