Ignore:
Timestamp:
01/25/09 14:32:11 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msim/MHPhotonEvent.cc

    r9243 r9261  
    189189            break;
    190190        }
    191     case 3:
    192     case 4:
     191    case 3: // The maximum radius
     192    case 4: // Two times the pixel-0 traversal size
    193193        {
    194194            MGeomCam *c = (MGeomCam*)pList->FindObject("MGeomCam");
     
    198198                return kFALSE;
    199199            }
    200             xmax = fType==3 ? c->GetMaxRadius()/10 : c->GetMaxRadius()/100;
     200            xmax = fType==3 ? c->GetMaxRadius()/10 : 2*(*c)[0].GetT()/10;
    201201            num  = 50;
    202202
Note: See TracChangeset for help on using the changeset viewer.