Changeset 5902 for trunk/MagicSoft
- Timestamp:
- 01/19/05 14:08:16 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5901 r5902 33 33 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc: 34 34 - handle scale factor in case of on-off observations 35 36 * mjobs/MJPedestal.cc: 37 - aligned screen output to 80col rule 35 38 36 39 -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r5874 r5902 970 970 } 971 971 else 972 973 *fLog << warn << GetDescriptor() 974 << ": WARNING: No extractor has been handed over!" << endl;975 *fLog << warn << GetDescriptor()976 << ": WARNING: Taking default window for pedestal extraction. The calculated pedestal RMS will probably not match with future pedestal RMSs from different extractionwindows." << endl;977 972 { 973 *fLog << warn << GetDescriptor() << ": WARNING - No extractor has been handed over! " << endl; 974 *fLog << "Taking default window for pedestal extraction. The calculated pedestal RMS" << endl; 975 *fLog << "will probably not match with future pedestal RMS' from different extraction" << endl; 976 *fLog << "windows." << endl; 977 } 978 978 979 979 /*
Note:
See TracChangeset
for help on using the changeset viewer.