Changeset 3475
- Timestamp:
- 03/11/04 16:21:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3474 r3475 42 42 * mbadpixels/MBadPixelsPix.h 43 43 - removed bits about validity of calibration methods 44 - IsCalibrationResultOK asks also from IsSuitableRun 44 45 45 46 * mbadpixels/MBadPixelsCam.cc 46 47 - updated GetPixelContent 48 - added Print function 47 49 48 50 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r3469 r3475 118 118 Bool_t IsCalibrationOscillating() const { return ( !IsHiGainSaturation() && IsHiGainOscillating()) 119 119 || ( IsHiGainSaturation() && IsLoGainOscillating()) ; } 120 Bool_t IsCalibrationResultOK() const { return IsCalibrationSignalOK() 120 Bool_t IsCalibrationResultOK() const { return IsSuitableRun() 121 && IsCalibrationSignalOK() 121 122 && !IsCalibrationOscillating() 122 123 && IsCalibrationFitOK()
Note:
See TracChangeset
for help on using the changeset viewer.