source: trunk/MagicSoft/Mars/NEWS@ 1107

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