Changeset 5387 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 11/11/04 13:52:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r5381 r5387 325 325 Int_t MPedCalcFromLoGain::PreProcess(MParList *pList) 326 326 { 327 328 327 Clear(); 329 328 … … 441 440 442 441 // 2. Scale the variance to the number of slices: 443 var /= (Float_t)(fExtractWinSize);442 var /= fExtractWinSize; 444 443 445 444 // 3. Calculate the RMS from the Variance: … … 648 647 *fLog << GetDescriptor() << ":" << endl; 649 648 *fLog << "Parameters used for pedestal calculation from " << fNamePedestalCam << ":"<<endl; 650 *fLog << "CheckWindow from slice " << fCheckWinFirst << " to " << fCheckWinLast<< endl;651 *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << endl;649 *fLog << "CheckWindow from slice " << fCheckWinFirst << " to " << fCheckWinLast << " included." << endl; 650 *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << " included." << endl; 652 651 *fLog << "Max allowed signal variation: " << fMaxSignalVar << endl; 653 652 *fLog << "Pedestal Update is " << (fPedestalUpdate?"on":"off") << endl;
Note:
See TracChangeset
for help on using the changeset viewer.