Definition at line 13 of file MCaos.cc.
Referenced by AddPosition(), and MStarguider::MStarguider().
18 cout <<
"ERROR - Cannot open " << name << endl;
24 cout <<
" Reading " << name <<
":" << endl;
25 cout <<
"------------------------------" << endl;
29 fin >> px >> py >> phi;
34 cout << setw(3) << px <<
" ";
35 cout << setw(3) << py <<
" (";
36 cout << setw(3) << phi <<
")\n";
39 cout <<
"Found " <<
fPositions.size() <<
" leds." << endl;
void AddPosition(float x, float y, float phi)
std::vector< Led > fPositions