Changeset 4844
- Timestamp:
- 09/03/04 16:55:40 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc
r4838 r4844 342 342 fName = name ? name : gsDefName.Data(); 343 343 fTitle = title ? title : gsDefTitle.Data(); 344 345 Print();346 344 } 347 345 … … 571 569 return kFALSE; 572 570 571 Print(); 572 573 573 return kTRUE; 574 574 } … … 660 660 break; 661 661 } 662 *fLog << " cleaning initialized with noiselevel " << fCleanLvl1 << " and " << fCleanLvl2;662 *fLog << " cleaning initialized with level " << fCleanLvl1 << " and " << fCleanLvl2; 663 663 *fLog << " (CleanRings=" << fCleanRings << ")" << endl; 664 664 } -
trunk/MagicSoft/Mars/mpointing/MSrcPosFromModel.cc
r4825 r4844 75 75 // Search and if necessary create MSrcPosCam in the parameter list 76 76 // 77 #include "MAstroCatalog.h"78 77 Int_t MSrcPosFromModel::PreProcess(MParList *pList) 79 78 {
Note:
See TracChangeset
for help on using the changeset viewer.