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