Changeset 4799
- Timestamp:
- 08/30/04 08:16:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc
r4798 r4799 546 546 //----------------------------------------------- 547 547 // plot the expected positions of some sources 548 *fLog << "fSourcsCam = " << fSourceCam << endl; 549 550 /* 551 // copy names from MStarCam to the histograms 552 if (fSourceCam) 553 { 554 *fLog << "Source container exists " << endl; 555 556 MStarPos *starSource = 0; 557 TIter nextSource(fSourceCam->GetList()); 558 559 *fLog << "&nextSource = " << &nextSource << endl; 560 561 starSource = (MStarPos*)nextSource(); 562 if (starSource) 563 { 564 *fLog << "name of source container1 : " << starSource->GetName() 565 << endl; 566 567 fEstPos1->SetName(starSource->GetName()); 568 569 starSource = (MStarPos*)nextSource(); 570 if (starSource) 571 { 572 *fLog << "name of source container2 : " << starSource->GetName() 573 << endl; 574 575 576 fEstPos2->SetName(starSource->GetName()); 577 578 starSource = (MStarPos*)nextSource(); 579 if (starSource) 580 { 581 582 *fLog << "name of source container3 : " << starSource->GetName() 583 << endl; 584 585 fEstPos3->SetName(starSource->GetName()); 586 } 587 } 588 } 589 } 590 */ 591 548 //*fLog << "fSourcsCam = " << fSourceCam << endl; 592 549 593 550 if (fSourceCam)
Note:
See TracChangeset
for help on using the changeset viewer.