Ignore:
Timestamp:
12/03/04 10:52:51 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5515 r5552  
    196196      : CLRBIT(fCheckFlags,kCheckOscillations); }
    197197
    198   void SetDebug             ( const Bool_t  b=kTRUE                    ) { b ? SETBIT(fFlags, kDebug)
    199                                                                              : CLRBIT(fFlags, kDebug); }
     198  void SetDebug             ( const Bool_t  b=kTRUE                    ) { b ? SETBIT(fFlags, kDebug) : CLRBIT(fFlags, kDebug); }
     199
     200  void SetPedestals(MPedestalCam *cam) { fPedestals=cam; }
     201                                                                         
    200202  void SetFFactorErrLimit   ( const Float_t f=fgFFactorErrLimit        ) { fFFactorErrLimit   = f;     }
    201203  void SetLambdaErrLimit    ( const Float_t f=fgLambdaErrLimit         ) { fLambdaErrLimit    = f;     }
Note: See TracChangeset for help on using the changeset viewer.