Changeset 4752 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 08/27/04 11:36:24 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4748 r4752 19 19 20 20 -*-*- END OF LINE -*-*- 21 2004/08/27: Thomas Bretz 22 23 * Makefile: 24 - added comments how to link statically 25 26 * callisto.cc: 27 - fixed some output 28 29 * mbadpixels/Makefile: 30 - added a comment 31 32 * mbase/BaseLinkDef.h, mbase/Makefile: 33 - added MArrayI 34 35 * mbase/MArrayI.[h,cc]: 36 - added 37 38 * mbase/MArrayD.cc: 39 - fixed some comments 40 41 * mcalib/MCalibrateData.[h,cc]: 42 - unified CalibratePedestal and CalibrateData. Calling GetConvFactor twice 43 took a lot of time. 44 45 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc: 46 - added two empty lines to output if finished 47 48 * mpedestal/MPedPhotCam.cc: 49 - use faster MArrays in ReCalc 50 - accelerated GetPixelContent 51 52 * msignal/MExtractTimeFastSpline.cc: 53 - accelerated a bit by defining 54 Float_t higainklo = fHiGainSecondDeriv[klo]; 55 Float_t higainkhi = fHiGainSecondDeriv[khi]; 56 instead of accesing the arrays many times inside the loops. 57 Somebody should do the same for logain. 58 59 60 21 61 2004/08/26: Wolfgang Wittek 22 62
Note:
See TracChangeset
for help on using the changeset viewer.