Changeset 5984 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/25/05 10:00:07 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5983 r5984  
    2828       canvas.
    2929
     30   * mcalib/MCalibrationChargeCalc.cc
     31     - ensure to set the color correctly in MCalibrationBlindCam
    3032
    3133 2005/01/24 Abelardo Moralejo
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r5945 r5984  
    644644  fHBlindCam->SetColor(col);
    645645
     646  fCam->SetPulserColor(col);
     647
     648  if (fBlindCam)
     649    fBlindCam->SetPulserColor(col);
    646650  if (fPINDiode)
    647     fPINDiode->SetColor( fPulserColor );
    648  
     651    fPINDiode->SetColor(col);
     652
    649653  fNumProcessed = 0;
    650654 
Note: See TracChangeset for help on using the changeset viewer.