]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - EVE/ChangeLog
o) new way of calculating the final dndeta
[u/mrichter/AliRoot.git] / EVE / ChangeLog
... / ...
CommitLineData
12006-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
62006-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
252006-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
372006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
38
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.
42
432006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
44
45 EVE-dev
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
512006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
52
53 EVE-dev
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.