Changeset 3500 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/15/04 13:59:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r3471 r3500 626 626 // necessary for 'same' option and allows distorted images of the camera! 627 627 const Float_t maxr = (1-fGeomCam->GetConvMm2Deg())*fGeomCam->GetMaxRadius()/2; 628 const Float_t conv = issame ||628 const Float_t conv = !issame || 629 629 gPad->GetX1()<-maxr || gPad->GetY1()<-maxr || 630 630 gPad->GetX2()> maxr || gPad->GetY2()>maxr ? 1 : fGeomCam->GetConvMm2Deg();
Note:
See TracChangeset
for help on using the changeset viewer.