Changeset 9391 for trunk/MagicSoft
- Timestamp:
- 03/06/09 23:18:12 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9389 r9391 22 22 * datacenter/macros/plotrundb.C datacenter/macros/fillstar.C: 23 23 - added RunDataCheck access 24 25 * mreflector/MrflEventData.cc: 26 - replaced DistanceToPrimitive by IsInside 24 27 25 28 -
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.