Changeset 9391 for trunk/MagicSoft/Mars/mreflector
- Timestamp:
- 03/06/09 23:18:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreflector/MRflEvtData.cc
r9258 r9391 209 209 TIter Next(&fList); 210 210 while ((ph=(MRflSinglePhoton*)Next())) 211 if (cam[idx]. DistanceToPrimitive(ph->GetX(), ph->GetY())<=0)211 if (cam[idx].IsInside(ph->GetX(), ph->GetY())) 212 212 val += cam.GetPixRatio(idx); 213 213
Note:
See TracChangeset
for help on using the changeset viewer.