- Timestamp:
- 11/11/04 15:28:10 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5390 r5395 36 36 (MHCalibrationChargeChargeBlindCam -> MHCalibrationChargeBlindCam) 37 37 - introduced the new blind pixels initialization 38 38 39 39 40 … … 87 88 - made sure that in the case of an extractor from a calibration file 88 89 the extraction window for pedestals is correctly set 90 - set SetPedestalUpdate(kFALSE) as default for MPedCalcFromLoGain 89 91 90 92 * mbase/MEvtLoop.cc: -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r5387 r5395 706 706 break; 707 707 pedlogain.SetExtractWindow(15, (Int_t)TMath::Nint(fExtractor->GetNumHiGainSamples())); 708 pedlogain.SetPedestalUpdate(kFALSE); 708 709 break; 709 710 -
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r5387 r5395 650 650 *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << " included." << endl; 651 651 *fLog << "Max allowed signal variation: " << fMaxSignalVar << endl; 652 *fLog << "Number of events to calculate pedestal from: " << fNumEventsDump << endl; 652 653 *fLog << "Pedestal Update is " << (fPedestalUpdate?"on":"off") << endl; 653 654 }
Note:
See TracChangeset
for help on using the changeset viewer.