Changeset 9261 for trunk/MagicSoft/Mars/msim/MHPhotonEvent.cc
- Timestamp:
- 01/25/09 14:32:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msim/MHPhotonEvent.cc
r9243 r9261 189 189 break; 190 190 } 191 case 3: 192 case 4: 191 case 3: // The maximum radius 192 case 4: // Two times the pixel-0 traversal size 193 193 { 194 194 MGeomCam *c = (MGeomCam*)pList->FindObject("MGeomCam"); … … 198 198 return kFALSE; 199 199 } 200 xmax = fType==3 ? c->GetMaxRadius()/10 : c->GetMaxRadius()/100;200 xmax = fType==3 ? c->GetMaxRadius()/10 : 2*(*c)[0].GetT()/10; 201 201 num = 50; 202 202
Note:
See TracChangeset
for help on using the changeset viewer.