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