Changeset 3475


Ignore:
Timestamp:
03/11/04 16:21:21 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3474 r3475  
    4242   * mbadpixels/MBadPixelsPix.h
    4343     - removed bits about validity of calibration methods
     44     - IsCalibrationResultOK asks also from IsSuitableRun
    4445
    4546   * mbadpixels/MBadPixelsCam.cc
    4647     - updated GetPixelContent
     48     - added Print function
    4749
    4850
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r3469 r3475  
    118118    Bool_t IsCalibrationOscillating() const  { return ( !IsHiGainSaturation() && IsHiGainOscillating())
    119119                                                  || ( IsHiGainSaturation() && IsLoGainOscillating()) ; }
    120     Bool_t IsCalibrationResultOK()    const  {  return IsCalibrationSignalOK()
     120    Bool_t IsCalibrationResultOK()    const  {  return IsSuitableRun()
     121                                                  && IsCalibrationSignalOK()
    121122                                                  && !IsCalibrationOscillating()
    122123                                                  && IsCalibrationFitOK()
Note: See TracChangeset for help on using the changeset viewer.