Ignore:
Timestamp:
03/15/04 13:59:40 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r3471 r3500  
    626626    // necessary for 'same' option and allows distorted images of the camera!
    627627    const Float_t maxr = (1-fGeomCam->GetConvMm2Deg())*fGeomCam->GetMaxRadius()/2;
    628     const Float_t conv = issame ||
     628    const Float_t conv = !issame ||
    629629        gPad->GetX1()<-maxr || gPad->GetY1()<-maxr ||
    630630        gPad->GetX2()> maxr || gPad->GetY2()>maxr ? 1 : fGeomCam->GetConvMm2Deg();
Note: See TracChangeset for help on using the changeset viewer.