Ignore:
Timestamp:
05/23/03 18:25:35 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2134 r2136  
    914914    // read in the number of cerenkov photons and add the 'new' pixel
    915915    // too the list with it's id, number of photons and error
    916     //
    917     fNphot->InitSize(iMAXNUMPIX);
    918 
    919916    // number of photoelectrons measured in each pixel only the
    920917    // actual number of pixels (outputpars.inumpixels) is written out
    921918    // short spixsig_10thphot[iMAXNUMPIX];
    922     //*fLog << "spixsig_10thphot : " << endl;
     919    //
    923920    for (Int_t i=0; i<iMAXNUMPIX; i++)
    924921    {
    925       //*fLog << event.spixsig_10thphot[i] << " ";
    926 
    927       // next 2 statements commented out by WW
    928       //if (event.spixsig_10thphot[i]==0)
    929       //      continue;
     922        // next 2 statements commented out by WW
     923        //if (event.spixsig_10thphot[i]==0)
     924        //      continue;
    930925
    931926        fNphot->AddPixel(i, 0.1*event.spixsig_10thphot[i],
    932927                         (*fPedest)[i].GetMeanRms());
    933928    }
    934     //*fLog << "" << endl;
    935 
     929    fNphot->FixSize();
    936930    fNphot->SetReadyToSave();
    937931
Note: See TracChangeset for help on using the changeset viewer.