Changeset 5010 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 09/14/04 18:36:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r4944 r5010 347 347 if (color != kNONE) 348 348 *fLog << inf << "Color determined from project-name (" << proj << ")... "; 349 else if (proj.Contains("cl",TString::kIgnoreCase)) 350 { 351 *fLog << err << "This run has been taken with the continuous light source." << endl; 352 *fLog << err 353 << "It cannot be used for calibration. Try to run a pedestal extraction on it." << endl; 354 return kFALSE; 355 } 349 356 } 350 357 }
Note:
See TracChangeset
for help on using the changeset viewer.