source: trunk/MagicSoft/Mars/NEWS@ 1201

Last change on this file since 1201 was 1190, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 4.4 KB
Line 
1 -*-*- END -*-*-
2
3 *** Version 0.7
4
5 - Added container (MBinning) to have a standard input for the binning
6 in different histograms (eg. the Energy bins should be the same in
7 all histograms)
8
9
10
11 *** Version 0.6 (2001/15/01)
12
13 - Introduce the option of disable pixels (MBlindPixels and
14 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
15 able to deal with Star Field NSB.
16
17 - Fixed a bug in the pedestals substraction
18
19 - Introduced verbosity levels
20
21 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
22
23 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
24 work correctly (thanks to Abelardo)
25
26 - Introduced correct treatment of the diffuse Night Sky Background
27 and NSB (MMcPedestalNSB)
28
29 - Corrected treatment of the electronic noise (MMcPedestalCopy)
30
31 - Introduced MMcRunHeaders which contains monte carlo run informations
32
33 - Added a 'Print'-Task (MPrint) which calls the Print function
34 of a parameter container for each event
35
36 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
37
38 - changes to be more efficient with root 3.02/06
39
40 - root 3.02/06 fixes:
41 + the memory leak when reading MRawEvtData
42 + loosing more time than necessary to update the progress bar
43
44 - MWriteAsciiFile is now capable of writing more than one container
45 in a line. For example: To be able to write Monte Carlo and
46 Hillas values (energy and alpha) in one line.
47
48
49
50 *** Version 0.5 (2001/11/06)
51
52 - Added new GUI functionality (Analysis)
53
54 - Added a camera display to be able to display events in the camera
55 together with the calculated hillas ellipse
56
57 - Added a 'Clone'-Task (MClone) which can clone a parameter container
58 object at any state of the analysis, so that the output are several
59 states
60
61 - Fixed a bug in the collection area error calculation
62 (Thanks to Ciro and Abelardo)
63
64 - Fixed a bug which causes merpp to crash in some environments
65
66 - Implemented auto enabling scheme for Branches to speed up reading
67 a lot (see MReadTree and MTask)
68
69 - Fixed a bug in the Histogram classes which caused histograms to
70 be written to a file by MWriteRootFile without request
71
72 - changed the object I/O from the old stylish root I/O to the new
73 'auto evolution scheme' This was done only for classes which are not
74 yet used in Monte Carlo files, so that these files are still readable.
75
76 - Added support for a progress bar in MEvtLoop and MReadTree
77 (see the Analysis Window in Mars for an example)
78
79 - Fixed a bug in the package creation which disturbed the conversion
80 between a mars version unpacked from a tar file and the repository.
81
82 - Changed the code to writer merpped (converted into root format)
83 raw files, to get faster (around 10%)
84
85
86
87 *** Version 0.4 (2001/09/20)
88
89 - This release is made to compile on a root version >= 3.00
90
91 - Fixed a bug which causes MReadTree to read the first file only
92
93 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
94
95 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
96
97 - Added a task to write several container to a root file (MWriteRootFile)
98
99 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
100
101 - Added calculation of the collection area (MMcCollectionAreaCalc)
102
103 - fixed some bugs in the Hillas calculation
104
105 - added filters to be able to control the task execution dependent on
106 a parameter (for example: the number of level 1 triggers in a MC-file)
107
108
109
110 *** Version 0.3 (2001/04/23)
111
112 - Many demo macros added
113
114 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
115
116 - Hillas Calculation added
117
118 - Standard image cleaning available
119
120 - MReadTree is now able to handle more than one file
121 (Remark: of the same structure)
122
123 - Now we are able to display events in a first version of the
124 Camera event display. To do this we must run the macro
125 "macros/readCT1.C" to read data from CT1.
126
127
128
129 *** Version 0.2 (2001/01/24)
130
131 - First Implementation of a Gui to read the raw data. Start the
132 gui with the command mars.
133
134
135
136 *** Version 0.1 (2000/12/20)
137
138 - First official release 0.1
139
140 - Changes:
141
142 + changed calling style of MRawPixelIterator from do...while to
143 while-loop
144
Note: See TracBrowser for help on using the repository browser.