Changeset 8210 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 11/02/06 19:54:22 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MNewImagePar.cc
r7543 r8210 151 151 Float_t maxpix2 = 0; // [#phot] 152 152 153 const Double_t d = geom.GetMaxRadius()*geom.GetMaxRadius();153 const Double_t d = FLT_MAX; //geom.GetMaxRadius()*geom.GetMaxRadius(); 154 154 Double_t dist[3] = { d, d, d }; 155 155 Int_t idx[3] = { -1, -1, -1}; … … 166 166 for (UInt_t i=0; i<npix; i++) 167 167 { 168 const MSignalPix &pix = evt[i]; 169 if (pix.IsPixelUnmapped()) 170 continue; 171 168 172 // Get geometry of pixel 169 173 const MGeomPix &gpix = geom[i]; … … 201 205 } 202 206 203 const MSignalPix &pix = evt[i];204 207 if (!pix.IsPixelUsed()) 205 208 continue;
Note:
See TracChangeset
for help on using the changeset viewer.