Changeset 9369 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFSoftwareTrigger.cc
r8618 r9369 137 137 138 138 // Get the geometry information (neighbors) of this pixel 139 const MGeom Pix&gpix = (*fCam)[idx];139 const MGeom &gpix = (*fCam)[idx]; 140 140 141 141 // Now do the same with all its neighbors and sum the … … 342 342 Int_t num = 1; 343 343 344 const MGeom Pix&gpix = (*fCam)[i];344 const MGeom &gpix = (*fCam)[i]; 345 345 346 346 const Int_t nneighbors = gpix.GetNumNeighbors();
Note:
See TracChangeset
for help on using the changeset viewer.