Changeset 9534
- Timestamp:
- 12/23/09 13:22:02 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9532 r9534 21 21 2009/12/23 Thomas Bretz 22 22 23 * Release 2.4 24 25 26 27 2009/12/23 Thomas Bretz 28 23 29 * mbase/MStatusArray.[h,cc]: 24 30 - implemented a special treatment for TGraphs in RecursiveRemove … … 27 33 - implemented a small fix to make sure an object which is more than 28 34 once in a list of primitives gets really removed. 35 36 * resources/calibration_spline.rc: 37 - updated calibration constants of period 62, 63, 72-75 38 - added more dummy constants 29 39 30 40 -
trunk/MagicSoft/Mars/Makefile.conf.general
r9518 r9534 19 19 OSTYPE = $(shell uname -s | tr '[:upper:]' '[:lower:]') 20 20 21 DEFINES := -DMARSVER=\" \<cvs\>\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES)21 DEFINES := -DMARSVER=\"2.4\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES) 22 22 23 23 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES) -
trunk/MagicSoft/Mars/NEWS
r9526 r9534 1 1 -*-*- END -*-*- 2 2 3 == <cvs>==3 == Version 2.4 (2009/12/23) == 4 4 5 5 ;general: … … 96 96 * Fixed a bug which prevented MAGIC Monte Carlo file from being 97 97 calibrated (ceres files worked) 98 99 * updated (Muon) calibration constants of period 62, 63, 72-75 98 100 99 101 ;star: -
trunk/MagicSoft/Mars/resources/calibration_spline.rc
r9533 r9534 60 60 60: 0.8940 61 61 61: 0.8613 62 62: 0.8 55563 63: 0.8 74862 62: 0.8401 63 63: 0.8567 64 64 64: 0.9519 65 65 65: 0.9162 … … 72 72 70: 0.9403 73 73 71: 0.9403 74 72: 0.9 40375 73: 0.9 40376 74: 0.9 40377 75: 0.9 40378 76: 0.9 40379 77: 0.9 40380 78: 0.9 40381 79: 0.9 40382 80: 0.9 40383 81: 0.9 40384 82: 0.9 40385 83: 0.9 40386 84: 0.9 40387 85: 0.9 40388 86: 0.9 40389 87: 0.9 40390 88: 0.9 40391 89: 0.9 40392 90: 0.9 40393 91: 0.9 40394 92: 0.9 40395 93: 0.9 40396 94: 0.9 40397 95: 0.9 40398 96: 0.9 40399 97: 0.9 403100 98: 0.9 403101 99: 0.9 40374 72: 0.9751 75 73: 0.9501 76 74: 0.9598 77 75: 0.9661 78 76: 0.9661 79 77: 0.9661 80 78: 0.9661 81 79: 0.9661 82 80: 0.9661 83 81: 0.9661 84 82: 0.9661 85 83: 0.9661 86 84: 0.9661 87 85: 0.9661 88 86: 0.9661 89 87: 0.9661 90 88: 0.9661 91 89: 0.9661 92 90: 0.9661 93 91: 0.9661 94 92: 0.9661 95 93: 0.9661 96 94: 0.9661 97 95: 0.9661 98 96: 0.9661 99 97: 0.9661 100 98: 0.9661 101 99: 0.9661
Note:
See TracChangeset
for help on using the changeset viewer.