Ignore:
Timestamp:
07/15/04 11:20:42 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractedSignalBlindPixel.cc

    r4374 r4386  
    4444using namespace std;
    4545
    46 static const Int_t gkSignalInitializer = 99999;
    47 
     46const Int_t MExtractedSignalBlindPixel::gkSignalInitializer = 99999;
    4847// ------------------------------------------------------------------------
    4948//
     
    5453// - the dimenstion of fNumSaturated to 1
    5554// - the dimenstion of fPed. to 1;     
    56 // - the dimenstion of fPedErr. to 1;)   
     55// - the dimenstion of fPedErr. to 1;
    5756// - the dimenstion of fPedRms. to 1;   
    5857// - the dimenstion of fPedRmsErr. to 1;
     
    131130    }
    132131}
     132
     133// ------------------------------------------------------------------------------------
     134//
     135// Returns true if the extraction type. Available are: kAmplitude, kIntegral and kFilter
     136// The flags kIntegral and kFilter may be set both.
     137//
     138Bool_t MExtractedSignalBlindPixel::IsExtractionType( const MExtractBlindPixel::ExtractionType_t typ )
     139{
     140 
     141  return TESTBIT( fExtractionType, typ );
     142
     143}
Note: See TracChangeset for help on using the changeset viewer.