Changeset 3725 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/13/04 20:03:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r3724 r3725 272 272 SetLambdaErrLimit(); 273 273 SetPheErrLimit(); 274 SetPulserColor(MCalibrationCam::k CT1);274 SetPulserColor(MCalibrationCam::kNONE); 275 275 276 276 Clear(); … … 342 342 343 343 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 } 344 357 345 358 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.