Ignore:
Timestamp:
08/13/04 15:36:45 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc

    r4609 r4613  
    394394
    395395  const Int_t npixels  = fPedestals->GetSize();
    396 //  const Int_t areas    = fPedestals->GetAverageAreas();
    397 //  const Int_t sectors  = fPedestals->GetAverageSectors();
    398396 
    399397  if (fSumx.GetSize()==0)
    400     {
     398  {
    401399      fSumx. Set(npixels);
    402400      fSumx2.Set(npixels);
    403      
    404 //      fAreaSumx. Set(areas);
    405 //      fAreaSumx2.Set(areas);
    406 //      fAreaValid.Set(areas);
    407      
    408 //      fSectorSumx. Set(sectors);
    409 //      fSectorSumx2.Set(sectors);
    410 //      fSectorValid.Set(sectors);
    411      
     401
    412402      fSumx.Reset();
    413403      fSumx2.Reset();
    414     }
     404  }
    415405 
    416406  if (fWindowSizeHiGain == 0 && fWindowSizeLoGain == 0)
    417407    {
    418       *fLog << err << GetDescriptor()
     408        *fLog << err << GetDescriptor()
    419409            << ": Number of extracted Slices is 0, abort ... " << endl;
    420       return kFALSE;
     410        return kFALSE;
    421411    }
    422412 
Note: See TracChangeset for help on using the changeset viewer.