Changeset 1118 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 12/18/01 12:07:26 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1114 r1118 1 1 -*-*- END -*-*- 2 3 2001/12/18: Thomas Bretz 4 5 * manalysis/MMcPedestalCopy.cc: 6 - changed output 7 8 * manalysis/MMcPedestalNSB.cc: 9 - changed output 10 - simplified initialization in PreProcess 11 12 * mbase/MAGIC.h: 13 - added kSKIP 14 15 * mbase/MParList.cc: 16 - added a check for the correct inheritance in FindCreateObj 17 18 * mbase/MTask.cc: 19 - added support for kSKIP in PreProcess 20 21 * mbase/MTaskList.[h,cc] 22 - added support for kSKIP in PreProcess 23 - added Remove function (private) 24 25 26 27 2001/12/17: Thomas Bretz 28 29 * .rootrc: 30 - added Root.Html.DescriptionStyle 31 - added Root.Html.SearchEngine 32 33 * macros/dohtml.C: 34 - changed to use THtml (root >= 3.02/06 only) 35 36 * manalysis/Makefile: 37 - changed order to get rid of some wranings 38 39 * mbase/BaseLinkDef.h: 40 - removed MHtml 41 42 * mbase/MEvtLoop.cc: 43 - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor() 44 to make gui update faster 45 46 * mbase/MGList.cc: 47 - added a missing sanity check (workaround for a root bug) 48 49 * mbase/MReadTree.cc: 50 - uncomment EnableBranchCoosing for AutoEnablingScheme 51 (don't know why there was a comment which made things realy slow) 52 - changed the auto enabling scheme, so that a branch isn't enabled 53 more than once. This doesn't hurt, but the output may confuse the 54 users. 55 56 * mbase/MTask.cc: 57 - added a simple not really necessary check whether the branch is 58 already in the list 59 60 * mbase/MWriteRootFile.cc: 61 - changed kFillTree to a local const 62 63 * mbase/Makefile: 64 - removed MHtml.cc 65 66 * mfilter/MFTriggerLvl1.cc: 67 - changed AddBranchToList to use the correct container name 68 69 2 70 3 71 2001/12/14: Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.