Changeset 2255 for trunk/MagicSoft/Mars/manalysis/MCT1PadONOFF.cc
- Timestamp:
- 07/01/03 10:46:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1PadONOFF.cc
r2206 r2255 1401 1401 Int_t j = pix.GetPixId(); 1402 1402 1403 Double_t ratioArea = fCam->GetPixRatio(j); 1403 // GetPixRatio returns (area of pixel 0 / area of current pixel) 1404 Double_t ratioArea = 1.0 / fCam->GetPixRatio(j); 1404 1405 1405 1406 MPedestalPix &ppix = (*fPed)[j];
Note:
See TracChangeset
for help on using the changeset viewer.