Changeset 5413
- Timestamp:
- 11/17/04 09:24:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5410 r5413 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 2004/11/16: Markus Gaug 24 25 * mcalib/MCalibrationRelTimeCalc.cc 26 - make pixels with deviating time resolution unreliable instead of 27 unsuitable. This should take out 1 or 2 more unsuitable pixels. 28 22 29 23 30 2004/11/16: Abelardo Moralejo -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5412 r5413 865 865 PrintUncalibrated(MBadPixelsPix::kMeanTimeInLast2Bins, 866 866 Form("%s%2.1f%s","Mean Abs. Arr. Time in Last ",2.," Bin(s): ")); 867 PrintUncalibrated(MBadPixelsPix::kHiGainOverFlow, 868 "Pixels with High Gain Overflow: "); 869 PrintUncalibrated(MBadPixelsPix::kLoGainOverFlow, 870 "Pixels with Low Gain Overflow : "); 867 871 PrintUncalibrated(MBadPixelsPix::kDeviatingNumPhes, 868 872 "Pixels with deviating number of phes: "); … … 927 931 else 928 932 { 933 929 934 cal.SetPedestal(pedes * fNumHiGainSamples, 930 935 prms * fSqrtHiGainSamples, … … 1280 1285 1281 1286 const Float_t nvar = pix.GetPheFFactorMethodVar(); 1282 1283 1287 if (nvar <= 0.) 1284 1288 { -
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r5156 r5413 452 452 453 453 if (bad.IsUncalibrated( MBadPixelsPix::kDeviatingTimeResolution)) 454 bad.SetUnsuitable( MBadPixelsPix::kUn suitableRun );454 bad.SetUnsuitable( MBadPixelsPix::kUnreliableRun ); 455 455 456 456 if (bad.IsUncalibrated( MBadPixelsPix::kRelTimeNotFitted))
Note:
See TracChangeset
for help on using the changeset viewer.