source: trunk/MagicSoft/Mars/NEWS@ 1027

Last change on this file since 1027 was 1026, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 2.8 KB
Line 
1 -*-*- END -*-*-
2
3
4 *** Version 0.5
5
6 - Added new GUI functionality (Analysis)
7
8 - Added a camera display to be able to display events in the camera
9 together with the calculated hillas ellipse
10
11 - Added a 'Clone'-Task (MClone) which can clone a parameter container
12 object at any state of the analysis, so that the output are several
13 states
14
15 - Fixed a bug in the collection area error calculation
16 (Thanks to Ciro and Abelardo)
17
18 - Fixed a bug which causes merpp to crash in some environments
19
20 - Implemented auto enabling scheme for Branches to speed up reading
21 a lot (see MReadTree and MTask)
22
23 - Fixed a bug in the Histogram classes which caused histograms to
24 be written to a file by MWriteRootFile without request
25
26 - changed the object I/O from the old stylish root I/O to the new
27 'auto evolution scheme' This was done only for classes which are not
28 yet used in Monte Carlo files, so that these files are still readable.
29
30 - Added support for a progress bar in MEvtLoop and MReadTree
31 (see the Analysis Window in Mars for an example)
32
33 - Fixed a bug in the package creation which disturbed the conversion
34 between a mars version unpacked from a tar file and the repository.
35
36
37
38 *** Version 0.4 (2001/09/20)
39
40 - This release is made to compile on a root version >= 3.00
41
42 - Fixed a bug which causes MReadTree to read the first file only
43
44 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
45
46 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
47
48 - Added a task to write several container to a root file (MWriteRootFile)
49
50 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
51
52 - Added calculation of the collection area (MMcCollectionAreaCalc)
53
54 - fixed some bugs in the Hillas calculation
55
56 - added filters to be able to control the task execution dependent on
57 a parameter (for example: the number of level 1 triggers in a MC-file)
58
59
60
61 *** Version 0.3 (2001/04/23)
62
63 - Many demo macros added
64
65 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
66
67 - Hillas Calculation added
68
69 - Standard image cleaning available
70
71 - MReadTree is now able to handle more than one file
72 (Remark: of the same structure)
73
74 - Now we are able to display events in a first version of the
75 Camera event display. To do this we must run the macro
76 "macros/readCT1.C" to read data from CT1.
77
78
79
80 *** Version 0.2 (2001/01/24)
81
82 - First Implementation of a Gui to read the raw data. Start the
83 gui with the command mars.
84
85
86
87 *** Version 0.1 (2000/12/20)
88
89 - First official release 0.1
90
91 - Changes:
92
93 + changed calling style of MRawPixelIterator from do...while to
94 while-loop
95
Note: See TracBrowser for help on using the repository browser.