Ignore:
Timestamp:
09/14/04 18:36:31 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 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    }
Note: See TracChangeset for help on using the changeset viewer.