Ignore:
Timestamp:
05/27/05 10:44:08 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc

    r6979 r7095  
    171171      *fLog << warn << "New run is a pedestal run... need intensity calibration to treat this case!" << endl;
    172172      fColor = MCalibrationCam::kNONE;
     173      fPattern->SetPulserColor(fColor);
    173174      fIsValid = kTRUE;     
    174175      return kTRUE;
     
    177178  if (fIsExplicitColor)
    178179    {
     180      fPattern->SetPulserColor(fColor);
    179181      fIsValid = kTRUE;
    180182      return kTRUE;
     
    187189      *fLog << inf << "Run taken before inauguration of IFAE-box... using CT1 pulser." << endl;
    188190      fColor    = MCalibrationCam::kCT1;
     191      fPattern->SetPulserColor(fColor);
     192      fPattern->SetPulserStrength(fStrength);
    189193      fStrength = 10.;
    190194      fIsValid  = kTRUE;
     
    371375      }
    372376      *fLog << endl;
     377      fPattern->SetPulserColor(fColor);
    373378      fIsValid  = kTRUE;
    374379      return kTRUE;
     
    536541  *fLog << endl;
    537542
     543  fPattern->SetPulserColor(fColor);
     544  fPattern->SetPulserStrength(fStrength);
     545
    538546  fIsValid = kTRUE;
    539547
Note: See TracChangeset for help on using the changeset viewer.