Ignore:
Timestamp:
02/16/04 16:17:07 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3202 r3204  
    263263    // FADC slices will be filled into the SinglePHE histogram
    264264    //
    265     calcalc.SetBlindPixelSinglePheCut(500);
     265    //    calcalc.SetBlindPixelSinglePheCut(500);
    266266
    267267    //
     
    283283   
    284284    //
    285     // In case, you want to skip the blind pixel method:
    286     // (NOT RECOMMENDED!!!)
    287     //
    288     // calcalc.SkipBlindPixelFit();
    289 
    290     //
    291285    // In case, you want to skip the quality checks
    292286    // (NOT RECOMMENDED!!!)
     
    298292    // blind pixel
    299293    //
    300     MCalibrationBlindPix *bp = calcam.GetBlindPixel();
    301     bp->ChangeFitFunc(MHCalibrationBlindPixel::kEPoisson5);
     294    //    MCalibrationBlindPix *bp = calcam.GetBlindPixel();
     295    //    bp->ChangeFitFunc(MHCalibrationBlindPixel::kEPoisson5);
    302296
    303297    //
Note: See TracChangeset for help on using the changeset viewer.