Ignore:
Timestamp:
03/02/05 11:44:43 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6281 r6699  
    131131  Byte_t fDevices;                                     // Bit-field for used devices for calibration
    132132
    133   enum  Storage_t                                       // Possible devices for calibration
    134     {
    135       kNoStorage,
    136       kHistsStorage
    137     };                                                 // Possible flags for the storage of results
    138  
    139   Byte_t fStorage;                                     // Bit-field for chosen storage type
    140 
    141133  enum { kRelTimes, kDebug, kIntensity };  // Possible flags
    142134
     
    151143  Bool_t IsDebug        () const { return TESTBIT(fFlags,kDebug);          }
    152144  Bool_t IsIntensity    () const { return TESTBIT(fFlags,kIntensity);      }
    153 
    154   Bool_t IsNoStorage    () const { return TESTBIT(fStorage,kNoStorage);    }
    155   Bool_t IsHistsStorage () const { return TESTBIT(fStorage,kHistsStorage); }
    156145
    157146  void   DrawTab(MParList &plist, const char *cont, const char *name, Option_t *opt);
     
    218207
    219208  // Storage
    220   void SetNoStorage    ( const Bool_t b=kTRUE ) { b ? SETBIT(fStorage,kNoStorage)    : CLRBIT(fStorage,kNoStorage); }
    221   void SetHistsStorage ( const Bool_t b=kTRUE ) { b ? SETBIT(fStorage,kHistsStorage) : CLRBIT(fStorage,kHistsStorage); }
    222  
    223209  void SetReferenceFile( const TString ref=fgReferenceFile ) { fReferenceFile = ref; }
    224210
Note: See TracChangeset for help on using the changeset viewer.