Changeset 5010 for trunk/MagicSoft
- Timestamp:
- 09/14/04 18:36:31 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 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 } -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4991 r5010 1526 1526 fLog->Separator(GetDescriptor()); 1527 1527 1528 if (!FindColor())1529 return kFALSE;1528 // if (!FindColor()) 1529 // return kFALSE; 1530 1530 1531 1531 *fLog << "Calculate MCalibrationCam from ";
Note:
See TracChangeset
for help on using the changeset viewer.