Changeset 6932 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/12/05 17:05:49 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r6913 r6932 390 390 { 391 391 case kPhe: 392 *fLog << warn << "WARNING - Renormalization to photo-electrons applied!" << endl;392 *fLog << inf << "Calibrating in units of equivalent (outer/inner=4) photo-electrons." << endl; 393 393 break; 394 394 case kPhot: 395 *fLog << inf << "Calibrating in units of photons." << endl; 395 396 break; 396 397 } … … 403 404 if (fCalibrations->GetSize() != npixels) 404 405 { 405 *fLog << err << GetDescriptor() 406 << ": Size mismatch between MGeomCam and MCalibrationChargeCam ... abort!" << endl; 406 *fLog << "Size mismatch between MGeomCam and MCalibrationChargeCam... abort!" << endl; 407 407 return kFALSE; 408 408 } … … 410 410 if (fBadPixels->GetSize() != npixels) 411 411 { 412 *fLog << err << GetDescriptor() 413 << ": Size mismatch between MGeomCam and MBadPixelsCam ... abort!" << endl; 412 *fLog << "Size mismatch between MGeomCam and MBadPixelsCam... abort!" << endl; 414 413 return kFALSE; 415 414 } … … 417 416 if (fBadPixels->GetSize() != npixels) 418 417 { 419 *fLog << err << GetDescriptor() 420 << ": Size mismatch between MGeomCam and MBadPixelsCam ... abort!" << endl; 418 *fLog << "Size mismatch between MGeomCam and MBadPixelsCam... abort!" << endl; 421 419 return kFALSE; 422 420 } -
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r6242 r6932 270 270 Form("%s%2.1f%s","Time resolution less than ",fRelTimeResolutionLimit," FADC slices from Mean: ")); 271 271 PrintUncalibrated(MBadPixelsPix::kRelTimeOscillating, 272 "Pixels with changing Rel. Times over time:");272 "Pixels with changing Rel. Times over time: "); 273 273 PrintUncalibrated(MBadPixelsPix::kRelTimeNotFitted, 274 "Pixels with unsuccesful Gauss fit to the times: ");274 "Pixels with unsuccesful Gauss fit to the times: "); 275 275 276 276 if (asciilog)
Note:
See TracChangeset
for help on using the changeset viewer.