]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Increased the number-of-entries estimate for TTree player by a factor of two.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * alice-macros/clusters_from_label.C:
4         New macro, loads TrackPoints from ESDtrack for a given label.
5
6         * alice-macros/esd_tracks.C:
7         Take track-parameters at inner TPC radius if extrapolation to ITS
8         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
9         / group common behaviour.
10
11 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
12
13         * alice-macros/geom_ddip.C:
14         New file, display DDIP volume.
15
16         * alice-macros/primary_vertex.C:
17         New file, display reconstructed primary vertex.
18
19         * alice-macros/region_marker.C:
20         Added separate y, z box dimensions.
21
22         * macros/alieve_init.C:
23         Initialize event only if path is non-zero.
24         
25         * test-macros/tpc_gui.C:
26         Set double sampling-rate on by default.
27
28 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
29
30         * test-macros/tpc_gui.C:
31         New macro file demonstrating use of TPCLoader.
32
33 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
34
35         HEAD
36
37         * alice-macros/muon_all.C:
38         * alice-macros/muon_chambers.C:
39         * alice-macros/muon_clusters.C:
40         * alice-macros/muon_cpads.C:
41         * alice-macros/muon_digits.C:
42         * alice-macros/muon_hits.C:
43         * alice-macros/muon_tracks.C:
44         New files for MUON visualization by Bogdan Vulpescu.
45
46         * libAlieve.pkg:
47         Added include dirs needed by MUON visualization.
48
49 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
50
51         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
52         EVE's HEAD (EVE-head-after-merge).
53
54 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
55
56         EVE-dev
57
58         * binalieve.pkg:
59         New file; new executable linked against all ALICE libraries.
60
61         * macros/alieve_init.C:
62         Removed macro/include path initialization and loading of
63         libraries.
64
65         * macros/alieve_loadlibs.C:
66         Added loading of libAlieve.
67
68         * test-macros/tpc_sector_raw_test.C:
69         Changes for new interface to raw-data reading.
70
71         * README:
72         Replaced all mentions of the reve executable with alieve.
73
74 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
75
76         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
77         EVE's HEAD (EVE-head-after-merge).
78
79 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
80
81         EVE-dev
82
83         * alice-macros/region_marker.C:
84         New file: allow users to mark a given region (like primary
85         vertex); demonstrate usage of RenderElementObjPtr.
86
87         * alice-macros/tpc_digits.C:
88         Use new conventions for TPCSectorViz classes; added a mode for 3D
89         sector visualization.
90
91         * macros/alieve_init.C:
92         Execute macro region_marker.C during startup (the origin
93         marker removed from RGTopFrame).
94
95         * test-macros/tpc_sector_raw_test.C:
96         Clean-up, added function next_event() and display of 3D data.
97
98 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
99
100         EVE-dev and HEAD
101
102         * test-macros/tpc_sector_raw_test.C:
103         Use automatic pedestal determination by default.
104
105         EVE-dev
106
107         * macros/alieve_loadlibs.C:
108         MUON libraries now load OK.
109
110 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
111
112         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
113         EVE's HEAD (EVE-head-after-merge).
114         Merging was actually done twice.
115
116 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
117
118         EVE-dev
119
120         * macros/alieve_loadlibs.C:
121         Commented out loading of libg2c as it breaks things at other
122         systems. One should uncomment this at a gcc-4 system.
123
124 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
125
126         EVE-dev
127
128         * alice-macros/tpc_digits.C:
129         Use new TPCData classes.
130
131         * libAlieve.pkg:
132         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
133
134         * macros/alieve_loadlibs.C:
135         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
136         gcc-4).
137
138         * README:
139         Explain purpose of test-macros/ directory.
140
141         * test-macros/tpc_digi_test.C:
142         * test-macros/tpc_raw_test.C:
143         New files: demonstrate usage of TPCData class.
144
145         * reve-genclass.pl:
146         New file: generate class skeletons from template files.
147
148         * ChangeLog:
149         New file.