source: trunk/MagicSoft/Mars/NEWS@ 1108

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