Changeset 5984 for trunk/MagicSoft/Mars
- Timestamp:
- 01/25/05 10:00:07 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5983 r5984 28 28 canvas. 29 29 30 * mcalib/MCalibrationChargeCalc.cc 31 - ensure to set the color correctly in MCalibrationBlindCam 30 32 31 33 2005/01/24 Abelardo Moralejo -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5945 r5984 644 644 fHBlindCam->SetColor(col); 645 645 646 fCam->SetPulserColor(col); 647 648 if (fBlindCam) 649 fBlindCam->SetPulserColor(col); 646 650 if (fPINDiode) 647 fPINDiode->SetColor( fPulserColor);648 651 fPINDiode->SetColor(col); 652 649 653 fNumProcessed = 0; 650 654
Note:
See TracChangeset
for help on using the changeset viewer.