]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/ChangeLog
List new classes for TRD visualization.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
CommitLineData
d9193858 12006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
2
3 * macros/alieve_init.C:
4 Added option to avoid exceptions during event open as an
5 argument and enabled it by default.
6
7 * test-macros/tpc_gui.C:
8 Added short usgae notice.
9
f2a9feb3 102006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
11
12 * test-macros/broken_torus.tring:
13 * test-macros/triangleset.C:
14 New files demonstrating use of TriangleSet and ZTrans classes.
15
90ad814e 162006-10-25 Matevz Tadel <matevz.tadel@cern.ch>
17
18 * alice-macros/kine_tracks.C:
19 Missing ';'.
20
21 * alice-macros/primary_vertex.C:
22 Added function 'make_vertex_boxes()' that creates boxes around
23 vertex region to be used for visual determination of multiplicity.
24
113d065e 252006-10-18 Matevz Tadel <matevz.tadel@cern.ch>
26
27 * alice-macros/tpc_digits.C:
28 * test-macros/tpc_sector_raw_test.C:
29 Changes accompanying migration to usage of ZTrans in TPCSectorViz.
30
aa77b33a 312006-10-13 Matevz Tadel <matevz.tadel@cern.ch>
32
33 * alice-macros/kine_tracks.C:
34 New file: visualize tracks from kinematics tree; minimal
35 implementation.
36
a8600b56 372006-10-12 Matevz Tadel <matevz.tadel@cern.ch>
38
39 Merge changes from EVE-dev to HEAD.
40 Delete all intermediate tags.
41 Tag HEAD: EVE-head-after-merge.
42 Tag EVE-dev: EVE-dev-after-merge.
43
442006-10-12 Matevz Tadel <matevz.tadel@cern.ch>
45
46 EVE-dev
47
48 * macros/reve_sa_init.C:
49 New file: initialization script for reve when launched from
50 root.exe (there is unsolved problem with exception-catching in
51 main event-loop).
52
532006-10-11 Matevz Tadel <matevz.tadel@cern.ch>
54
55 EVE-dev
56
57 * alice-macros/geom_all.C:
58 New file: full alice geometry.
59
60 * alice-macros/geom_trd_tof.C:
61 New file: combined top-level TRD and TOF geometry.
62
63 * macros/alieve_create_vsd.C:
64 Added loading of libRGL; removed '.so' extensions from all
65 libraries for call to gSystem->Load.
66
672006-10-11 Matevz Tadel <matevz.tadel@cern.ch>
68
69 EVE-dev
70
71 * alice-macros/geom_pmd.C:
72 New file: PMD geometry.
73
74 * alice-macros/trd_hits.C:
75 Changed default color.
76
77 * alice-macros/trd_hits_z_split.C:
78 New file: TRD hits split by z-coordinate.
79
802006-10-04 Matevz Tadel <matevz.tadel@cern.ch>
81
82 EVE-dev
83
84 * alice-macros/esd_tracks.C:
85 Added function esd_tracks_vertex_cut() that imports esd-tracks and
86 stores them into several containers according to their distance to
87 primary vertex.
88
89 * alice-macros/tpc_digits.C:
90 Added new mode (3): import all sectors and display them in 3D.
91
922006-10-02 Matevz Tadel <matevz.tadel@cern.ch>
93
94 EVE-dev
95
96 * alice-macros/hits_from_label.C:
97 Reduce marker size (new convention).
98
99 * alice-macros/tpc_digits.C:
100 Follow-up to change in interface of RGTopFrame.
101
1022006-09-27 Matevz TADEL <matevz.tadel@ijs.si>
103
104 Merged HEAD to EVE-dev. Tagged EVE-dev as
105 EVE-dev-after-second-merge.
106 HEAD was reverted back to work with offical version of ROOT.
107 Now I can get HEAD back to what was until now by:
108 1. going to EVE-head-after-merge
109 2. update -j EVE-dev-after-merge -j EVE-dev
110
1112006-09-26 Matevz Tadel <matevz.tadel@cern.ch>
112
113 * alice-macros/clusters_from_label.C:
114 Add point-set containing clusters directly as render element (it
115 was wrapped in a RenderElementObjPtr by mistake (not fixed when
116 changing it from TPolyMarker3D)).
117
118 * alice-macros/primary_vertex.C:
119 Removed code that gave vertex markers some volume (to avoid being
120 discarded by a too smart GLViewer).
121
ee5a86ec 1222006-09-04 Matevz Tadel <matevz.tadel@cern.ch>
123
124 * alice-macros/its_hits.C:
125 * alice-macros/tpc_hits.C:
126 * alice-macros/tpc_hits_eta_split.C:
127 Changed default point-size in accordance with the new convention.
128
129 * alice-macros/trd_hits.C:
130 New file, plot TRD hits.
131
426530cc 1322006-08-29 Matevz TADEL <matevz.tadel@ijs.si>
133
134 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
135 EVE's HEAD (EVE-head-after-merge).
136
1372006-08-29 Matevz Tadel <matevz.tadel@cern.ch>
138
139 * alice-macros/clusters_from_label.C:
140 Use Reve::PointSet for cluster representation; attach to each
141 cluster a copy of AliTrackPoint it represents.
142
11697b72 1432006-08-04 Matevz TADEL <matevz.tadel@cern.ch>
144
145 Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
146 EVE's HEAD (EVE-head-after-merge).
147
0aaf698b 1482006-08-04 Matevz Tadel <matevz.tadel@cern.ch>
149
150 * alice-macros/muon_tracks.C:
151 Moved point-count variable declaration within the track loop.
152
153 * test-macros/tpc_gui.C:
154 Added global TPCLoader* tpc_loader.
155
3913e67f 1562006-07-11 Matevz Tadel <matevz.tadel@cern.ch>
157
158 * README:
159 Added description of event navigation.
160
161 * alice-macros/event_next.C:
162 * alice-macros/event_prev.C:
163 New files: macros to go to next/previous event in the run.
164
09da86a8 1652006-07-10 Matevz Tadel <matevz.tadel@cern.ch>
166
167 * alice-macros/clusters_from_label.C:
168 * alice-macros/esd_tracks.C:
169 * alice-macros/geom_ddip.C:
170 * alice-macros/geom_its.C:
171 * alice-macros/geom_phos.C:
172 * alice-macros/geom_rich.C:
173 * alice-macros/geom_simple.C:
174 * alice-macros/geom_tpc.C:
175 * alice-macros/its_digits.C:
176 * alice-macros/its_hits.C:
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 * alice-macros/primary_vertex.C:
185 * alice-macros/region_marker.C:
186 * alice-macros/tpc_digits.C:
187 * alice-macros/tpc_hits.C:
188 * alice-macros/tpc_hits_eta_split.C:
189 * test-macros/tpc_gui.C:
190 * test-macros/tpc_gui_hack.C:
191 Use new / simpler method of render-element registration; the
192 'gReve->DrawRenderElement()' is no longer needed.
193
07d6925d 1942006-07-03 Matevz Tadel <matevz.tadel@cern.ch>
195
196 * alice-macros/its_hits.C:
197 * alice-macros/tpc_hits.C:
198 * alice-macros/tpc_hits_eta_split.C:
199 Use TPointSelector for point extraction.
200
c9381feb 2012006-06-28 Matevz Tadel <matevz.tadel@cern.ch>
202
203 * test-macros/tpc_sector_raw_test.C:
204 Use built-in equipment maps; the override option is commented out
205 in the macro.
206
a83547b6 2072006-06-27 Matevz Tadel <matevz.tadel@cern.ch>
208
209 * alice-macros/geom_ddip.C:
210 Use node's global transformation.
211
212 * alice-macros/geom_phos.C:
213 * alice-macros/geom_rich.C:
214 New files: PHOS and RICH geometry.
215
216 * test-macros/tpc_gui.C:
217 * test-macros/tpc_gui_hack.C:
218 * test-macros/tpc_sector_raw_test.C:
219 Added commented lines showing how to use a different TPC equipment map.
220
30f6c8cb 2212006-06-21 Matevz Tadel <matevz.tadel@cern.ch>
222
223 * macros/alieve_init.C:
224 Use macro-folder from gReve; instantiate macros from alice-macros/
225 as Reve::RMacro.
226
227 * alice-macros/its_hits.C:
228 * alice-macros/tpc_hits.C:
229 Set default point-size to 2.
230
0a55ac96 2312006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
232
233 * test-macros/tpc_gui_hack.C:
234 New file; like tpc_gui.C but sets-up pad-row noise supression data
235 needed for politically correct TPC data images.
236
ae839f53 2372006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
238
239 * alice-macros/tpc_hits_eta_split.C:
240 PointSetArray now subclassed from TAttMarker; use that.
241
ac100e07 2422006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
243
244 * alice-macros/tpc_hits.C:
245 * alice-macros/tpc_hits_eta_split.C:
246 Increased the number-of-entries estimate for TTree player by a
247 factor of two.
248
4ba958ae 2492006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
250
251 * alice-macros/clusters_from_label.C:
252 New macro, loads TrackPoints from ESDtrack for a given label.
253
254 * alice-macros/esd_tracks.C:
255 Take track-parameters at inner TPC radius if extrapolation to ITS
256 failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
257 / group common behaviour.
258
f56512b2 2592006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
260
261 * alice-macros/geom_ddip.C:
262 New file, display DDIP volume.
263
264 * alice-macros/primary_vertex.C:
265 New file, display reconstructed primary vertex.
266
267 * alice-macros/region_marker.C:
268 Added separate y, z box dimensions.
269
270 * macros/alieve_init.C:
271 Initialize event only if path is non-zero.
272
273 * test-macros/tpc_gui.C:
274 Set double sampling-rate on by default.
275
a9148d46 2762006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
277
278 * test-macros/tpc_gui.C:
279 New macro file demonstrating use of TPCLoader.
280
4feec443 2812006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
282
283 * alice-macros/muon_all.C:
284 * alice-macros/muon_chambers.C:
285 * alice-macros/muon_clusters.C:
286 * alice-macros/muon_cpads.C:
287 * alice-macros/muon_digits.C:
288 * alice-macros/muon_hits.C:
289 * alice-macros/muon_tracks.C:
290 New files for MUON visualization by Bogdan Vulpescu.
291
292 * libAlieve.pkg:
293 Added include dirs needed by MUON visualization.
294
5987168b 2952006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
296
297 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
298 EVE's HEAD (EVE-head-after-merge).
299
5987168b 3002006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
301
9043c4ec 302 EVE-dev
303
5987168b 304 * binalieve.pkg:
305 New file; new executable linked against all ALICE libraries.
306
307 * macros/alieve_init.C:
308 Removed macro/include path initialization and loading of
309 libraries.
310
311 * macros/alieve_loadlibs.C:
312 Added loading of libAlieve.
313
314 * test-macros/tpc_sector_raw_test.C:
315 Changes for new interface to raw-data reading.
316
9043c4ec 317 * README:
318 Replaced all mentions of the reve executable with alieve.
319
092578a7 3202006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
321
322 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
323 EVE's HEAD (EVE-head-after-merge).
324
3252006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
326
327 EVE-dev
328
329 * alice-macros/region_marker.C:
330 New file: allow users to mark a given region (like primary
331 vertex); demonstrate usage of RenderElementObjPtr.
332
333 * alice-macros/tpc_digits.C:
334 Use new conventions for TPCSectorViz classes; added a mode for 3D
335 sector visualization.
336
337 * macros/alieve_init.C:
338 Execute macro region_marker.C during startup (the origin
339 marker removed from RGTopFrame).
340
341 * test-macros/tpc_sector_raw_test.C:
342 Clean-up, added function next_event() and display of 3D data.
343
3442006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
345
346 EVE-dev and HEAD
347
348 * test-macros/tpc_sector_raw_test.C:
349 Use automatic pedestal determination by default.
350
351 EVE-dev
352
353 * macros/alieve_loadlibs.C:
354 MUON libraries now load OK.
355
915dabe1 3562006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
357
b56d8877 358 Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
359 EVE's HEAD (EVE-head-after-merge).
360 Merging was actually done twice.
915dabe1 361
3622006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
363
092578a7 364 EVE-dev
915dabe1 365
366 * macros/alieve_loadlibs.C:
367 Commented out loading of libg2c as it breaks things at other
368 systems. One should uncomment this at a gcc-4 system.
369
3702006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
371
092578a7 372 EVE-dev
915dabe1 373
374 * alice-macros/tpc_digits.C:
375 Use new TPCData classes.
376
377 * libAlieve.pkg:
378 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
379
380 * macros/alieve_loadlibs.C:
381 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
382 gcc-4).
383
384 * README:
385 Explain purpose of test-macros/ directory.
386
387 * test-macros/tpc_digi_test.C:
388 * test-macros/tpc_raw_test.C:
389 New files: demonstrate usage of TPCData class.
390
391 * reve-genclass.pl:
392 New file: generate class skeletons from template files.
393
394 * ChangeLog:
395 New file.