Changeset 7095 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 05/27/05 10:44:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r6979 r7095 171 171 *fLog << warn << "New run is a pedestal run... need intensity calibration to treat this case!" << endl; 172 172 fColor = MCalibrationCam::kNONE; 173 fPattern->SetPulserColor(fColor); 173 174 fIsValid = kTRUE; 174 175 return kTRUE; … … 177 178 if (fIsExplicitColor) 178 179 { 180 fPattern->SetPulserColor(fColor); 179 181 fIsValid = kTRUE; 180 182 return kTRUE; … … 187 189 *fLog << inf << "Run taken before inauguration of IFAE-box... using CT1 pulser." << endl; 188 190 fColor = MCalibrationCam::kCT1; 191 fPattern->SetPulserColor(fColor); 192 fPattern->SetPulserStrength(fStrength); 189 193 fStrength = 10.; 190 194 fIsValid = kTRUE; … … 371 375 } 372 376 *fLog << endl; 377 fPattern->SetPulserColor(fColor); 373 378 fIsValid = kTRUE; 374 379 return kTRUE; … … 536 541 *fLog << endl; 537 542 543 fPattern->SetPulserColor(fColor); 544 fPattern->SetPulserStrength(fStrength); 545 538 546 fIsValid = kTRUE; 539 547
Note:
See TracChangeset
for help on using the changeset viewer.