Changeset 6093
- Timestamp:
- 01/28/05 16:47:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r6091 r6093 602 602 } 603 603 604 604 calibConv *= fRenormFactor * calibUpdate; 605 605 calibFFactor *= TMath::Sqrt(fRenormFactor); 606 606 … … 613 613 { 614 614 (*fBadPixels)[pixidx].SetUnsuitable(MBadPixelsPix::kUnsuitableRun); 615 cpix.SetCalibConst(-1.); 616 cpix.SetCalibFFactor(-1.); 617 continue; 615 calibConv = -1.; 616 calibFFactor = -1.; 618 617 } 619 620 618 cpix.SetCalibConst(calibConv); 621 619 cpix.SetCalibFFactor(calibFFactor);
Note:
See TracChangeset
for help on using the changeset viewer.