]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * alice-macros/muon_tracks.C:
4         Moved point-count variable declaration within the track loop.
5
6         * test-macros/tpc_gui.C:
7         Added global TPCLoader* tpc_loader.
8
9 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
10
11         * README:
12         Added description of event navigation.
13
14         * alice-macros/event_next.C:
15         * alice-macros/event_prev.C:
16         New files: macros to go to next/previous event in the run.
17
18 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
19
20         * alice-macros/clusters_from_label.C:
21         * alice-macros/esd_tracks.C:
22         * alice-macros/geom_ddip.C:
23         * alice-macros/geom_its.C:
24         * alice-macros/geom_phos.C:
25         * alice-macros/geom_rich.C:
26         * alice-macros/geom_simple.C:
27         * alice-macros/geom_tpc.C:
28         * alice-macros/its_digits.C:
29         * alice-macros/its_hits.C:
30         * alice-macros/muon_all.C:
31         * alice-macros/muon_chambers.C:
32         * alice-macros/muon_clusters.C:
33         * alice-macros/muon_cpads.C:
34         * alice-macros/muon_digits.C:
35         * alice-macros/muon_hits.C:
36         * alice-macros/muon_tracks.C:
37         * alice-macros/primary_vertex.C:
38         * alice-macros/region_marker.C:
39         * alice-macros/tpc_digits.C:
40         * alice-macros/tpc_hits.C:
41         * alice-macros/tpc_hits_eta_split.C:
42         * test-macros/tpc_gui.C:
43         * test-macros/tpc_gui_hack.C:
44         Use new / simpler method of render-element registration; the
45         'gReve->DrawRenderElement()' is no longer needed.
46
47 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
48
49         * alice-macros/its_hits.C:
50         * alice-macros/tpc_hits.C:
51         * alice-macros/tpc_hits_eta_split.C:
52         Use TPointSelector for point extraction.
53
54 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
55
56         * test-macros/tpc_sector_raw_test.C:
57         Use built-in equipment maps; the override option is commented out
58         in the macro.
59
60 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
61
62         * alice-macros/geom_ddip.C:
63         Use node's global transformation.
64
65         * alice-macros/geom_phos.C:
66         * alice-macros/geom_rich.C:
67         New files: PHOS and RICH geometry.
68
69         * test-macros/tpc_gui.C:
70         * test-macros/tpc_gui_hack.C:
71         * test-macros/tpc_sector_raw_test.C:
72         Added commented lines showing how to use a different TPC equipment map.
73
74 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
75
76         * macros/alieve_init.C:
77         Use macro-folder from gReve; instantiate macros from alice-macros/
78         as Reve::RMacro.
79
80         * alice-macros/its_hits.C:
81         * alice-macros/tpc_hits.C:
82         Set default point-size to 2.
83
84 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
85
86         * test-macros/tpc_gui_hack.C:
87         New file; like tpc_gui.C but sets-up pad-row noise supression data
88         needed for politically correct TPC data images.
89
90 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
91
92         * alice-macros/tpc_hits_eta_split.C:
93         PointSetArray now subclassed from TAttMarker; use that.
94
95 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
96
97         * alice-macros/tpc_hits.C:
98         * alice-macros/tpc_hits_eta_split.C:
99         Increased the number-of-entries estimate for TTree player by a
100         factor of two.
101
102 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
103
104         * alice-macros/clusters_from_label.C:
105         New macro, loads TrackPoints from ESDtrack for a given label.
106
107         * alice-macros/esd_tracks.C:
108         Take track-parameters at inner TPC radius if extrapolation to ITS
109         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
110         / group common behaviour.
111
112 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
113
114         * alice-macros/geom_ddip.C:
115         New file, display DDIP volume.
116
117         * alice-macros/primary_vertex.C:
118         New file, display reconstructed primary vertex.
119
120         * alice-macros/region_marker.C:
121         Added separate y, z box dimensions.
122
123         * macros/alieve_init.C:
124         Initialize event only if path is non-zero.
125         
126         * test-macros/tpc_gui.C:
127         Set double sampling-rate on by default.
128
129 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
130
131         * test-macros/tpc_gui.C:
132         New macro file demonstrating use of TPCLoader.
133
134 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
135
136         HEAD
137
138         * alice-macros/muon_all.C:
139         * alice-macros/muon_chambers.C:
140         * alice-macros/muon_clusters.C:
141         * alice-macros/muon_cpads.C:
142         * alice-macros/muon_digits.C:
143         * alice-macros/muon_hits.C:
144         * alice-macros/muon_tracks.C:
145         New files for MUON visualization by Bogdan Vulpescu.
146
147         * libAlieve.pkg:
148         Added include dirs needed by MUON visualization.
149
150 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
151
152         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
153         EVE's HEAD (EVE-head-after-merge).
154
155 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
156
157         EVE-dev
158
159         * binalieve.pkg:
160         New file; new executable linked against all ALICE libraries.
161
162         * macros/alieve_init.C:
163         Removed macro/include path initialization and loading of
164         libraries.
165
166         * macros/alieve_loadlibs.C:
167         Added loading of libAlieve.
168
169         * test-macros/tpc_sector_raw_test.C:
170         Changes for new interface to raw-data reading.
171
172         * README:
173         Replaced all mentions of the reve executable with alieve.
174
175 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
176
177         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
178         EVE's HEAD (EVE-head-after-merge).
179
180 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
181
182         EVE-dev
183
184         * alice-macros/region_marker.C:
185         New file: allow users to mark a given region (like primary
186         vertex); demonstrate usage of RenderElementObjPtr.
187
188         * alice-macros/tpc_digits.C:
189         Use new conventions for TPCSectorViz classes; added a mode for 3D
190         sector visualization.
191
192         * macros/alieve_init.C:
193         Execute macro region_marker.C during startup (the origin
194         marker removed from RGTopFrame).
195
196         * test-macros/tpc_sector_raw_test.C:
197         Clean-up, added function next_event() and display of 3D data.
198
199 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
200
201         EVE-dev and HEAD
202
203         * test-macros/tpc_sector_raw_test.C:
204         Use automatic pedestal determination by default.
205
206         EVE-dev
207
208         * macros/alieve_loadlibs.C:
209         MUON libraries now load OK.
210
211 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
212
213         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
214         EVE's HEAD (EVE-head-after-merge).
215         Merging was actually done twice.
216
217 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
218
219         EVE-dev
220
221         * macros/alieve_loadlibs.C:
222         Commented out loading of libg2c as it breaks things at other
223         systems. One should uncomment this at a gcc-4 system.
224
225 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
226
227         EVE-dev
228
229         * alice-macros/tpc_digits.C:
230         Use new TPCData classes.
231
232         * libAlieve.pkg:
233         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
234
235         * macros/alieve_loadlibs.C:
236         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
237         gcc-4).
238
239         * README:
240         Explain purpose of test-macros/ directory.
241
242         * test-macros/tpc_digi_test.C:
243         * test-macros/tpc_raw_test.C:
244         New files: demonstrate usage of TPCData class.
245
246         * reve-genclass.pl:
247         New file: generate class skeletons from template files.
248
249         * ChangeLog:
250         New file.