Changeset 5858 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/16/05 17:31:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignalFromOutside.h
r5683 r5858 43 43 Byte_t fStorage; // Bit-field for chosen storage type 44 44 45 Bool_t fInterlaced; // Distinguish interlaced from other calibrations 46 45 47 Bool_t IsNoStorage () const { return TESTBIT(fStorage,kNoStorage); } 46 48 Bool_t IsHistsStorage () const { return TESTBIT(fStorage,kHistsStorage); } … … 66 68 void SetNoStorage ( const Bool_t b=kTRUE ) { b ? SETBIT(fStorage,kNoStorage) : CLRBIT(fStorage,kNoStorage); } 67 69 void SetHistsStorage ( const Bool_t b=kTRUE ) { b ? SETBIT(fStorage,kHistsStorage) : CLRBIT(fStorage,kHistsStorage); } 70 void SetInterlaced ( const Bool_t b=kTRUE ) { fInterlaced = b; } 68 71 69 72 Bool_t ProcessFile(MPedestalCam &camab, MPedestalCam &cam, MCalibrationChargeCam &chargecam,
Note:
See TracChangeset
for help on using the changeset viewer.