Ignore:
Timestamp:
06/23/04 00:34:54 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h

    r4242 r4334  
    8181
    8282  // enums
    83   enum  { kHiLoGainCalibration };
     83  enum  { kHiLoGainCalibration, kDebug };
    8484
    8585  // functions
     
    108108
    109109  void Clear(const Option_t *o="");
     110
     111  Bool_t IsDebug() const   {  return TESTBIT(fFlags,kDebug); }
    110112 
    111113  void SetChargeLimit       ( const Float_t f=fgChargeLimit            ) { fChargeLimit       = f;   }
     
    122124  void SkipHiLoGainCalibration ( const Bool_t b=kTRUE )
    123125      { b ? CLRBIT(fFlags, kHiLoGainCalibration) : SETBIT(fFlags, kHiLoGainCalibration); }
     126  void SetDebug              ( const Bool_t b=kTRUE )
     127      { b ? CLRBIT(fFlags, kDebug              ) : SETBIT(fFlags, kDebug              ); }
    124128
    125129  ClassDef(MCalibrationChargeCalc, 1)   // Task calculating Calibration Containers and Quantum Efficiencies
Note: See TracChangeset for help on using the changeset viewer.