Changeset 6873 for trunk/MagicSoft/Mars/mimage/MHillas.cc
- Timestamp:
- 03/22/05 11:20:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillas.cc
r6871 r6873 267 267 { 268 268 MSignalPix &pix = evt[i]; 269 //if (!pix.IsPixelUsed())270 //continue;269 if (!pix.IsPixelUsed()) 270 continue; 271 271 272 272 if (island>=0 && pix.GetIdxIsland()!=island)
Note:
See TracChangeset
for help on using the changeset viewer.