Changeset 658 for trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
- Timestamp:
- 03/01/01 17:22:23 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r657 r658 301 301 // Enhance array by the size which we'll read now 302 302 // 303 // Byte_t *lo = new Byte_t[nlo];304 // Byte_t *hi = new Byte_t[nhi];305 306 303 const int npixhi = fHiGainPixId->GetSize(); 307 304 const int npixlo = fLoGainPixId->GetSize(); … … 334 331 fin.read(higainsam, nhi); 335 332 higainsam += nhi; 336 //+++fin.read(hi, nhi);337 //+++fHiGainFadcSamples->AddAt(hi, nsamhi+i*nhi, nhi);338 333 339 334 // FIXME: Not implemented in the raw files yet … … 343 338 fin.read(logainsam, nlo); 344 339 logainsam += nlo; 345 //+++fin.read(lo, nlo);346 //+++fLoGainFadcSamples->AddAt(lo, nsamlo+i*nlo, nlo);347 340 //} 348 341 } 349 // delete lo; 350 // delete hi; 351 } 352 342 } 343
Note:
See TracChangeset
for help on using the changeset viewer.