Ignore:
Timestamp:
04/11/03 19:42:54 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1914 r1947  
    420420        // get the spiral pixel number from the run header
    421421        //
    422         const UShort_t npix = fRunHeader->GetPixAssignment(i);
    423 
    424422        const UShort_t ipos = npos+i;
     423
     424        const UShort_t npix = fRunHeader->GetPixAssignment(ipos);
     425
    425426        //
    426427        //  This is to fill the data of one pixel to the MRawEvtHeader Class.
     
    440441        //}
    441442    }
    442 }
    443 
     443
     444    fPosInArray++;
     445}
     446
Note: See TracChangeset for help on using the changeset viewer.