]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - EVE/ChangeLog
Include TOF hits.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
... / ...
CommitLineData
12007-02-26 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch>
2
3 * alice-macros/hits_from_label.C:
4 * alice-macros/its_hits.C:
5 * alice-macros/tpc_hits.C:
6 * alice-macros/trd_hits.C:
7 Check if any hits are selected before creating Reve::PointSet.
8
9 * alice-macros/kine_tracks.C:
10 Added function kine_track() to import a track with given label and
11 its daughters.
12
13 * alice-macros/kine_daughter_tracks.C:
14 Set path marks in track container.
15
162007-02-26 Matevz Tadel <matevz.tadel@cern.ch>
17
18 * Reve/QuadSetEditor.cxx:
19 Commented out title for QuadSet as there are no direct gui
20 elements.
21
22 * alice-macros/pmd_digits.C:
23 * alice-macros/pmd_raw.C:
24 From Basanta: new files for PMD digit visualization.
25
26 * libAlieve.pkg:
27 Added PMD to EINCLUDES.
28
292007-02-21 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch>
30
31 * alice-macros/kine_tracks.C:
32 Add option to color tracks according to PDG code.
33
34 * alice-macros/kine_daughter_tracks.C:
35 New file.
36
372007-02-20 Matevz Tadel <matevz.tadel@cern.ch>
38
39 * macros/reve_quad_test.C:
40 Added function reve_quad_test_hierarchy() to demonstrate usage of
41 nested objects, shared palette and frame-box.
42
432007-02-19 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch>
44
45 * alice-macros/clusters_from_index.C:
46 Throw exception if a track does not have a valid index.
47
48 * alice-macros/kine_tracks.C:
49 Import path marks from stack and track references.
50
51 * reve-genclass.pl:
52 Fix capitalization of the top-directory names.
53
542007-01-30 Matevz Tadel <matevz.tadel@cern.ch>
55
56 * alice-macros/geom_t0.C:
57 New file: import geometry of T0.
58
592007-01-19 Matevz Tadel <matevz.tadel@cern.ch>
60
61 * macros/trackcount_init.C:
62 Avoid usage of script-global variables as they get reset on
63 exceptions; rely on static data-member instead.
64
652007-01-18 Matevz Tadel <matevz.tadel@cern.ch>
66
67 * alice-macros/primary_vertex.C:
68 Use the right function to get position of primary vertex (was
69 always retrieveng MC truth before).
70
712007-01-17 Matevz Tadel <matevz.tadel@cern.ch>
72
73 * alice-macros/event_goto.C:
74 New file; macro to set the current event directly.
75
76 * alice-macros/primary_vertex.C:
77 Changed default colors of primary vertex markers to yellow/purple.
78
792007-01-12 Matevz Tadel <matevz.tadel@cern.ch>
80
81 * macros/trackcount_init.C:
82 Assign current event number to TrackCounter.
83
842006-12-19 Matevz Tadel <matevz.tadel@cern.ch>
85
86 * alice-macros/hits_from_label.C:
87 Added TRD hits.
88
89 * alice-macros/print_kine_from_label.C:
90 New file; dump kine stack for given label.
91
92 * macros/trackcount_init.C:
93 Check if global g_trkcnt has been reset and attempt to
94 reinitialize it from TrackCounter static member; return TParticle*
95 for given label; check label range as AliStack segvs if label is
96 out of bounds.
97
982006-12-15 Matevz Tadel <matevz.tadel@cern.ch>
99
100 * alice-macros/clusters_from_index.C:
101 New macro: import clusters based on index of track in the esd
102 array.
103
104 * alice-macros/clusters_from_label.C:
105 Provide return value.
106
107 * alice-macros/esd_V0.C:
108 Fix indentation.
109
110 * alice-macros/esd_tracks.C:
111 Store also track index.
112
1132006-12-13 Matevz Tadel <matevz.tadel@cern.ch>
114
115 * libAlieve.pkg:
116 Added T0 to EINCLUDES.
117
118 * macros/reve_quad_test.C:
119 Added function demonstrating use of per-quad object-ref.
120
1212006-12-08 Matevz Tadel <matevz.tadel@cern.ch>
122
123 * macros/reve_quad_test.C:
124 Add a new parameter: number of random elements to generate.
125
1262006-12-06 Matevz Tadel <matevz.tadel@cern.ch>
127
128 * macros/reve_quad_test.C:
129 Added test function for hexagons.
130
131 * macros/trackcount_init.C:
132 Use RenderElement::List_i typedef.
133
1342006-12-04 Matevz Tadel <matevz.tadel@cern.ch>
135
136 * alice-macros/esd_tracks.C:
137 Change text of track labels.
138
139 * alice-macros/primary_vertex.C:
140 Fix print-out alignment.
141
142 * macros/trackcount_init.C:
143 New file: bootstrap track-counting user interface.
144
1452006-11-16 Matevz Tadel <matevz.tadel@cern.ch>
146
147 * alice-macros/esd_Cascade.C:
148 From Ludovic, new file: macro to display and interact with
149 reconstructed cascades.
150
151 * alice-macros/esd_V0.C:
152 From Ludovic: updates for V0 visualization.
153
154 * alice-macros/its_digits.C:
155 Raffele forgot to increase global module counter when some layers
156 were turned off; alignment of assignemt statements.
157
1582006-11-14 Matevz Tadel <matevz.tadel@cern.ch>
159
160 * alice-macros/esd_V0.C:
161 From Ludovic, new file: macro to display and interact with
162 reconstructed V0s.
163
164 * alice-macros/its_digits.C:
165 Removed frame-color from ctors, now part of shared frame-box
166 properties.
167
1682006-10-31 Matevz Tadel <matevz.tadel@cern.ch>
169
170 * alice-macros/init_trd.C:
171 From Alexandru: changes in TRD visualization.
172
1732006-10-31 Matevz Tadel <matevz.tadel@cern.ch>
174
175 * alice-macros/geom_rich.C:
176 Put all modules in common container.
177
178 * alice-macros/geom_fmd.C:
179 * alice-macros/geom_vzero.C:
180 New files: import geometry of FMD and VZERO.
181
182 * alice-macros/fmd_hits.C:
183 * alice-macros/pmd_hits.C:
184 * alice-macros/vzero_hits.C:
185 New files: import hits from FPD, PMD and VZERO.
186
187 * alice-macros/MUON_digits.C:
188 * alice-macros/MUON_geom.C:
189 * alice-macros/MUON_geomAll.C:
190 * alice-macros/README_MUON:
191 From Bogdan: new files / new implementation of the MUON
192 visualization.
193
194 * alice-macros/muon_all.C:
195 * alice-macros/muon_chambers.C:
196 * alice-macros/muon_clusters.C:
197 * alice-macros/muon_cpads.C:
198 * alice-macros/muon_digits.C:
199 * alice-macros/muon_hits.C:
200 * alice-macros/muon_tracks.C:
201 From Bogdan: removed files.
202
2032006-10-27 Matevz Tadel <matevz.tadel@cern.ch>
204
205 * alice-macros/esd_V0_points.C:
206 New file: creates a point-set from reconstructed V0 positions.
207
208 * alice-macros/esd_tracks.C:
209 In esd_tracks_vertex_cut() introduced two categories for tracks
210 with failed ITS extrapolation: below / above 5 sigma.
211
212 * alice-macros/its_digits.C:
213 From Raffaele: introduce new GUI levels for all ITS layers (sectors,
214 ladders, staves).
215
216 * alice-macros/init_trd.C:
217 New script from Alexandru: initialize TRD visualization.
218
219 * libAlieve.pkg:
220 Added TRD to EINCLUDE.
221
2222006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
223
224 * macros/alieve_init.C:
225 Added option to avoid exceptions during event open as an
226 argument and enabled it by default.
227
228 * test-macros/tpc_gui.C:
229 Added short usgae notice.
230
2312006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
232
233 * test-macros/broken_torus.tring:
234 * test-macros/triangleset.C:
235 New files demonstrating use of TriangleSet and ZTrans classes.
236
2372006-10-25 Matevz Tadel <matevz.tadel@cern.ch>
238
239 * alice-macros/kine_tracks.C:
240 Missing ';'.
241
242 * alice-macros/primary_vertex.C:
243 Added function 'make_vertex_boxes()' that creates boxes around
244 vertex region to be used for visual determination of multiplicity.
245
2462006-10-18 Matevz Tadel <matevz.tadel@cern.ch>
247
248 * alice-macros/tpc_digits.C:
249 * test-macros/tpc_sector_raw_test.C:
250 Changes accompanying migration to usage of ZTrans in TPCSectorViz.
251
2522006-10-13 Matevz Tadel <matevz.tadel@cern.ch>
253
254 * alice-macros/kine_tracks.C:
255 New file: visualize tracks from kinematics tree; minimal
256 implementation.
257
2582006-10-12 Matevz Tadel <matevz.tadel@cern.ch>
259
260 Merge changes from EVE-dev to HEAD.
261 Delete all intermediate tags.
262 Tag HEAD: EVE-head-after-merge.
263 Tag EVE-dev: EVE-dev-after-merge.
264
2652006-10-12 Matevz Tadel <matevz.tadel@cern.ch>
266
267 EVE-dev
268
269 * macros/reve_sa_init.C:
270 New file: initialization script for reve when launched from
271 root.exe (there is unsolved problem with exception-catching in
272 main event-loop).
273
2742006-10-11 Matevz Tadel <matevz.tadel@cern.ch>
275
276 EVE-dev
277
278 * alice-macros/geom_all.C:
279 New file: full alice geometry.
280
281 * alice-macros/geom_trd_tof.C:
282 New file: combined top-level TRD and TOF geometry.
283
284 * macros/alieve_create_vsd.C:
285 Added loading of libRGL; removed '.so' extensions from all
286 libraries for call to gSystem->Load.
287
2882006-10-11 Matevz Tadel <matevz.tadel@cern.ch>
289
290 EVE-dev
291
292 * alice-macros/geom_pmd.C:
293 New file: PMD geometry.
294
295 * alice-macros/trd_hits.C:
296 Changed default color.
297
298 * alice-macros/trd_hits_z_split.C:
299 New file: TRD hits split by z-coordinate.
300
3012006-10-04 Matevz Tadel <matevz.tadel@cern.ch>
302
303 EVE-dev
304
305 * alice-macros/esd_tracks.C:
306 Added function esd_tracks_vertex_cut() that imports esd-tracks and
307 stores them into several containers according to their distance to
308 primary vertex.
309
310 * alice-macros/tpc_digits.C:
311 Added new mode (3): import all sectors and display them in 3D.
312
3132006-10-02 Matevz Tadel <matevz.tadel@cern.ch>
314
315 EVE-dev
316
317 * alice-macros/hits_from_label.C:
318 Reduce marker size (new convention).
319
320 * alice-macros/tpc_digits.C:
321 Follow-up to change in interface of RGTopFrame.
322
3232006-09-27 Matevz TADEL <matevz.tadel@ijs.si>
324
325 Merged HEAD to EVE-dev. Tagged EVE-dev as
326 EVE-dev-after-second-merge.
327 HEAD was reverted back to work with offical version of ROOT.
328 Now I can get HEAD back to what was until now by:
329 1. going to EVE-head-after-merge
330 2. update -j EVE-dev-after-merge -j EVE-dev
331
3322006-09-26 Matevz Tadel <matevz.tadel@cern.ch>
333
334 * alice-macros/clusters_from_label.C:
335 Add point-set containing clusters directly as render element (it
336 was wrapped in a RenderElementObjPtr by mistake (not fixed when
337 changing it from TPolyMarker3D)).
338
339 * alice-macros/primary_vertex.C:
340 Removed code that gave vertex markers some volume (to avoid being
341 discarded by a too smart GLViewer).
342
3432006-09-04 Matevz Tadel <matevz.tadel@cern.ch>
344
345 * alice-macros/its_hits.C:
346 * alice-macros/tpc_hits.C:
347 * alice-macros/tpc_hits_eta_split.C:
348 Changed default point-size in accordance with the new convention.
349
350 * alice-macros/trd_hits.C:
351 New file, plot TRD hits.
352
3532006-08-29 Matevz TADEL <matevz.tadel@ijs.si>
354
355 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
356 EVE's HEAD (EVE-head-after-merge).
357
3582006-08-29 Matevz Tadel <matevz.tadel@cern.ch>
359
360 * alice-macros/clusters_from_label.C:
361 Use Reve::PointSet for cluster representation; attach to each
362 cluster a copy of AliTrackPoint it represents.
363
3642006-08-04 Matevz TADEL <matevz.tadel@cern.ch>
365
366 Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
367 EVE's HEAD (EVE-head-after-merge).
368
3692006-08-04 Matevz Tadel <matevz.tadel@cern.ch>
370
371 * alice-macros/muon_tracks.C:
372 Moved point-count variable declaration within the track loop.
373
374 * test-macros/tpc_gui.C:
375 Added global TPCLoader* tpc_loader.
376
3772006-07-11 Matevz Tadel <matevz.tadel@cern.ch>
378
379 * README:
380 Added description of event navigation.
381
382 * alice-macros/event_next.C:
383 * alice-macros/event_prev.C:
384 New files: macros to go to next/previous event in the run.
385
3862006-07-10 Matevz Tadel <matevz.tadel@cern.ch>
387
388 * alice-macros/clusters_from_label.C:
389 * alice-macros/esd_tracks.C:
390 * alice-macros/geom_ddip.C:
391 * alice-macros/geom_its.C:
392 * alice-macros/geom_phos.C:
393 * alice-macros/geom_rich.C:
394 * alice-macros/geom_simple.C:
395 * alice-macros/geom_tpc.C:
396 * alice-macros/its_digits.C:
397 * alice-macros/its_hits.C:
398 * alice-macros/muon_all.C:
399 * alice-macros/muon_chambers.C:
400 * alice-macros/muon_clusters.C:
401 * alice-macros/muon_cpads.C:
402 * alice-macros/muon_digits.C:
403 * alice-macros/muon_hits.C:
404 * alice-macros/muon_tracks.C:
405 * alice-macros/primary_vertex.C:
406 * alice-macros/region_marker.C:
407 * alice-macros/tpc_digits.C:
408 * alice-macros/tpc_hits.C:
409 * alice-macros/tpc_hits_eta_split.C:
410 * test-macros/tpc_gui.C:
411 * test-macros/tpc_gui_hack.C:
412 Use new / simpler method of render-element registration; the
413 'gReve->DrawRenderElement()' is no longer needed.
414
4152006-07-03 Matevz Tadel <matevz.tadel@cern.ch>
416
417 * alice-macros/its_hits.C:
418 * alice-macros/tpc_hits.C:
419 * alice-macros/tpc_hits_eta_split.C:
420 Use TPointSelector for point extraction.
421
4222006-06-28 Matevz Tadel <matevz.tadel@cern.ch>
423
424 * test-macros/tpc_sector_raw_test.C:
425 Use built-in equipment maps; the override option is commented out
426 in the macro.
427
4282006-06-27 Matevz Tadel <matevz.tadel@cern.ch>
429
430 * alice-macros/geom_ddip.C:
431 Use node's global transformation.
432
433 * alice-macros/geom_phos.C:
434 * alice-macros/geom_rich.C:
435 New files: PHOS and RICH geometry.
436
437 * test-macros/tpc_gui.C:
438 * test-macros/tpc_gui_hack.C:
439 * test-macros/tpc_sector_raw_test.C:
440 Added commented lines showing how to use a different TPC equipment map.
441
4422006-06-21 Matevz Tadel <matevz.tadel@cern.ch>
443
444 * macros/alieve_init.C:
445 Use macro-folder from gReve; instantiate macros from alice-macros/
446 as Reve::RMacro.
447
448 * alice-macros/its_hits.C:
449 * alice-macros/tpc_hits.C:
450 Set default point-size to 2.
451
4522006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
453
454 * test-macros/tpc_gui_hack.C:
455 New file; like tpc_gui.C but sets-up pad-row noise supression data
456 needed for politically correct TPC data images.
457
4582006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
459
460 * alice-macros/tpc_hits_eta_split.C:
461 PointSetArray now subclassed from TAttMarker; use that.
462
4632006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
464
465 * alice-macros/tpc_hits.C:
466 * alice-macros/tpc_hits_eta_split.C:
467 Increased the number-of-entries estimate for TTree player by a
468 factor of two.
469
4702006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
471
472 * alice-macros/clusters_from_label.C:
473 New macro, loads TrackPoints from ESDtrack for a given label.
474
475 * alice-macros/esd_tracks.C:
476 Take track-parameters at inner TPC radius if extrapolation to ITS
477 failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
478 / group common behaviour.
479
4802006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
481
482 * alice-macros/geom_ddip.C:
483 New file, display DDIP volume.
484
485 * alice-macros/primary_vertex.C:
486 New file, display reconstructed primary vertex.
487
488 * alice-macros/region_marker.C:
489 Added separate y, z box dimensions.
490
491 * macros/alieve_init.C:
492 Initialize event only if path is non-zero.
493
494 * test-macros/tpc_gui.C:
495 Set double sampling-rate on by default.
496
4972006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
498
499 * test-macros/tpc_gui.C:
500 New macro file demonstrating use of TPCLoader.
501
5022006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
503
504 * alice-macros/muon_all.C:
505 * alice-macros/muon_chambers.C:
506 * alice-macros/muon_clusters.C:
507 * alice-macros/muon_cpads.C:
508 * alice-macros/muon_digits.C:
509 * alice-macros/muon_hits.C:
510 * alice-macros/muon_tracks.C:
511 New files for MUON visualization by Bogdan Vulpescu.
512
513 * libAlieve.pkg:
514 Added include dirs needed by MUON visualization.
515
5162006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
517
518 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
519 EVE's HEAD (EVE-head-after-merge).
520
5212006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
522
523 EVE-dev
524
525 * binalieve.pkg:
526 New file; new executable linked against all ALICE libraries.
527
528 * macros/alieve_init.C:
529 Removed macro/include path initialization and loading of
530 libraries.
531
532 * macros/alieve_loadlibs.C:
533 Added loading of libAlieve.
534
535 * test-macros/tpc_sector_raw_test.C:
536 Changes for new interface to raw-data reading.
537
538 * README:
539 Replaced all mentions of the reve executable with alieve.
540
5412006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
542
543 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
544 EVE's HEAD (EVE-head-after-merge).
545
5462006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
547
548 EVE-dev
549
550 * alice-macros/region_marker.C:
551 New file: allow users to mark a given region (like primary
552 vertex); demonstrate usage of RenderElementObjPtr.
553
554 * alice-macros/tpc_digits.C:
555 Use new conventions for TPCSectorViz classes; added a mode for 3D
556 sector visualization.
557
558 * macros/alieve_init.C:
559 Execute macro region_marker.C during startup (the origin
560 marker removed from RGTopFrame).
561
562 * test-macros/tpc_sector_raw_test.C:
563 Clean-up, added function next_event() and display of 3D data.
564
5652006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
566
567 EVE-dev and HEAD
568
569 * test-macros/tpc_sector_raw_test.C:
570 Use automatic pedestal determination by default.
571
572 EVE-dev
573
574 * macros/alieve_loadlibs.C:
575 MUON libraries now load OK.
576
5772006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
578
579 Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
580 EVE's HEAD (EVE-head-after-merge).
581 Merging was actually done twice.
582
5832006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
584
585 EVE-dev
586
587 * macros/alieve_loadlibs.C:
588 Commented out loading of libg2c as it breaks things at other
589 systems. One should uncomment this at a gcc-4 system.
590
5912006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
592
593 EVE-dev
594
595 * alice-macros/tpc_digits.C:
596 Use new TPCData classes.
597
598 * libAlieve.pkg:
599 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
600
601 * macros/alieve_loadlibs.C:
602 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
603 gcc-4).
604
605 * README:
606 Explain purpose of test-macros/ directory.
607
608 * test-macros/tpc_digi_test.C:
609 * test-macros/tpc_raw_test.C:
610 New files: demonstrate usage of TPCData class.
611
612 * reve-genclass.pl:
613 New file: generate class skeletons from template files.
614
615 * ChangeLog:
616 New file.