Changeset 6060 for trunk/MagicSoft/Mars
- Timestamp:
- 01/27/05 19:26:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r6053 r6060 647 647 fHBlindCam->SetColor(col); 648 648 649 fCam->SetPulserColor(col); 650 651 if (fBlindCam) 652 fBlindCam->SetPulserColor(col); 649 MCalibrationBlindCam *blindcam = fIntensBlind 650 ? (MCalibrationBlindCam*)fIntensBlind->GetCam() : fBlindCam; 651 MCalibrationChargeCam *chargecam = fIntensCam 652 ? (MCalibrationChargeCam*)fIntensCam->GetCam() : fCam; 653 654 chargecam->SetPulserColor(col); 655 656 if (blindcam) 657 blindcam->SetPulserColor(col); 653 658 if (fPINDiode) 654 659 fPINDiode->SetColor(col);
Note:
See TracChangeset
for help on using the changeset viewer.