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