]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-12-04  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * alice-macros/esd_tracks.C:
4         Change text of track labels.
5
6         * alice-macros/primary_vertex.C:
7         Fix print-out alignment.
8
9         * macros/trackcount_init.C:
10         New file: bootstrap track-counting user interface.
11
12 2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
13
14         * alice-macros/esd_Cascade.C:
15         From Ludovic, new file: macro to display and interact with
16         reconstructed cascades.
17
18         * alice-macros/esd_V0.C:
19         From Ludovic: updates for V0 visualization.
20
21         * alice-macros/its_digits.C:
22         Raffele forgot to increase global module counter when some layers
23         were turned off; alignment of assignemt statements.
24
25 2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
26
27         * alice-macros/esd_V0.C:
28         From Ludovic, new file: macro to display and interact with
29         reconstructed V0s.
30
31         * alice-macros/its_digits.C:
32         Removed frame-color from ctors, now part of shared frame-box
33         properties.
34
35 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
36
37         * alice-macros/init_trd.C:
38         From Alexandru: changes in TRD visualization.
39
40 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
41
42         * alice-macros/geom_rich.C:
43         Put all modules in common container.
44
45         * alice-macros/geom_fmd.C:
46         * alice-macros/geom_vzero.C:
47         New files: import geometry of FMD and VZERO.
48
49         * alice-macros/fmd_hits.C:
50         * alice-macros/pmd_hits.C:
51         * alice-macros/vzero_hits.C:
52         New files: import hits from FPD, PMD and VZERO.
53
54         * alice-macros/MUON_digits.C:
55         * alice-macros/MUON_geom.C:
56         * alice-macros/MUON_geomAll.C:
57         * alice-macros/README_MUON:
58         From Bogdan: new files / new implementation of the MUON
59         visualization.
60         
61         * alice-macros/muon_all.C:
62         * alice-macros/muon_chambers.C:
63         * alice-macros/muon_clusters.C:
64         * alice-macros/muon_cpads.C:
65         * alice-macros/muon_digits.C:
66         * alice-macros/muon_hits.C:
67         * alice-macros/muon_tracks.C:
68         From Bogdan: removed files.
69
70 2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
71
72         * alice-macros/esd_V0_points.C:
73         New file: creates a point-set from reconstructed V0 positions.
74
75         * alice-macros/esd_tracks.C:
76         In esd_tracks_vertex_cut() introduced two categories for tracks
77         with failed ITS extrapolation: below / above 5 sigma.
78
79         * alice-macros/its_digits.C:
80         From Raffaele: introduce new GUI levels for all ITS layers (sectors,
81         ladders, staves).
82
83         * alice-macros/init_trd.C:
84         New script from Alexandru: initialize TRD visualization.
85
86         * libAlieve.pkg:
87         Added TRD to EINCLUDE.
88
89 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
90
91         * macros/alieve_init.C:
92         Added option to avoid exceptions during event open as an
93         argument and enabled it by default.
94
95         * test-macros/tpc_gui.C:
96         Added short usgae notice.
97
98 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
99
100         * test-macros/broken_torus.tring:
101         * test-macros/triangleset.C:
102         New files demonstrating use of TriangleSet and ZTrans classes. 
103
104 2006-10-25  Matevz Tadel  <matevz.tadel@cern.ch>
105
106         * alice-macros/kine_tracks.C:
107         Missing ';'.
108
109         * alice-macros/primary_vertex.C:
110         Added function 'make_vertex_boxes()' that creates boxes around
111         vertex region to be used for visual determination of multiplicity.
112
113 2006-10-18  Matevz Tadel  <matevz.tadel@cern.ch>
114
115         * alice-macros/tpc_digits.C:
116         * test-macros/tpc_sector_raw_test.C:
117         Changes accompanying migration to usage of ZTrans in TPCSectorViz.
118
119 2006-10-13  Matevz Tadel  <matevz.tadel@cern.ch>
120
121         * alice-macros/kine_tracks.C:
122         New file: visualize tracks from kinematics tree; minimal
123         implementation.
124
125 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
126
127         Merge changes from EVE-dev to HEAD.
128         Delete all intermediate tags.
129         Tag HEAD:    EVE-head-after-merge.
130         Tag EVE-dev: EVE-dev-after-merge.
131
132 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
133
134         EVE-dev
135
136         * macros/reve_sa_init.C:
137         New file: initialization script for reve when launched from
138         root.exe (there is unsolved problem with exception-catching in
139         main event-loop).
140
141 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
142
143         EVE-dev
144
145         * alice-macros/geom_all.C:
146         New file: full alice geometry.
147
148         * alice-macros/geom_trd_tof.C:
149         New file: combined top-level TRD and TOF geometry.
150
151         * macros/alieve_create_vsd.C:
152         Added loading of libRGL; removed '.so' extensions from all
153         libraries for call to gSystem->Load.
154
155 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
156
157         EVE-dev
158
159         * alice-macros/geom_pmd.C:
160         New file: PMD geometry.
161
162         * alice-macros/trd_hits.C:
163         Changed default color.
164
165         * alice-macros/trd_hits_z_split.C:
166         New file: TRD hits split by z-coordinate.
167
168 2006-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
169
170         EVE-dev
171
172         * alice-macros/esd_tracks.C:
173         Added function esd_tracks_vertex_cut() that imports esd-tracks and
174         stores them into several containers according to their distance to
175         primary vertex.
176
177         * alice-macros/tpc_digits.C:
178         Added new mode (3): import all sectors and display them in 3D.
179
180 2006-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
181
182         EVE-dev
183
184         * alice-macros/hits_from_label.C:
185         Reduce marker size (new convention).
186
187         * alice-macros/tpc_digits.C:
188         Follow-up to change in interface of RGTopFrame.
189
190 2006-09-27  Matevz TADEL  <matevz.tadel@ijs.si>
191
192         Merged HEAD to EVE-dev. Tagged EVE-dev as
193         EVE-dev-after-second-merge.
194         HEAD was reverted back to work with offical version of ROOT.
195         Now I can get HEAD back to what was until now by:
196         1. going to EVE-head-after-merge
197         2. update -j EVE-dev-after-merge -j EVE-dev
198
199 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
200
201         * alice-macros/clusters_from_label.C:
202         Add point-set containing clusters directly as render element (it
203         was wrapped in a RenderElementObjPtr by mistake (not fixed when
204         changing it from TPolyMarker3D)).
205
206         * alice-macros/primary_vertex.C:
207         Removed code that gave vertex markers some volume (to avoid being
208         discarded by a too smart GLViewer).
209
210 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
211
212         * alice-macros/its_hits.C:
213         * alice-macros/tpc_hits.C:
214         * alice-macros/tpc_hits_eta_split.C:
215         Changed default point-size in accordance with the new convention.
216
217         * alice-macros/trd_hits.C:
218         New file, plot TRD hits.
219
220 2006-08-29  Matevz TADEL  <matevz.tadel@ijs.si>
221
222         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
223         EVE's HEAD (EVE-head-after-merge).
224
225 2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
226
227         * alice-macros/clusters_from_label.C:
228         Use Reve::PointSet for cluster representation; attach to each
229         cluster a copy of AliTrackPoint it represents.
230
231 2006-08-04  Matevz TADEL  <matevz.tadel@cern.ch>
232
233         Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
234         EVE's HEAD (EVE-head-after-merge).
235
236 2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
237
238         * alice-macros/muon_tracks.C:
239         Moved point-count variable declaration within the track loop.
240
241         * test-macros/tpc_gui.C:
242         Added global TPCLoader* tpc_loader.
243
244 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
245
246         * README:
247         Added description of event navigation.
248
249         * alice-macros/event_next.C:
250         * alice-macros/event_prev.C:
251         New files: macros to go to next/previous event in the run.
252
253 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
254
255         * alice-macros/clusters_from_label.C:
256         * alice-macros/esd_tracks.C:
257         * alice-macros/geom_ddip.C:
258         * alice-macros/geom_its.C:
259         * alice-macros/geom_phos.C:
260         * alice-macros/geom_rich.C:
261         * alice-macros/geom_simple.C:
262         * alice-macros/geom_tpc.C:
263         * alice-macros/its_digits.C:
264         * alice-macros/its_hits.C:
265         * alice-macros/muon_all.C:
266         * alice-macros/muon_chambers.C:
267         * alice-macros/muon_clusters.C:
268         * alice-macros/muon_cpads.C:
269         * alice-macros/muon_digits.C:
270         * alice-macros/muon_hits.C:
271         * alice-macros/muon_tracks.C:
272         * alice-macros/primary_vertex.C:
273         * alice-macros/region_marker.C:
274         * alice-macros/tpc_digits.C:
275         * alice-macros/tpc_hits.C:
276         * alice-macros/tpc_hits_eta_split.C:
277         * test-macros/tpc_gui.C:
278         * test-macros/tpc_gui_hack.C:
279         Use new / simpler method of render-element registration; the
280         'gReve->DrawRenderElement()' is no longer needed.
281
282 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
283
284         * alice-macros/its_hits.C:
285         * alice-macros/tpc_hits.C:
286         * alice-macros/tpc_hits_eta_split.C:
287         Use TPointSelector for point extraction.
288
289 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
290
291         * test-macros/tpc_sector_raw_test.C:
292         Use built-in equipment maps; the override option is commented out
293         in the macro.
294
295 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
296
297         * alice-macros/geom_ddip.C:
298         Use node's global transformation.
299
300         * alice-macros/geom_phos.C:
301         * alice-macros/geom_rich.C:
302         New files: PHOS and RICH geometry.
303
304         * test-macros/tpc_gui.C:
305         * test-macros/tpc_gui_hack.C:
306         * test-macros/tpc_sector_raw_test.C:
307         Added commented lines showing how to use a different TPC equipment map.
308
309 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
310
311         * macros/alieve_init.C:
312         Use macro-folder from gReve; instantiate macros from alice-macros/
313         as Reve::RMacro.
314
315         * alice-macros/its_hits.C:
316         * alice-macros/tpc_hits.C:
317         Set default point-size to 2.
318
319 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
320
321         * test-macros/tpc_gui_hack.C:
322         New file; like tpc_gui.C but sets-up pad-row noise supression data
323         needed for politically correct TPC data images.
324
325 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
326
327         * alice-macros/tpc_hits_eta_split.C:
328         PointSetArray now subclassed from TAttMarker; use that.
329
330 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
331
332         * alice-macros/tpc_hits.C:
333         * alice-macros/tpc_hits_eta_split.C:
334         Increased the number-of-entries estimate for TTree player by a
335         factor of two.
336
337 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
338
339         * alice-macros/clusters_from_label.C:
340         New macro, loads TrackPoints from ESDtrack for a given label.
341
342         * alice-macros/esd_tracks.C:
343         Take track-parameters at inner TPC radius if extrapolation to ITS
344         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
345         / group common behaviour.
346
347 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
348
349         * alice-macros/geom_ddip.C:
350         New file, display DDIP volume.
351
352         * alice-macros/primary_vertex.C:
353         New file, display reconstructed primary vertex.
354
355         * alice-macros/region_marker.C:
356         Added separate y, z box dimensions.
357
358         * macros/alieve_init.C:
359         Initialize event only if path is non-zero.
360         
361         * test-macros/tpc_gui.C:
362         Set double sampling-rate on by default.
363
364 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
365
366         * test-macros/tpc_gui.C:
367         New macro file demonstrating use of TPCLoader.
368
369 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
370
371         * alice-macros/muon_all.C:
372         * alice-macros/muon_chambers.C:
373         * alice-macros/muon_clusters.C:
374         * alice-macros/muon_cpads.C:
375         * alice-macros/muon_digits.C:
376         * alice-macros/muon_hits.C:
377         * alice-macros/muon_tracks.C:
378         New files for MUON visualization by Bogdan Vulpescu.
379
380         * libAlieve.pkg:
381         Added include dirs needed by MUON visualization.
382
383 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
384
385         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
386         EVE's HEAD (EVE-head-after-merge).
387
388 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
389
390         EVE-dev
391
392         * binalieve.pkg:
393         New file; new executable linked against all ALICE libraries.
394
395         * macros/alieve_init.C:
396         Removed macro/include path initialization and loading of
397         libraries.
398
399         * macros/alieve_loadlibs.C:
400         Added loading of libAlieve.
401
402         * test-macros/tpc_sector_raw_test.C:
403         Changes for new interface to raw-data reading.
404
405         * README:
406         Replaced all mentions of the reve executable with alieve.
407
408 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
409
410         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
411         EVE's HEAD (EVE-head-after-merge).
412
413 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
414
415         EVE-dev
416
417         * alice-macros/region_marker.C:
418         New file: allow users to mark a given region (like primary
419         vertex); demonstrate usage of RenderElementObjPtr.
420
421         * alice-macros/tpc_digits.C:
422         Use new conventions for TPCSectorViz classes; added a mode for 3D
423         sector visualization.
424
425         * macros/alieve_init.C:
426         Execute macro region_marker.C during startup (the origin
427         marker removed from RGTopFrame).
428
429         * test-macros/tpc_sector_raw_test.C:
430         Clean-up, added function next_event() and display of 3D data.
431
432 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
433
434         EVE-dev and HEAD
435
436         * test-macros/tpc_sector_raw_test.C:
437         Use automatic pedestal determination by default.
438
439         EVE-dev
440
441         * macros/alieve_loadlibs.C:
442         MUON libraries now load OK.
443
444 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
445
446         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
447         EVE's HEAD (EVE-head-after-merge).
448         Merging was actually done twice.
449
450 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
451
452         EVE-dev
453
454         * macros/alieve_loadlibs.C:
455         Commented out loading of libg2c as it breaks things at other
456         systems. One should uncomment this at a gcc-4 system.
457
458 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
459
460         EVE-dev
461
462         * alice-macros/tpc_digits.C:
463         Use new TPCData classes.
464
465         * libAlieve.pkg:
466         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
467
468         * macros/alieve_loadlibs.C:
469         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
470         gcc-4).
471
472         * README:
473         Explain purpose of test-macros/ directory.
474
475         * test-macros/tpc_digi_test.C:
476         * test-macros/tpc_raw_test.C:
477         New files: demonstrate usage of TPCData class.
478
479         * reve-genclass.pl:
480         New file: generate class skeletons from template files.
481
482         * ChangeLog:
483         New file.