Ignore:
Timestamp:
08/17/04 16:26:31 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationTestCam.cc

    r4572 r4658  
    9090#include "MParList.h"
    9191
     92#include "MCalibrationTestCam.h"
     93
    9294#include "MCalibrationCam.h"
    9395#include "MCalibrationPix.h"
     
    117119  SetAverageNbins(5000);
    118120
    119   fNotInterpolateablePixels.Set(0);
    120121}
    121122
     
    157158  }
    158159
     160
    159161  const Int_t npixels  = fGeom->GetNumPixels();
    160162  const Int_t nsectors = fGeom->GetNumSectors();
     
    378380     
    379381      if (hist.IsEmpty())
    380         {
    381           const Int_t size = fNotInterpolateablePixels.GetSize();
    382           fNotInterpolateablePixels.Set(size+1);
    383           fNotInterpolateablePixels[size] = i;
    384           continue;
    385         }
     382        continue;
    386383
    387384      if (!hist.FitGaus())
Note: See TracChangeset for help on using the changeset viewer.