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