Changeset 9391 for trunk


Ignore:
Timestamp:
03/06/09 23:18:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9389 r9391  
    2222   * datacenter/macros/plotrundb.C datacenter/macros/fillstar.C:
    2323     - added RunDataCheck access
     24
     25   * mreflector/MrflEventData.cc:
     26     - replaced DistanceToPrimitive by IsInside
    2427
    2528
  • trunk/MagicSoft/Mars/mreflector/MRflEvtData.cc

    r9258 r9391  
    209209    TIter Next(&fList);
    210210    while ((ph=(MRflSinglePhoton*)Next()))
    211         if (cam[idx].DistanceToPrimitive(ph->GetX(), ph->GetY())<=0)
     211        if (cam[idx].IsInside(ph->GetX(), ph->GetY()))
    212212            val += cam.GetPixRatio(idx);
    213213
Note: See TracChangeset for help on using the changeset viewer.