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