Changeset 5798
- Timestamp:
- 01/11/05 10:28:03 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5797 r5798 24 24 * mbadpixels/MBadPixelsPix.cc 25 25 - updated documentation 26 27 * mcalib/MCalibrationChargeCalc.cc 28 - make pixels with deviating number of phes unreliable instead of 29 unsuitable (this was already thought so, but missed to modify 30 at one place). 31 26 32 27 33 2005/01/10 Benjamin Riegel -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5758 r5798 1041 1041 { 1042 1042 if (bad.IsUncalibrated( MBadPixelsPix::kDeviatingNumPhes )) 1043 bad.SetUnsuitable( MBadPixelsPix::kUn suitableRun );1043 bad.SetUnsuitable( MBadPixelsPix::kUnreliableRun ); 1044 1044 } 1045 1045 … … 1273 1273 if (IsCheckDeviatingBehavior()) 1274 1274 { 1275 bad.SetUnsuitable ( MBadPixelsPix::kUn suitableRun );1276 pix.SetFFactorMethodValid(kFALSE);1275 bad.SetUnsuitable ( MBadPixelsPix::kUnreliableRun ); 1276 // pix.SetFFactorMethodValid(kFALSE); 1277 1277 } 1278 1278 continue; … … 2014 2014 { 2015 2015 MBadPixelsPix &bad = (*badcam)[i]; 2016 if (!bad.Is Bad())2016 if (!bad.IsUnsuitable(MBadPixelsPix::kUnsuitableRun)) 2017 2017 { 2018 2018 const Int_t aidx = (*fGeom)[i].GetAidx();
Note:
See TracChangeset
for help on using the changeset viewer.