]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/ChangeLog
Take track-parameters at inner TPC radius if extrapolation to ITS failed (controlled...
[u/mrichter/AliRoot.git] / EVE / ChangeLog
CommitLineData
f56512b2 12006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
2
3 * alice-macros/geom_ddip.C:
4 New file, display DDIP volume.
5
6 * alice-macros/primary_vertex.C:
7 New file, display reconstructed primary vertex.
8
9 * alice-macros/region_marker.C:
10 Added separate y, z box dimensions.
11
12 * macros/alieve_init.C:
13 Initialize event only if path is non-zero.
14
15 * test-macros/tpc_gui.C:
16 Set double sampling-rate on by default.
17
a9148d46 182006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
19
20 * test-macros/tpc_gui.C:
21 New macro file demonstrating use of TPCLoader.
22
4feec443 232006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
24
9043c4ec 25 HEAD
26
4feec443 27 * alice-macros/muon_all.C:
28 * alice-macros/muon_chambers.C:
29 * alice-macros/muon_clusters.C:
30 * alice-macros/muon_cpads.C:
31 * alice-macros/muon_digits.C:
32 * alice-macros/muon_hits.C:
33 * alice-macros/muon_tracks.C:
34 New files for MUON visualization by Bogdan Vulpescu.
35
36 * libAlieve.pkg:
37 Added include dirs needed by MUON visualization.
38
5987168b 392006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
40
41 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
42 EVE's HEAD (EVE-head-after-merge).
43
5987168b 442006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
45
9043c4ec 46 EVE-dev
47
5987168b 48 * binalieve.pkg:
49 New file; new executable linked against all ALICE libraries.
50
51 * macros/alieve_init.C:
52 Removed macro/include path initialization and loading of
53 libraries.
54
55 * macros/alieve_loadlibs.C:
56 Added loading of libAlieve.
57
58 * test-macros/tpc_sector_raw_test.C:
59 Changes for new interface to raw-data reading.
60
9043c4ec 61 * README:
62 Replaced all mentions of the reve executable with alieve.
63
092578a7 642006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
65
66 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
67 EVE's HEAD (EVE-head-after-merge).
68
692006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
70
71 EVE-dev
72
73 * alice-macros/region_marker.C:
74 New file: allow users to mark a given region (like primary
75 vertex); demonstrate usage of RenderElementObjPtr.
76
77 * alice-macros/tpc_digits.C:
78 Use new conventions for TPCSectorViz classes; added a mode for 3D
79 sector visualization.
80
81 * macros/alieve_init.C:
82 Execute macro region_marker.C during startup (the origin
83 marker removed from RGTopFrame).
84
85 * test-macros/tpc_sector_raw_test.C:
86 Clean-up, added function next_event() and display of 3D data.
87
882006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
89
90 EVE-dev and HEAD
91
92 * test-macros/tpc_sector_raw_test.C:
93 Use automatic pedestal determination by default.
94
95 EVE-dev
96
97 * macros/alieve_loadlibs.C:
98 MUON libraries now load OK.
99
915dabe1 1002006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
101
b56d8877 102 Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
103 EVE's HEAD (EVE-head-after-merge).
104 Merging was actually done twice.
915dabe1 105
1062006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
107
092578a7 108 EVE-dev
915dabe1 109
110 * macros/alieve_loadlibs.C:
111 Commented out loading of libg2c as it breaks things at other
112 systems. One should uncomment this at a gcc-4 system.
113
1142006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
115
092578a7 116 EVE-dev
915dabe1 117
118 * alice-macros/tpc_digits.C:
119 Use new TPCData classes.
120
121 * libAlieve.pkg:
122 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
123
124 * macros/alieve_loadlibs.C:
125 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
126 gcc-4).
127
128 * README:
129 Explain purpose of test-macros/ directory.
130
131 * test-macros/tpc_digi_test.C:
132 * test-macros/tpc_raw_test.C:
133 New files: demonstrate usage of TPCData class.
134
135 * reve-genclass.pl:
136 New file: generate class skeletons from template files.
137
138 * ChangeLog:
139 New file.