Changeset 5552 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
- Timestamp:
- 12/03/04 10:52:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
r5515 r5552 196 196 : CLRBIT(fCheckFlags,kCheckOscillations); } 197 197 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 200 202 void SetFFactorErrLimit ( const Float_t f=fgFFactorErrLimit ) { fFFactorErrLimit = f; } 201 203 void SetLambdaErrLimit ( const Float_t f=fgLambdaErrLimit ) { fLambdaErrLimit = f; }
Note:
See TracChangeset
for help on using the changeset viewer.