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