Changeset 4868 for trunk/MagicSoft/Mars/mtemp
- Timestamp:
- 09/06/04 08:31:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/findTelAxisFromStars.C
r4741 r4868 207 207 208 208 //$$$$$$$$$$$$$$$$ ww 209 Int_t InputType = 1;209 Int_t InputType = 0; 210 210 //findstars.SetUseCorrelatedGauss(kFALSE); 211 211 … … 265 265 while (tlist.Process()) 266 266 { 267 gLog << "---------------------------------------------" << endl;268 gLog << "Macro : MStarPos content = " << endl;269 starcam.Print("namepossizchierr");270 gLog << "---------------------------------------------" << endl;271 gLog << "Macro : MSourcePos content = " << endl;272 sourcecam.Print("namepossizchierr");273 gLog << "---------------------------------------------" << endl;267 //gLog << "---------------------------------------------" << endl; 268 //gLog << "Macro : MStarPos content = " << endl; 269 //starcam.Print("namepossizchierr"); 270 //gLog << "---------------------------------------------" << endl; 271 //gLog << "Macro : MSourcePos content = " << endl; 272 //sourcecam.Print("namepossizchierr"); 273 //gLog << "---------------------------------------------" << endl; 274 274 275 275 numevents++; … … 314 314 + source->GetYIdeal()*source->GetYIdeal() ); 315 315 316 cout << "R0, R = " << R0 << ", " << R << endl;316 //cout << "R0, R = " << R0 << ", " << R << endl; 317 317 318 318 aberr->Fill(R0, R, 1.0); … … 345 345 //$$$$$$$$$$$$$$$$ ww 346 346 347 gLog << "Event loop finished; call DrawClone of MHTelAxisFromStars" << endl;348 TObject *srccam = plist.FindObject("MSourceCam"); 349 350 gLog << "srccam = " << srccam << endl;347 //gLog << "Event loop finished; call DrawClone of MHTelAxisFromStars" << endl; 348 349 //TObject *srccam = plist.FindObject("MSourceCam"); 350 //gLog << "srccam = " << srccam << endl; 351 351 352 352 TObject *obj = plist.FindObject("MHTelAxisFromStars");
Note:
See TracChangeset
for help on using the changeset viewer.