Ignore:
Timestamp:
03/10/04 17:15:01 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc

    r3449 r3461  
    3737using namespace std;
    3838
    39 const Int_t MBadPixelsPix::fgRunMask=MBadPixelsPix::kUnsuitableRun;
     39const Int_t MBadPixelsPix::fgRunMask =
     40    MBadPixelsPix::kUnsuitableRun |
     41    MBadPixelsPix::kUnreliableRun;
     42
    4043// ------------------------------------------------------------------------
    4144//
     
    4346//
    4447MBadPixelsPix::MBadPixelsPix(const char* name, const char* title)
    45     : fInfo(2)
     48    : fInfo(5)
    4649{
    4750    fName  = name  ? name  : "MBadPixelsPix";
Note: See TracChangeset for help on using the changeset viewer.