Changeset 6281 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 02/07/05 15:18:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6280 r6281 47 47 instead of FindObject) which caused the histogram to 48 48 be put a lot of times into the pad. 49 50 * mjobs/MJCalib.[h,cc]: 51 - derived MJCalib from MJob in order to be able to move 52 common code from derived classes into the base-class 53 - implemented CheckEnvLocal to handle the resource 'DataType' 54 55 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc], 56 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]: 57 - removed double inheritance, replaced by single inheritance 58 from MJCalib 59 - replaced code to handle the resource 'DataType' by the 60 common code in the base class 61 - put reading of reference file into a new member function 62 to make source code reading resource file simpler and to 63 be able to write a function description about it (simple 64 copy&past) 49 65 50 66
Note:
See TracChangeset
for help on using the changeset viewer.