Changeset 3449 for trunk/MagicSoft/Mars


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3448 r3449  
    4444     - remove Getters for calibration methods
    4545     - added flag "UnReliableRun" in fInfo[0]
     46
     47   * mcalib/MHCalibrationChargeCam.cc
     48   * mcalib/MCalibrationChargeCalc.cc
     49     - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
     50       calibration does not succeed.
     51
    4652
    4753   * mcalib/MCalibrationChargeCam.cc
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc

    r3434 r3449  
    3737using namespace std;
    3838
    39 const Char_t MBadPixelsPix::fgRunMask=MBadPixelsPix::kUnsuitableRun;
     39const Int_t MBadPixelsPix::fgRunMask=MBadPixelsPix::kUnsuitableRun;
    4040// ------------------------------------------------------------------------
    4141//
     
    6060{
    6161    fInfo[0] &= fgRunMask;
    62 
    6362}
    6463
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r3448 r3449  
    2121        kUnsuitableRun    = BIT(1),
    2222        kUnsuitableEvt    = BIT(2),
    23         kUnReliableRun    = BIT(3)
     23        kUnreliableRun    = BIT(3)
    2424    };
    2525
     
    4646   
    4747     
    48     static const Char_t fgRunMask; // All types which are not event wise determined
     48    static const Int_t fgRunMask; // All types which are not event wise determined
    4949
    5050    void Reset();
Note: See TracChangeset for help on using the changeset viewer.