Changeset 5010 for trunk/MagicSoft


Ignore:
Timestamp:
09/14/04 18:36:31 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

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

    r4944 r5010  
    347347          if (color != kNONE)
    348348            *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            }
    349356        }
    350357    }
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r4991 r5010  
    15261526    fLog->Separator(GetDescriptor());
    15271527
    1528     if (!FindColor())
    1529         return kFALSE;
     1528    //    if (!FindColor())
     1529    //        return kFALSE;
    15301530
    15311531    *fLog << "Calculate MCalibrationCam from ";
Note: See TracChangeset for help on using the changeset viewer.