Changeset 5395


Ignore:
Timestamp:
11/11/04 15:28:10 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5390 r5395  
    3636       (MHCalibrationChargeChargeBlindCam -> MHCalibrationChargeBlindCam)
    3737     - introduced the new blind pixels initialization
     38
    3839
    3940
     
    8788     - made sure that in the case of an extractor from a calibration file
    8889       the extraction window for pedestals is correctly set
     90     - set SetPedestalUpdate(kFALSE) as default for MPedCalcFromLoGain
    8991
    9092   * mbase/MEvtLoop.cc:
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r5387 r5395  
    706706            break;
    707707        pedlogain.SetExtractWindow(15, (Int_t)TMath::Nint(fExtractor->GetNumHiGainSamples()));
     708        pedlogain.SetPedestalUpdate(kFALSE);
    708709        break;
    709710
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc

    r5387 r5395  
    650650    *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << " included." << endl;
    651651    *fLog << "Max allowed signal variation: " << fMaxSignalVar << endl;
     652    *fLog << "Number of events to calculate pedestal from: " << fNumEventsDump << endl;
    652653    *fLog << "Pedestal Update is " << (fPedestalUpdate?"on":"off") << endl;
    653654}
Note: See TracChangeset for help on using the changeset viewer.