Changeset 6891 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 03/29/05 10:08:09 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6888 r6891 21 21 22 22 -*-*- END OF LINE -*-*- 23 24 2005/03/29 Thomas Bretz 25 26 * ganymed.cc: 27 - implemented cmdline option for wobble and no-wobble to overwrite 28 dataset 29 - added cmdline option to print dataset 30 31 * mbase/MEvtLoop.[h,cc]: 32 - added some memory leak analysis to eventloop 33 34 * mbase/MStatusDisplay.[h,cc]: 35 - added third part to status bar which displays the current 36 memory usage 37 - added some more sizes to menu bar 38 - replaced SetStatusLine1/2 by calling a common SetStatusLine 39 - added a delete to CloseWindow() to be able to close a 40 static window. REMARK: This gives a hell of warnings in 41 valgrind but it is currently the only option to get this working 42 which is really annoying 43 44 * mhbase/MH.cc: 45 - small simplification 46 47 * mhbase/MHMatrix.cc: 48 - replaced IsValid() by a check for the number of Rows, this 49 was necessary because in root 4.02/00 all matrices seems 50 to be valid 51 52 * mhflux/MHAlpha.cc: 53 - changed the number of default bins in energy 54 - make sure that the Alpha plot for off-data is displayed with 55 a minimum at 0 56 - fixed TPad::Divide for root 4.02/00 57 58 * mhflux/MHEnergyEst.cc: 59 - use the mean abs of the resolution as fit value 60 - some fixed to graphics 61 - fixed the TPad::Divide for root 4.02/00 62 - for the moment removed the pad added to the list of cleanups 63 to get rid of the crashes 64 65 * mhflux/MHFalseSource.cc: 66 - fixed for root 4.02/00 which seaqrches in the current pad 67 for the histogram when calling Project3D 68 - fixed the TPad::Divide for root 4.02/00 69 70 * mhist/MHHadronness.[h,cc]: 71 - use MParameterD instead of MHadronness 72 73 * mimage/ImageLinkDef.h, mimage/Makefile: 74 - added MHVsSize 75 76 * mimage/MHHillas.cc: 77 - implemented 'same' for Center-histogram 78 79 * mhflux/FluxLinkDef.h, mhflux/Makefile: 80 - added MHEnergyEst 81 82 * mhflux/MAlphaFitter.[h,cc]: 83 - added significancetimes log10(excess) as fit option 84 85 * mjobs/MDataSet.[h,cc]: 86 - added wobble-mode option 87 88 * mjobs/MJCut.cc: 89 - changed default binning for energy 90 - added MHillasSrcAnti optionally to the output 91 - added MHVsSize to the tabs which are shown 92 93 * mjobs/MJOptimize.h: 94 - added dummy parameters to FixParameter for compatibility 95 with SetParemeter 96 97 23 98 24 99 2005/03/24 Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.