source: tags/Mars-V0.5/NEWS@ 17547

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