Ignore:
Timestamp:
03/01/09 21:54:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFSoftwareTrigger.cc

    r8618 r9369  
    137137
    138138    // Get the geometry information (neighbors) of this pixel
    139     const MGeomPix &gpix = (*fCam)[idx];
     139    const MGeom &gpix = (*fCam)[idx];
    140140
    141141    // Now do the same with all its neighbors and sum the
     
    342342        Int_t num = 1;
    343343
    344         const MGeomPix &gpix = (*fCam)[i];
     344        const MGeom &gpix = (*fCam)[i];
    345345
    346346        const Int_t nneighbors = gpix.GetNumNeighbors();
Note: See TracChangeset for help on using the changeset viewer.