]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
a107e207cfe77732f4c11ef71f18d437a3d2ed26
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * alice-macros/clusters_from_label.C:
4         Add point-set containing clusters directly as render element (it
5         was wrapped in a RenderElementObjPtr by mistake (not fixed when
6         changing it from TPolyMarker3D)).
7
8         * alice-macros/primary_vertex.C:
9         Removed code that gave vertex markers some volume (to avoid being
10         discarded by a too smart GLViewer).
11
12 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
13
14         * alice-macros/its_hits.C:
15         * alice-macros/tpc_hits.C:
16         * alice-macros/tpc_hits_eta_split.C:
17         Changed default point-size in accordance with the new convention.
18
19         * alice-macros/trd_hits.C:
20         New file, plot TRD hits.
21
22 2006-08-29  Matevz TADEL  <matevz.tadel@ijs.si>
23
24         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
25         EVE's HEAD (EVE-head-after-merge).
26
27 2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
28
29         * alice-macros/clusters_from_label.C:
30         Use Reve::PointSet for cluster representation; attach to each
31         cluster a copy of AliTrackPoint it represents.
32
33 2006-08-04  Matevz TADEL  <matevz.tadel@cern.ch>
34
35         Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
36         EVE's HEAD (EVE-head-after-merge).
37
38 2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
39
40         * alice-macros/muon_tracks.C:
41         Moved point-count variable declaration within the track loop.
42
43         * test-macros/tpc_gui.C:
44         Added global TPCLoader* tpc_loader.
45
46 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
47
48         * README:
49         Added description of event navigation.
50
51         * alice-macros/event_next.C:
52         * alice-macros/event_prev.C:
53         New files: macros to go to next/previous event in the run.
54
55 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
56
57         * alice-macros/clusters_from_label.C:
58         * alice-macros/esd_tracks.C:
59         * alice-macros/geom_ddip.C:
60         * alice-macros/geom_its.C:
61         * alice-macros/geom_phos.C:
62         * alice-macros/geom_rich.C:
63         * alice-macros/geom_simple.C:
64         * alice-macros/geom_tpc.C:
65         * alice-macros/its_digits.C:
66         * alice-macros/its_hits.C:
67         * alice-macros/muon_all.C:
68         * alice-macros/muon_chambers.C:
69         * alice-macros/muon_clusters.C:
70         * alice-macros/muon_cpads.C:
71         * alice-macros/muon_digits.C:
72         * alice-macros/muon_hits.C:
73         * alice-macros/muon_tracks.C:
74         * alice-macros/primary_vertex.C:
75         * alice-macros/region_marker.C:
76         * alice-macros/tpc_digits.C:
77         * alice-macros/tpc_hits.C:
78         * alice-macros/tpc_hits_eta_split.C:
79         * test-macros/tpc_gui.C:
80         * test-macros/tpc_gui_hack.C:
81         Use new / simpler method of render-element registration; the
82         'gReve->DrawRenderElement()' is no longer needed.
83
84 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
85
86         * alice-macros/its_hits.C:
87         * alice-macros/tpc_hits.C:
88         * alice-macros/tpc_hits_eta_split.C:
89         Use TPointSelector for point extraction.
90
91 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
92
93         * test-macros/tpc_sector_raw_test.C:
94         Use built-in equipment maps; the override option is commented out
95         in the macro.
96
97 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
98
99         * alice-macros/geom_ddip.C:
100         Use node's global transformation.
101
102         * alice-macros/geom_phos.C:
103         * alice-macros/geom_rich.C:
104         New files: PHOS and RICH geometry.
105
106         * test-macros/tpc_gui.C:
107         * test-macros/tpc_gui_hack.C:
108         * test-macros/tpc_sector_raw_test.C:
109         Added commented lines showing how to use a different TPC equipment map.
110
111 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
112
113         * macros/alieve_init.C:
114         Use macro-folder from gReve; instantiate macros from alice-macros/
115         as Reve::RMacro.
116
117         * alice-macros/its_hits.C:
118         * alice-macros/tpc_hits.C:
119         Set default point-size to 2.
120
121 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
122
123         * test-macros/tpc_gui_hack.C:
124         New file; like tpc_gui.C but sets-up pad-row noise supression data
125         needed for politically correct TPC data images.
126
127 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
128
129         * alice-macros/tpc_hits_eta_split.C:
130         PointSetArray now subclassed from TAttMarker; use that.
131
132 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
133
134         * alice-macros/tpc_hits.C:
135         * alice-macros/tpc_hits_eta_split.C:
136         Increased the number-of-entries estimate for TTree player by a
137         factor of two.
138
139 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
140
141         * alice-macros/clusters_from_label.C:
142         New macro, loads TrackPoints from ESDtrack for a given label.
143
144         * alice-macros/esd_tracks.C:
145         Take track-parameters at inner TPC radius if extrapolation to ITS
146         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
147         / group common behaviour.
148
149 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
150
151         * alice-macros/geom_ddip.C:
152         New file, display DDIP volume.
153
154         * alice-macros/primary_vertex.C:
155         New file, display reconstructed primary vertex.
156
157         * alice-macros/region_marker.C:
158         Added separate y, z box dimensions.
159
160         * macros/alieve_init.C:
161         Initialize event only if path is non-zero.
162         
163         * test-macros/tpc_gui.C:
164         Set double sampling-rate on by default.
165
166 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
167
168         * test-macros/tpc_gui.C:
169         New macro file demonstrating use of TPCLoader.
170
171 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
172
173         * alice-macros/muon_all.C:
174         * alice-macros/muon_chambers.C:
175         * alice-macros/muon_clusters.C:
176         * alice-macros/muon_cpads.C:
177         * alice-macros/muon_digits.C:
178         * alice-macros/muon_hits.C:
179         * alice-macros/muon_tracks.C:
180         New files for MUON visualization by Bogdan Vulpescu.
181
182         * libAlieve.pkg:
183         Added include dirs needed by MUON visualization.
184
185 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
186
187         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
188         EVE's HEAD (EVE-head-after-merge).
189
190 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
191
192         EVE-dev
193
194         * binalieve.pkg:
195         New file; new executable linked against all ALICE libraries.
196
197         * macros/alieve_init.C:
198         Removed macro/include path initialization and loading of
199         libraries.
200
201         * macros/alieve_loadlibs.C:
202         Added loading of libAlieve.
203
204         * test-macros/tpc_sector_raw_test.C:
205         Changes for new interface to raw-data reading.
206
207         * README:
208         Replaced all mentions of the reve executable with alieve.
209
210 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
211
212         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
213         EVE's HEAD (EVE-head-after-merge).
214
215 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
216
217         EVE-dev
218
219         * alice-macros/region_marker.C:
220         New file: allow users to mark a given region (like primary
221         vertex); demonstrate usage of RenderElementObjPtr.
222
223         * alice-macros/tpc_digits.C:
224         Use new conventions for TPCSectorViz classes; added a mode for 3D
225         sector visualization.
226
227         * macros/alieve_init.C:
228         Execute macro region_marker.C during startup (the origin
229         marker removed from RGTopFrame).
230
231         * test-macros/tpc_sector_raw_test.C:
232         Clean-up, added function next_event() and display of 3D data.
233
234 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
235
236         EVE-dev and HEAD
237
238         * test-macros/tpc_sector_raw_test.C:
239         Use automatic pedestal determination by default.
240
241         EVE-dev
242
243         * macros/alieve_loadlibs.C:
244         MUON libraries now load OK.
245
246 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
247
248         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
249         EVE's HEAD (EVE-head-after-merge).
250         Merging was actually done twice.
251
252 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
253
254         EVE-dev
255
256         * macros/alieve_loadlibs.C:
257         Commented out loading of libg2c as it breaks things at other
258         systems. One should uncomment this at a gcc-4 system.
259
260 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
261
262         EVE-dev
263
264         * alice-macros/tpc_digits.C:
265         Use new TPCData classes.
266
267         * libAlieve.pkg:
268         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
269
270         * macros/alieve_loadlibs.C:
271         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
272         gcc-4).
273
274         * README:
275         Explain purpose of test-macros/ directory.
276
277         * test-macros/tpc_digi_test.C:
278         * test-macros/tpc_raw_test.C:
279         New files: demonstrate usage of TPCData class.
280
281         * reve-genclass.pl:
282         New file: generate class skeletons from template files.
283
284         * ChangeLog:
285         New file.