Ignore:
Timestamp:
06/29/04 10:46:07 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4334 r4360  
    125125      { b ? CLRBIT(fFlags, kHiLoGainCalibration) : SETBIT(fFlags, kHiLoGainCalibration); }
    126126  void SetDebug              ( const Bool_t b=kTRUE )
    127       { b ? CLRBIT(fFlags, kDebug              ) : SETBIT(fFlags, kDebug              ); }
     127      { b ? SETBIT(fFlags, kDebug              ) : CLRBIT(fFlags, kDebug              ); }
    128128
    129129  ClassDef(MCalibrationChargeCalc, 1)   // Task calculating Calibration Containers and Quantum Efficiencies
Note: See TracChangeset for help on using the changeset viewer.