source: trunk/MagicSoft/Mars/NEWS@ 1018

Last change on this file since 1018 was 1017, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 2.5 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
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
31
32 *** Version 0.4 (2001/09/20)
33
34 - This release is made to compile on a root version >= 3.00
35
36 - Fixed a bug which causes MReadTree to read the first file only
37
38 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
39
40 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
41
42 - Added a task to write several container to a root file (MWriteRootFile)
43
44 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
45
46 - Added calculation of the collection area (MMcCollectionAreaCalc)
47
48 - fixed some bugs in the Hillas calculation
49
50 - added filters to be able to control the task execution dependent on
51 a parameter (for example: the number of level 1 triggers in a MC-file)
52
53
54
55 *** Version 0.3 (2001/04/23)
56
57 - Many demo macros added
58
59 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
60
61 - Hillas Calculation added
62
63 - Standard image cleaning available
64
65 - MReadTree is now able to handle more than one file
66 (Remark: of the same structure)
67
68 - Now we are able to display events in a first version of the
69 Camera event display. To do this we must run the macro
70 "macros/readCT1.C" to read data from CT1.
71
72
73
74 *** Version 0.2 (2001/01/24)
75
76 - First Implementation of a Gui to read the raw data. Start the
77 gui with the command mars.
78
79
80
81 *** Version 0.1 (2000/12/20)
82
83 - First official release 0.1
84
85 - Changes:
86
87 + changed calling style of MRawPixelIterator from do...while to
88 while-loop
89
Note: See TracBrowser for help on using the repository browser.