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