5987168b |
1 | 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch> |
2 | |
3 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and |
4 | EVE's HEAD (EVE-head-after-merge). |
5 | |
6 | * README: |
7 | Replaced all mentions of the reve executable with alieve. |
8 | |
9 | 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch> |
10 | |
11 | * binalieve.pkg: |
12 | New file; new executable linked against all ALICE libraries. |
13 | |
14 | * macros/alieve_init.C: |
15 | Removed macro/include path initialization and loading of |
16 | libraries. |
17 | |
18 | * macros/alieve_loadlibs.C: |
19 | Added loading of libAlieve. |
20 | |
21 | * test-macros/tpc_sector_raw_test.C: |
22 | Changes for new interface to raw-data reading. |
23 | |
092578a7 |
24 | 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch> |
25 | |
26 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and |
27 | EVE's HEAD (EVE-head-after-merge). |
28 | |
29 | 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch> |
30 | |
31 | EVE-dev |
32 | |
33 | * alice-macros/region_marker.C: |
34 | New file: allow users to mark a given region (like primary |
35 | vertex); demonstrate usage of RenderElementObjPtr. |
36 | |
37 | * alice-macros/tpc_digits.C: |
38 | Use new conventions for TPCSectorViz classes; added a mode for 3D |
39 | sector visualization. |
40 | |
41 | * macros/alieve_init.C: |
42 | Execute macro region_marker.C during startup (the origin |
43 | marker removed from RGTopFrame). |
44 | |
45 | * test-macros/tpc_sector_raw_test.C: |
46 | Clean-up, added function next_event() and display of 3D data. |
47 | |
48 | 2006-05-19 Matevz Tadel <matevz.tadel@cern.ch> |
49 | |
50 | EVE-dev and HEAD |
51 | |
52 | * test-macros/tpc_sector_raw_test.C: |
53 | Use automatic pedestal determination by default. |
54 | |
55 | EVE-dev |
56 | |
57 | * macros/alieve_loadlibs.C: |
58 | MUON libraries now load OK. |
59 | |
915dabe1 |
60 | 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch> |
61 | |
b56d8877 |
62 | Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and |
63 | EVE's HEAD (EVE-head-after-merge). |
64 | Merging was actually done twice. |
915dabe1 |
65 | |
66 | 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch> |
67 | |
092578a7 |
68 | EVE-dev |
915dabe1 |
69 | |
70 | * macros/alieve_loadlibs.C: |
71 | Commented out loading of libg2c as it breaks things at other |
72 | systems. One should uncomment this at a gcc-4 system. |
73 | |
74 | 2006-05-17 Matevz Tadel <matevz.tadel@cern.ch> |
75 | |
092578a7 |
76 | EVE-dev |
915dabe1 |
77 | |
78 | * alice-macros/tpc_digits.C: |
79 | Use new TPCData classes. |
80 | |
81 | * libAlieve.pkg: |
82 | Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData). |
83 | |
84 | * macros/alieve_loadlibs.C: |
85 | Add loading of /usr/lib/libg2c prior to libmicrocern (problem with |
86 | gcc-4). |
87 | |
88 | * README: |
89 | Explain purpose of test-macros/ directory. |
90 | |
91 | * test-macros/tpc_digi_test.C: |
92 | * test-macros/tpc_raw_test.C: |
93 | New files: demonstrate usage of TPCData class. |
94 | |
95 | * reve-genclass.pl: |
96 | New file: generate class skeletons from template files. |
97 | |
98 | * ChangeLog: |
99 | New file. |