Changeset 2138 for trunk/MagicSoft


Ignore:
Timestamp:
05/25/03 16:13:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MCT1ReadAscii.cc

    r1880 r2138  
    240240    // too the list with it's id, number of photons and error
    241241    //
    242     fNphot->InitSize(127);
     242//    fNphot->InitSize(127);
    243243
    244244    for (Int_t i = 0; i<127; i++ )
     
    251251            fNphot->AddPixel(i, nphot, (*fPedest)[i].GetMeanRms());
    252252    }
    253 
     253    fNphot->FixSize();
    254254}
    255255
  • trunk/MagicSoft/Mars/mhist/MHCerPhotEvt.cc

    r2060 r2138  
    5151{
    5252    fSum.Reset();
    53     fSum.InitSize(577);
     53//    fSum.InitSize(577);
    5454    for (int i=0; i<577; i++)
    5555    {
     
    5757        fSum[i].SetPixelUnused();
    5858    }
    59 
     59    fSum.FixSize();
    6060    fEntries = 0;
    6161}
Note: See TracChangeset for help on using the changeset viewer.