- Timestamp:
- 04/27/18 20:08:00 (7 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhflux/MAlphaFitter.cc
r9576 r19002 603 603 *fLog << " - Chi^2/ndf (Signal) " << fChiSqSignal << endl; 604 604 *fLog << " - Chi^2/ndf (Background) " << fChiSqBg << endl; 605 *fLog << " - Signal integrated up to " << fIntegralMax << " °" << endl;605 *fLog << " - Signal integrated up to " << fIntegralMax << "\u00b0" << endl; 606 606 *fLog << " - Off Scale Alpha (Off) " << fScaleFactor << endl; 607 607 } -
trunk/Mars/mpointing/MSrcPosRndm.cc
r9338 r19002 84 84 } 85 85 else 86 *fLog << inf << "Source position will be produced randomly in a distance of " << fDistOfSource << " °from the camera center!" << endl;86 *fLog << inf << "Source position will be produced randomly in a distance of " << fDistOfSource << "\u00b0 from the camera center!" << endl; 87 87 88 88 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.