Ignore:
Timestamp:
03/01/01 17:22:23 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.cc

    r657 r658  
    301301    // Enhance array by the size which we'll read now
    302302    //
    303 //    Byte_t *lo = new Byte_t[nlo];
    304 //    Byte_t *hi = new Byte_t[nhi];
    305 
    306303    const int npixhi = fHiGainPixId->GetSize();
    307304    const int npixlo = fLoGainPixId->GetSize();
     
    334331        fin.read(higainsam, nhi);
    335332        higainsam += nhi;
    336         //+++fin.read(hi, nhi);
    337         //+++fHiGainFadcSamples->AddAt(hi, nsamhi+i*nhi, nhi);
    338333
    339334        // FIXME: Not implemented in the raw files yet
     
    343338        fin.read(logainsam, nlo);
    344339        logainsam += nlo;
    345         //+++fin.read(lo, nlo);
    346         //+++fLoGainFadcSamples->AddAt(lo, nsamlo+i*nlo, nlo);
    347340        //}
    348341    }
    349 //    delete lo;
    350 //    delete hi;
    351 }
    352 
     342}
     343
Note: See TracChangeset for help on using the changeset viewer.