Ignore:
Timestamp:
05/25/03 16:13:53 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.