Changeset 3204


Ignore:
Timestamp:
02/16/04 16:17:07 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 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    //
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.h

    r3199 r3204  
    3535
    3636    // Getters
    37     Int_t   GetSize()         const;
     37    UInt_t  GetSize()         const;
    3838    ULong_t GetTotalEntries() const { return fTotalEntries; }
    3939
Note: See TracChangeset for help on using the changeset viewer.