Ignore:
Timestamp:
09/25/04 13:51:15 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.h

    r4669 r5135  
    3737
    3838  Byte_t  fExtractionType;                 // What extraction type has been chosen?
     39  Byte_t  fDataType;                       // What data container type is needed? 
    3940  Int_t   fNumBlindPixels;                 // Current number of blind pixels
    40  
     41
    4142public:
    4243  enum ExtractionType_t { kAmplitude, kIntegral, kFilter };
    43 
     44  enum DataType_t       { kRawEvt, kRawEvt2 };
    4445
    4546private:
     
    6162  // Getters
    6263  Bool_t IsExtractionType ( const ExtractionType_t typ );
     64  Bool_t IsDataType       ( const DataType_t       typ );
    6365
    6466  // Setters
     
    6870    fBlindPixelIdx.AddAt(idx,nr); }
    6971  void SetExtractionType( const ExtractionType_t typ=kAmplitude );
     72  void SetDataType    ( const DataType_t       typ=kRawEvt    ); 
    7073  void SetNSBFilterLimit( const Int_t   lim=fgNSBFilterLimit )  { fNSBFilterLimit = lim;   }     
    7174 
Note: See TracChangeset for help on using the changeset viewer.