Changeset 8580 for trunk/MagicSoft
- Timestamp:
- 06/18/07 15:37:24 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8579 r8580 32 32 - changed old value for time difference to 3.0 33 33 - use the default value (3.0) in all files 34 35 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc, 36 mcalib/MCalibrationChargeCalc.cc: 37 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution 34 38 35 39 * mbase/MMath.cc: -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r8446 r8580 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.5 0 2007-04-25 14:39:41tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.51 2007-06-18 14:35:39 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 455 455 *fLog << endl; 456 456 457 // TO BE FIXED!!! 458 457 459 PrintBadPixels(MBadPixelsPix::kPreviouslyExcluded,"Previously excluded"); 458 460 PrintBadPixels(MBadPixelsPix::kChargeIsPedestal,"Signal smaller 3 Pedestal RMS"); … … 466 468 PrintBadPixels(MBadPixelsPix::kLoGainOverFlow,"Low-Gain Histogram Overflow"); 467 469 PrintBadPixels(MBadPixelsPix::kDeadPedestalRms,"Presumably dead from Ped. Rms"); 468 PrintBadPixels(MBadPixelsPix::kFluctuatingArrivalTimes,"Fluctuating Pulse Arrival Times");470 // PrintBadPixels(MBadPixelsPix::kFluctuatingArrivalTimes,"Fluctuating Pulse Arrival Times"); 469 471 470 472 *fLog << endl; 471 473 *fLog << all << "Unreliable pixels statistics:" << endl; 472 474 *fLog << endl; 475 476 // TO BE FIXED!!! 473 477 474 478 PrintBadPixels(MBadPixelsPix::kChargeSigmaNotValid,"Signal Sigma smaller Pedestal RMS"); -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r8478 r8580 48 48 kDeviatingNumPhots = BIT(15), 49 49 kDeviatingFFactor = BIT(16), 50 kDeviating TimeResolution = BIT(17),50 kDeviatingRelTimeResolution = BIT(17), 51 51 kConversionHiLoNotValid = BIT(18), 52 52 kHiGainOverFlow = BIT(19), … … 55 55 kHiLoOscillating = BIT(22), 56 56 kDeadPedestalRms = BIT(23), 57 k FluctuatingArrivalTimes= BIT(24),58 kLoGainBlackout = BIT(25) 57 kDeviatingAbsTimeResolution = BIT(24), 58 kLoGainBlackout = BIT(25), 59 59 }; 60 60 … … 107 107 if (IsUncalibrated( kDeadPedestalRms )) return 5; 108 108 if (IsUncalibrated( kDeviatingNumPhes )) return 6; 109 if (IsUncalibrated( kFluctuatingArrivalTimes)) return 7; 110 if (IsUncalibrated( kDeviatingTimeResolution)) return 8; 109 //if (IsUncalibrated( kFluctuatingArrivalTimes)) return 7; 110 if (IsUncalibrated( kDeviatingAbsTimeResolution)) return 7; 111 if (IsUncalibrated( kDeviatingRelTimeResolution)) return 8; 111 112 if (IsUncalibrated( kLoGainBlackout )) return 9; 112 113 if (IsUncalibrated( kPreviouslyExcluded )) return 10; -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r8544 r8580 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.18 1 2007-06-11 15:35:14tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.182 2007-06-18 14:36:16 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 746 746 { 747 747 *fLog << warn << "Pixel " << setw(4) << i << ": Abs-time rms could not be calculated." << endl; 748 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviating TimeResolution);748 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingAbsTimeResolution); 749 749 continue; 750 750 } … … 753 753 { 754 754 *fLog << warn << "Pixel " << setw(4) << i << ": Abs-time rms==0." << endl; 755 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviating TimeResolution);755 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingAbsTimeResolution); 756 756 continue; 757 757 } … … 764 764 << Form("[%4.2f,%4.2f]", lolim, hilim) << endl; 765 765 766 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::k FluctuatingArrivalTimes);766 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingAbsTimeResolution); 767 767 } 768 768 } … … 949 949 PrintUncalibrated(MBadPixelsPix::kLoGainOverFlow, 950 950 "Pixels with Low Gain Overflow : "); 951 PrintUncalibrated(MBadPixelsPix::kFluctuatingArrivalTimes, 952 "Fluctuating Pulse Arrival Times: "); 951 // PrintUncalibrated(MBadPixelsPix::kFluctuatingArrivalTimes, 952 // "Fluctuating Pulse Arrival Times: "); 953 PrintUncalibrated(MBadPixelsPix::kDeviatingAbsTimeResolution, 954 Form("%s%2.1f%s ","Abs.time rms more than ", fArrTimeRmsLimit, " dev from median: ")); 953 955 PrintUncalibrated(MBadPixelsPix::kDeadPedestalRms, 954 956 "Presumably dead from Pedestal Rms: "); … … 1245 1247 if (IsCheckArrivalTimes()) 1246 1248 { 1247 if (bad.IsUncalibrated( MBadPixelsPix::k FluctuatingArrivalTimes))1249 if (bad.IsUncalibrated( MBadPixelsPix::kDeviatingAbsTimeResolution )) 1248 1250 bad.SetUnsuitable( MBadPixelsPix::kUnsuitableRun ); 1251 //if (bad.IsUncalibrated( MBadPixelsPix::kFluctuatingArrivalTimes )) 1252 // bad.SetUnsuitable( MBadPixelsPix::kUnsuitableRun ); 1249 1253 } 1250 1254
Note:
See TracChangeset
for help on using the changeset viewer.