Changeset 1481 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 08/05/02 14:30:21 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1480 r1481 1 1 -*-*- END -*-*- 2 2 3 2002/08/05: Thomas Bretz 4 5 * mbase/MEvtLoop.[h,cc]: 6 - added a warning in case of duplicate names in the lists 7 - added orresponding member functions (HasDuplicateNames) 8 - added some sanity checks, checking for an open file 9 10 * mbase/MFilter.[h,cc]: 11 - added GetRule virtual member function 12 13 * mbase/MFilterList.[h,cc]: 14 - added GetRule 15 - added StreamPrimitive 16 - added name and title to the constructor 17 - set version number to 1 18 19 * mbase/MTask.h: 20 - removed const qualifiers from fFilter (seems, that the root io 21 doesn't like it) 22 23 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataMember.[h,cc], 24 mdata/MDataValue.[h,cc]: 25 - set class version to 1 26 - added default constructor if missing 27 - added fDataMember to MDataMember (formaly fName isn't stored) 28 29 * mfilter/MF.[h,cc], mfilter/MFAlpha.[h,cc], mfilter/MFDataMember.[h,cc], 30 mfilter/MFParticleId.[h,cc], mfilter/MFTriggerLvl1.[h,cc]: 31 - added StreamPrimitive 32 - removed const qualifiers from data members 33 - added the "!" to the data member storing the result 34 - added GetRule 35 36 * mhist/MFillH.[h,cc]: 37 - fixed some small bugs in StreamPrimitive 38 39 * mhist/MH3.[h,cc]: 40 - added the missing const-qualifier of StreamPrimitive 41 42 43 3 44 2002/08/06: Wolfgang Wittek 4 45 5 46 * mbase/MTask.cc : 6 - redefinition of default argument in MTask: SavePrimitive removed47 - redefinition of default argument in MTask::SavePrimitive removed 7 48 8 49
Note:
See TracChangeset
for help on using the changeset viewer.