Changeset 2117 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 05/16/03 13:11:23 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2116 r2117 1 1 -*-*- END OF LINE -*-*- 2 3 2003/05/16: Thomas Bretz 4 5 * mbase/MContinue.cc: 6 - SetDisplay for filter 7 - Set LogStream for filter 8 9 * mbase/MEvtLoop.cc: 10 - don't use pointer to fTasklist in PostProcess if not initialized 11 - do not execute Process if fTasklist is not initialized 12 13 * mbase/MTask.[h,cc]: 14 - overwrite SetDisplay (set also display of attached filter 15 16 * mbase/MTaskList.cc: 17 - minor changes 18 19 * mdata/MDataChain.[h,cc]: 20 - implemented ParseDataMember to support constants 21 22 * mfileio/MCT1ReadPreProc.[h,cc]: 23 - added fNumFile to support Rewind 24 - added Rewind 25 26 * mfileio/MRead.[h,cc]: 27 - new virtual function Rewind 28 29 * mfileio/MReadMarsFile.[h,cc]: 30 - added Rewind 31 32 * mfileio/MReadTree.[h,cc]: 33 - added Rewind 34 - fixed a missing 'else' in AddFile 35 36 * mhist/MBinning.[h,cc]: 37 - added SetEdges(TAxis&) 38 - added SetEdges(TH1&, char) 39 40 * mhist/MFillH.[h,cc]: 41 - added bit kDoNotDisplay 42 43 * mhist/MH.h: 44 - added a comment 45 46 * mhist/MH3.[h,cc]: 47 - implemented GetRule 48 - implemented GetNbins 49 - implemented FindFixBin 50 51 * mimage/MHHillasSrc.cc: 52 - replaced gPad->cd(4) by savepad 53 54 * mmain/MStatusDisplay.[h,cc]: 55 - fixed locked mode for loop-in-loop cases 56 57 2 58 3 59 2003/05/15: Wolfgang Wittek … … 14 70 15 71 * mranforest/MRanForestCalc.cc 16 - exchange arguments in 'FindCreateObj("MHadronness", fHadronnessName)' 72 - exchange arguments in 73 FindCreateObj("MHadronness", fHadronnessName) 17 74 18 75
Note:
See TracChangeset
for help on using the changeset viewer.