Changeset 5353
- Timestamp:
- 11/07/04 15:42:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r5342 r5353 354 354 return kFALSE; 355 355 356 357 *fLog << inf << "Parameters used for pedestal calculation:"<<endl; 358 *fLog << inf <<"CheckWindow: First slice: "<<fCheckWinFirst<<"; Last slice: "<<fCheckWinLast<<endl; 359 *fLog << inf <<"ExtractWindow: First slice: "<<fExtractWinFirst<<"; Last slice: "<<fExtractWinLast<<endl; 360 *fLog << inf <<"Max allowed signal variation: "<<fMaxSignalVar<<endl; 356 361 return kTRUE; 357 362 }
Note:
See TracChangeset
for help on using the changeset viewer.