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