Changeset 4067
- Timestamp:
- 05/13/04 17:16:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4066 r4067 27 27 * mjobs/MJExtractCalibTest.cc 28 28 - fixed some errors in the storage of the rel. times. 29 30 * mcalib/MCalibrate.h 31 - changed default from Blindpixel to Ffactor 29 32 30 33 2004/05/12: Thomas Bretz -
trunk/MagicSoft/Mars/mcalib/MCalibrate.h
r3792 r4067 41 41 42 42 enum CalibrationMode_t{kNone=0,kFlatCharge=1,kBlindPixel,kFfactor,kPinDiode,kCombined, kDummy}; 43 static const CalibrationMode_t kDefault = k BlindPixel;43 static const CalibrationMode_t kDefault = kFfactor; 44 44 45 45 MCalibrate(CalibrationMode_t calmode = kDefault,const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.