Ignore:
Timestamp:
01/16/05 17:31:49 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignalFromOutside.h

    r5683 r5858  
    4343    Byte_t fStorage;                  // Bit-field for chosen storage type
    4444
     45    Bool_t fInterlaced;               // Distinguish interlaced from other calibrations
     46   
    4547    Bool_t IsNoStorage    () const { return TESTBIT(fStorage,kNoStorage);    }
    4648    Bool_t IsHistsStorage () const { return TESTBIT(fStorage,kHistsStorage); }
     
    6668    void SetNoStorage    ( const Bool_t b=kTRUE ) { b ? SETBIT(fStorage,kNoStorage)    : CLRBIT(fStorage,kNoStorage); }
    6769    void SetHistsStorage ( const Bool_t b=kTRUE ) { b ? SETBIT(fStorage,kHistsStorage) : CLRBIT(fStorage,kHistsStorage); }
     70    void SetInterlaced ( const Bool_t b=kTRUE )  { fInterlaced = b; }
    6871   
    6972    Bool_t ProcessFile(MPedestalCam &camab, MPedestalCam &cam, MCalibrationChargeCam &chargecam,
Note: See TracChangeset for help on using the changeset viewer.