Changeset 7292 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 08/18/05 15:43:16 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibCalcFromPast.cc
r7288 r7292 240 240 } 241 241 } 242 242 243 243 fNumCam = 0; 244 244 fNumEvents = 0; … … 287 287 Int_t MCalibCalcFromPast::Process() 288 288 { 289 290 289 if (fNumEvents++ < fNumEventsDump) 291 290 return kTRUE; 292 291 293 292 fNumEvents = 0; 294 293 ReInitialize(); … … 313 312 { 314 313 fNumFails++; 315 *fLog << warn << "WARNING - Finalization of charges failed the " << fNumFails << " time..." << endl;314 *fLog << warn << "WARNING - Finalization of charges failed the " << fNumFails << ". time..." << endl; 316 315 } 317 316 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r7190 r7292 739 739 } 740 740 741 MCalibrationBlindCam *blindcam = fIntensBlind 742 ? (MCalibrationBlindCam*)fIntensBlind->GetCam() : fBlindCam; 743 MCalibrationQECam *qecam = fIntensQE 744 ? (MCalibrationQECam*) fIntensQE->GetCam() : fQECam; 745 MCalibrationChargeCam *chargecam = fIntensCam 746 ? (MCalibrationChargeCam*)fIntensCam->GetCam() : fCam; 747 MBadPixelsCam *badcam = fIntensBad 748 ? (MBadPixelsCam*) fIntensBad->GetCam() : fBadPixels; 741 MCalibrationBlindCam *blindcam = fIntensBlind ? (MCalibrationBlindCam*) fIntensBlind->GetCam() : fBlindCam; 742 MCalibrationQECam *qecam = fIntensQE ? (MCalibrationQECam*) fIntensQE->GetCam() : fQECam; 743 MCalibrationChargeCam *chargecam = fIntensCam ? (MCalibrationChargeCam*)fIntensCam->GetCam() : fCam; 744 MBadPixelsCam *badcam = fIntensBad ? (MBadPixelsCam*) fIntensBad->GetCam() : fBadPixels; 749 745 750 746 //
Note:
See TracChangeset
for help on using the changeset viewer.