Changeset 9369 for trunk/MagicSoft/Mars/mimage/MHillas.cc
- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillas.cc
r8911 r9369 291 291 continue; 292 292 293 const MGeom Pix&gpix = geom[i];293 const MGeom &gpix = geom[i]; 294 294 295 295 const Float_t nphot = pix.GetNumPhotons(); … … 339 339 continue; 340 340 341 const MGeom Pix&gpix = geom[i];341 const MGeom &gpix = geom[i]; 342 342 343 343 const Float_t dx = gpix.GetX() - fMeanX; // [mm]
Note:
See TracChangeset
for help on using the changeset viewer.