Changeset 5902 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/19/05 14:08:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.