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

Legend:

Unmodified
Added
Removed
  • 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.