Changeset 1554 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 10/24/02 17:04:13 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1540 r1554 190 190 // 191 191 const Float_t ratio = fGeomCam->GetPixRatio(i); 192 const Float_t pnum = ratio*pix.GetErrorPhot();192 const Float_t pnum = sqrt(ratio)*pix.GetErrorPhot(); 193 193 194 194 (*this)[pix.GetPixId()].SetFillColor(GetColor(pnum, min, max));
Note:
See TracChangeset
for help on using the changeset viewer.