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