Definition at line 178 of file MPointing.cc.
References fError, Tools::Form(), i, and str.
Referenced by TPointGui::ProcessMessage(), and TPointGui::TPointGui().
195 *fLog << err <<
"ERROR - Cannot open file '" << name <<
"'" << endl;
200 while (fin && fin.get()!=
'\n');
203 if (c!=
'S' && c!=
's')
205 *fLog << err <<
"Error: This in not a model correcting the star position (" << c <<
")" << endl;
226 *fLog <<
" & = Name Value Sigma " << endl;
227 *fLog <<
"--------------------------------------------------" << endl;
235 *fLog << err <<
"ERROR - Reading file " << name << endl;
239 str = str.Strip(TString::kBoth);
269 sout +=
Form(
"%11f", val);
272 val *= TMath::DegToRad();
285 sout +=
Form(
"%9f%s", val, UTF8::kDeg);
287 if (*
fCoeff[n]!=0 || val>0)
288 *fLog << sout << endl;
292 *fLog << err <<
"ERROR - Reading line " << str << endl;
298 *fLog << warn <<
"WARNING - Parameter " << str <<
" unknown." << endl;
303 fError[n] = val*TMath::DegToRad();
void Clear(Option_t *o="")