Ignore:
Timestamp:
04/13/04 20:03:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3724 r3725  
    272272  SetLambdaErrLimit();
    273273  SetPheErrLimit();
    274   SetPulserColor(MCalibrationCam::kCT1);
     274  SetPulserColor(MCalibrationCam::kNONE);
    275275
    276276  Clear();
     
    342342 
    343343  fEvtTime = (MTime*)pList->FindObject("MTime");
     344
     345  //
     346  // Check the pulser colour --> FIXME: this solution is only valid until the arrival of the DM's
     347  //
     348  if (fPulserColor == MCalibrationCam::kNONE)
     349    {
     350      *fLog << endl;
     351      *fLog << err << GetDescriptor()
     352            << ": No Pulser colour has been chosen. Since the installation of the IFAE pulser box,"
     353            << " you HAVE to provide the LEDs colour, otherwise there is no calibration. " << endl;
     354      *fLog << "See e.g. the macro calibration.C " << endl;
     355      return kFALSE;
     356    }
    344357 
    345358  return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.