Ignore:
Timestamp:
10/24/02 17:04:13 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.cc

    r1540 r1554  
    190190    //
    191191    const Float_t ratio = fGeomCam->GetPixRatio(i);
    192     const Float_t pnum  = ratio*pix.GetErrorPhot();
     192    const Float_t pnum  = sqrt(ratio)*pix.GetErrorPhot();
    193193
    194194    (*this)[pix.GetPixId()].SetFillColor(GetColor(pnum, min, max));
Note: See TracChangeset for help on using the changeset viewer.