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