Ignore:
Timestamp:
03/06/09 23:18:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.