Changeset 1026
- Timestamp:
- 11/01/01 10:33:28 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1025 r1026 1 1 -*-*- END -*-*- 2 3 2 2001/11/01: Thomas Bretz 4 3 … … 61 60 - changed Print-output to fit into two lines 62 61 - made Print appear in the context menu 62 63 * merpp.cc: 64 - Added MParContainer::Class()->IgnoreTObjectStreamer() 65 66 * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc], 67 mmain/MAnalysis.[h,cc]: 68 - added support for a progressbar 69 70 * mbase/MFilterList.h: 71 - added SetOwner-support 72 73 * mbase/MLogManip.h: 74 - added 'dec' manipulator to dbginf 75 76 * mbase/MTask.h: 77 - added GetNumExecutions 78 79 * mraw/RawLinkDef.h: 80 - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and 81 MRawFile[Read,Write] 63 82 64 83 -
trunk/MagicSoft/Mars/NEWS
r1017 r1026 19 19 20 20 - Implemented auto enabling scheme for Branches to speed up reading 21 a lot 21 a lot (see MReadTree and MTask) 22 22 23 23 - Fixed a bug in the Histogram classes which caused histograms to … … 27 27 'auto evolution scheme' This was done only for classes which are not 28 28 yet used in Monte Carlo files, so that these files are still readable. 29 30 - Added support for a progress bar in MEvtLoop and MReadTree 31 (see the Analysis Window in Mars for an example) 32 33 - Fixed a bug in the package creation which disturbed the conversion 34 between a mars version unpacked from a tar file and the repository. 29 35 30 36
Note:
See TracChangeset
for help on using the changeset viewer.