79d7d114 |
1 | 2006-11-14 Matevz Tadel <matevz.tadel@cern.ch> |
2 | |
3 | * alice-macros/esd_V0.C: |
4 | From Ludovic, new file: macro to display and interact with |
5 | reconstructed V0s. |
6 | |
7 | * alice-macros/its_digits.C: |
8 | Removed frame-color from ctors, now part of shared frame-box |
9 | properties. |
10 | |
2f341c3b |
11 | 2006-10-31 Matevz Tadel <matevz.tadel@cern.ch> |
12 | |
13 | * alice-macros/init_trd.C: |
14 | From Alexandru: changes in TRD visualization. |
15 | |
fcdee385 |
16 | 2006-10-31 Matevz Tadel <matevz.tadel@cern.ch> |
17 | |
18 | * alice-macros/geom_rich.C: |
19 | Put all modules in common container. |
20 | |
21 | * alice-macros/geom_fmd.C: |
22 | * alice-macros/geom_vzero.C: |
23 | New files: import geometry of FMD and VZERO. |
24 | |
25 | * alice-macros/fmd_hits.C: |
26 | * alice-macros/pmd_hits.C: |
27 | * alice-macros/vzero_hits.C: |
28 | New files: import hits from FPD, PMD and VZERO. |
29 | |
30 | * alice-macros/MUON_digits.C: |
31 | * alice-macros/MUON_geom.C: |
32 | * alice-macros/MUON_geomAll.C: |
33 | * alice-macros/README_MUON: |
34 | From Bogdan: new files / new implementation of the MUON |
35 | visualization. |
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 | From Bogdan: removed files. |
45 | |
92957c51 |
46 | 2006-10-27 Matevz Tadel <matevz.tadel@cern.ch> |
47 | |
48 | * alice-macros/esd_V0_points.C: |
49 | New file: creates a point-set from reconstructed V0 positions. |
50 | |
51 | * alice-macros/esd_tracks.C: |
52 | In esd_tracks_vertex_cut() introduced two categories for tracks |
53 | with failed ITS extrapolation: below / above 5 sigma. |
54 | |
55 | * alice-macros/its_digits.C: |
56 | From Raffaele: introduce new GUI levels for all ITS layers (sectors, |
57 | ladders, staves). |
58 | |
59 | * alice-macros/init_trd.C: |
60 | New script from Alexandru: initialize TRD visualization. |
61 | |
62 | * libAlieve.pkg: |
63 | Added TRD to EINCLUDE. |
64 | |
d9193858 |
65 | 2006-10-26 Matevz Tadel <matevz.tadel@cern.ch> |
66 | |
67 | * macros/alieve_init.C: |
68 | Added option to avoid exceptions during event open as an |
69 | argument and enabled it by default. |
70 | |
71 | * test-macros/tpc_gui.C: |
72 | Added short usgae notice. |
73 | |
f2a9feb3 |
74 | 2006-10-26 Matevz Tadel <matevz.tadel@cern.ch> |
75 | |
76 | * test-macros/broken_torus.tring: |
77 | * test-macros/triangleset.C: |
78 | New files demonstrating use of TriangleSet and ZTrans classes. |
79 | |
90ad814e |
80 | 2006-10-25 Matevz Tadel <matevz.tadel@cern.ch> |
81 | |
82 | * alice-macros/kine_tracks.C: |
83 | Missing ';'. |
84 | |
85 | * alice-macros/primary_vertex.C: |
86 | Added function 'make_vertex_boxes()' that creates boxes around |
87 | vertex region to be used for visual determination of multiplicity. |
88 | |
113d065e |
89 | 2006-10-18 Matevz Tadel <matevz.tadel@cern.ch> |
90 | |
91 | * alice-macros/tpc_digits.C: |
92 | * test-macros/tpc_sector_raw_test.C: |
93 | Changes accompanying migration to usage of ZTrans in TPCSectorViz. |
94 | |
aa77b33a |
95 | 2006-10-13 Matevz Tadel <matevz.tadel@cern.ch> |
96 | |
97 | * alice-macros/kine_tracks.C: |
98 | New file: visualize tracks from kinematics tree; minimal |
99 | implementation. |
100 | |
a8600b56 |
101 | 2006-10-12 Matevz Tadel <matevz.tadel@cern.ch> |
102 | |
103 | Merge changes from EVE-dev to HEAD. |
104 | Delete all intermediate tags. |
105 | Tag HEAD: EVE-head-after-merge. |
106 | Tag EVE-dev: EVE-dev-after-merge. |
107 | |
108 | 2006-10-12 Matevz Tadel <matevz.tadel@cern.ch> |
109 | |
110 | EVE-dev |
111 | |
112 | * macros/reve_sa_init.C: |
113 | New file: initialization script for reve when launched from |
114 | root.exe (there is unsolved problem with exception-catching in |
115 | main event-loop). |
116 | |
117 | 2006-10-11 Matevz Tadel <matevz.tadel@cern.ch> |
118 | |
119 | EVE-dev |
120 | |
121 | * alice-macros/geom_all.C: |
122 | New file: full alice geometry. |
123 | |
124 | * alice-macros/geom_trd_tof.C: |
125 | New file: combined top-level TRD and TOF geometry. |
126 | |
127 | * macros/alieve_create_vsd.C: |
128 | Added loading of libRGL; removed '.so' extensions from all |
129 | libraries for call to gSystem->Load. |
130 | |
131 | 2006-10-11 Matevz Tadel <matevz.tadel@cern.ch> |
132 | |
133 | EVE-dev |
134 | |
135 | * alice-macros/geom_pmd.C: |
136 | New file: PMD geometry. |
137 | |
138 | * alice-macros/trd_hits.C: |
139 | Changed default color. |
140 | |
141 | * alice-macros/trd_hits_z_split.C: |
142 | New file: TRD hits split by z-coordinate. |
143 | |
144 | 2006-10-04 Matevz Tadel <matevz.tadel@cern.ch> |
145 | |
146 | EVE-dev |
147 | |
148 | * alice-macros/esd_tracks.C: |
149 | Added function esd_tracks_vertex_cut() that imports esd-tracks and |
150 | stores them into several containers according to their distance to |
151 | primary vertex. |
152 | |
153 | * alice-macros/tpc_digits.C: |
154 | Added new mode (3): import all sectors and display them in 3D. |
155 | |
156 | 2006-10-02 Matevz Tadel <matevz.tadel@cern.ch> |
157 | |
158 | EVE-dev |
159 | |
160 | * alice-macros/hits_from_label.C: |
161 | Reduce marker size (new convention). |
162 | |
163 | * alice-macros/tpc_digits.C: |
164 | Follow-up to change in interface of RGTopFrame. |
165 | |
166 | 2006-09-27 Matevz TADEL <matevz.tadel@ijs.si> |
167 | |
168 | Merged HEAD to EVE-dev. Tagged EVE-dev as |
169 | EVE-dev-after-second-merge. |
170 | HEAD was reverted back to work with offical version of ROOT. |
171 | Now I can get HEAD back to what was until now by: |
172 | 1. going to EVE-head-after-merge |
173 | 2. update -j EVE-dev-after-merge -j EVE-dev |
174 | |
175 | 2006-09-26 Matevz Tadel <matevz.tadel@cern.ch> |
176 | |
177 | * alice-macros/clusters_from_label.C: |
178 | Add point-set containing clusters directly as render element (it |
179 | was wrapped in a RenderElementObjPtr by mistake (not fixed when |
180 | changing it from TPolyMarker3D)). |
181 | |
182 | * alice-macros/primary_vertex.C: |
183 | Removed code that gave vertex markers some volume (to avoid being |
184 | discarded by a too smart GLViewer). |
185 | |
ee5a86ec |
186 | 2006-09-04 Matevz Tadel <matevz.tadel@cern.ch> |
187 | |
188 | * alice-macros/its_hits.C: |
189 | * alice-macros/tpc_hits.C: |
190 | * alice-macros/tpc_hits_eta_split.C: |
191 | Changed default point-size in accordance with the new convention. |
192 | |
193 | * alice-macros/trd_hits.C: |
194 | New file, plot TRD hits. |
195 | |
426530cc |
196 | 2006-08-29 Matevz TADEL <matevz.tadel@ijs.si> |
197 | |
198 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and |
199 | EVE's HEAD (EVE-head-after-merge). |
200 | |
201 | 2006-08-29 Matevz Tadel <matevz.tadel@cern.ch> |
202 | |
203 | * alice-macros/clusters_from_label.C: |
204 | Use Reve::PointSet for cluster representation; attach to each |
205 | cluster a copy of AliTrackPoint it represents. |
206 | |
11697b72 |
207 | 2006-08-04 Matevz TADEL <matevz.tadel@cern.ch> |
208 | |
209 | Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and |
210 | EVE's HEAD (EVE-head-after-merge). |
211 | |
0aaf698b |
212 | 2006-08-04 Matevz Tadel <matevz.tadel@cern.ch> |
213 | |
214 | * alice-macros/muon_tracks.C: |
215 | Moved point-count variable declaration within the track loop. |
216 | |
217 | * test-macros/tpc_gui.C: |
218 | Added global TPCLoader* tpc_loader. |
219 | |
3913e67f |
220 | 2006-07-11 Matevz Tadel <matevz.tadel@cern.ch> |
221 | |
222 | * README: |
223 | Added description of event navigation. |
224 | |
225 | * alice-macros/event_next.C: |
226 | * alice-macros/event_prev.C: |
227 | New files: macros to go to next/previous event in the run. |
228 | |
09da86a8 |
229 | 2006-07-10 Matevz Tadel <matevz.tadel@cern.ch> |
230 | |
231 | * alice-macros/clusters_from_label.C: |
232 | * alice-macros/esd_tracks.C: |
233 | * alice-macros/geom_ddip.C: |
234 | * alice-macros/geom_its.C: |
235 | * alice-macros/geom_phos.C: |
236 | * alice-macros/geom_rich.C: |
237 | * alice-macros/geom_simple.C: |
238 | * alice-macros/geom_tpc.C: |
239 | * alice-macros/its_digits.C: |
240 | * alice-macros/its_hits.C: |
241 | * alice-macros/muon_all.C: |
242 | * alice-macros/muon_chambers.C: |
243 | * alice-macros/muon_clusters.C: |
244 | * alice-macros/muon_cpads.C: |
245 | * alice-macros/muon_digits.C: |
246 | * alice-macros/muon_hits.C: |
247 | * alice-macros/muon_tracks.C: |
248 | * alice-macros/primary_vertex.C: |
249 | * alice-macros/region_marker.C: |
250 | * alice-macros/tpc_digits.C: |
251 | * alice-macros/tpc_hits.C: |
252 | * alice-macros/tpc_hits_eta_split.C: |
253 | * test-macros/tpc_gui.C: |
254 | * test-macros/tpc_gui_hack.C: |
255 | Use new / simpler method of render-element registration; the |
256 | 'gReve->DrawRenderElement()' is no longer needed. |
257 | |
07d6925d |
258 | 2006-07-03 Matevz Tadel <matevz.tadel@cern.ch> |
259 | |
260 | * alice-macros/its_hits.C: |
261 | * alice-macros/tpc_hits.C: |
262 | * alice-macros/tpc_hits_eta_split.C: |
263 | Use TPointSelector for point extraction. |
264 | |
c9381feb |
265 | 2006-06-28 Matevz Tadel <matevz.tadel@cern.ch> |
266 | |
267 | * test-macros/tpc_sector_raw_test.C: |
268 | Use built-in equipment maps; the override option is commented out |
269 | in the macro. |
270 | |
a83547b6 |
271 | 2006-06-27 Matevz Tadel <matevz.tadel@cern.ch> |
272 | |
273 | * alice-macros/geom_ddip.C: |
274 | Use node's global transformation. |
275 | |
276 | * alice-macros/geom_phos.C: |
277 | * alice-macros/geom_rich.C: |
278 | New files: PHOS and RICH geometry. |
279 | |
280 | * test-macros/tpc_gui.C: |
281 | * test-macros/tpc_gui_hack.C: |
282 | * test-macros/tpc_sector_raw_test.C: |
283 | Added commented lines showing how to use a different TPC equipment map. |
284 | |
30f6c8cb |
285 | 2006-06-21 Matevz Tadel <matevz.tadel@cern.ch> |
286 | |
287 | * macros/alieve_init.C: |
288 | Use macro-folder from gReve; instantiate macros from alice-macros/ |
289 | as Reve::RMacro. |
290 | |
291 | * alice-macros/its_hits.C: |
292 | * alice-macros/tpc_hits.C: |
293 | Set default point-size to 2. |
294 | |
0a55ac96 |
295 | 2006-06-15 Matevz Tadel <matevz.tadel@cern.ch> |
296 | |
297 | * test-macros/tpc_gui_hack.C: |
298 | New file; like tpc_gui.C but sets-up pad-row noise supression data |
299 | needed for politically correct TPC data images. |
300 | |
ae839f53 |
301 | 2006-06-14 Matevz Tadel <matevz.tadel@cern.ch> |
302 | |
303 | * alice-macros/tpc_hits_eta_split.C: |
304 | PointSetArray now subclassed from TAttMarker; use that. |
305 | |
ac100e07 |
306 | 2006-06-13 Matevz Tadel <matevz.tadel@cern.ch> |
307 | |
308 | * alice-macros/tpc_hits.C: |
309 | * alice-macros/tpc_hits_eta_split.C: |
310 | Increased the number-of-entries estimate for TTree player by a |
311 | factor of two. |
312 | |
4ba958ae |
313 | 2006-06-12 Matevz Tadel <matevz.tadel@cern.ch> |
314 | |
315 | * alice-macros/clusters_from_label.C: |
316 | New macro, loads TrackPoints from ESDtrack for a given label. |
317 | |
318 | * alice-macros/esd_tracks.C: |
319 | Take track-parameters at inner TPC radius if extrapolation to ITS |
320 | failed (controlled by global Bool_t gkFixFailedITSExtr); reformat |
321 | / group common behaviour. |
322 | |
f56512b2 |
323 | 2006-06-06 Matevz Tadel <matevz.tadel@cern.ch> |
324 | |
325 | * alice-macros/geom_ddip.C: |
326 | New file, display DDIP volume. |
327 | |
328 | * alice-macros/primary_vertex.C: |
329 | New file, display reconstructed primary vertex. |
330 | |
331 | * alice-macros/region_marker.C: |
332 | Added separate y, z box dimensions. |
333 | |
334 | * macros/alieve_init.C: |
335 | Initialize event only if path is non-zero. |
336 | |
337 | * test-macros/tpc_gui.C: |
338 | Set double sampling-rate on by default. |
339 | |
a9148d46 |
340 | 2006-06-02 Matevz Tadel <matevz.tadel@cern.ch> |
341 | |
342 | * test-macros/tpc_gui.C: |
343 | New macro file demonstrating use of TPCLoader. |
344 | |
4feec443 |
345 | 2006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr> |
346 | |
347 | * alice-macros/muon_all.C: |
348 | * alice-macros/muon_chambers.C: |
349 | * alice-macros/muon_clusters.C: |
350 | * alice-macros/muon_cpads.C: |
351 | * alice-macros/muon_digits.C: |
352 | * alice-macros/muon_hits.C: |
353 | * alice-macros/muon_tracks.C: |
354 | New files for MUON visualization by Bogdan Vulpescu. |
355 | |
356 | * libAlieve.pkg: |
357 | Added include dirs needed by MUON visualization. |
358 | |
5987168b |
359 | 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch> |
360 | |
361 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and |
362 | EVE's HEAD (EVE-head-after-merge). |
363 | |
5987168b |
364 | 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch> |
365 | |
9043c4ec |
366 | EVE-dev |
367 | |
5987168b |
368 | * binalieve.pkg: |
369 | New file; new executable linked against all ALICE libraries. |
370 | |
371 | * macros/alieve_init.C: |
372 | Removed macro/include path initialization and loading of |
373 | libraries. |
374 | |
375 | * macros/alieve_loadlibs.C: |
376 | Added loading of libAlieve. |
377 | |
378 | * test-macros/tpc_sector_raw_test.C: |
379 | Changes for new interface to raw-data reading. |
380 | |
9043c4ec |
381 | * README: |
382 | Replaced all mentions of the reve executable with alieve. |
383 | |
092578a7 |
384 | 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch> |
385 | |
386 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and |
387 | EVE's HEAD (EVE-head-after-merge). |
388 | |
389 | 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch> |
390 | |
391 | EVE-dev |
392 | |
393 | * alice-macros/region_marker.C: |
394 | New file: allow users to mark a given region (like primary |
395 | vertex); demonstrate usage of RenderElementObjPtr. |
396 | |
397 | * alice-macros/tpc_digits.C: |
398 | Use new conventions for TPCSectorViz classes; added a mode for 3D |
399 | sector visualization. |
400 | |
401 | * macros/alieve_init.C: |
402 | Execute macro region_marker.C during startup (the origin |
403 | marker removed from RGTopFrame). |
404 | |
405 | * test-macros/tpc_sector_raw_test.C: |
406 | Clean-up, added function next_event() and display of 3D data. |
407 | |
408 | 2006-05-19 Matevz Tadel <matevz.tadel@cern.ch> |
409 | |
410 | EVE-dev and HEAD |
411 | |
412 | * test-macros/tpc_sector_raw_test.C: |
413 | Use automatic pedestal determination by default. |
414 | |
415 | EVE-dev |
416 | |
417 | * macros/alieve_loadlibs.C: |
418 | MUON libraries now load OK. |
419 | |
915dabe1 |
420 | 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch> |
421 | |
b56d8877 |
422 | Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and |
423 | EVE's HEAD (EVE-head-after-merge). |
424 | Merging was actually done twice. |
915dabe1 |
425 | |
426 | 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch> |
427 | |
092578a7 |
428 | EVE-dev |
915dabe1 |
429 | |
430 | * macros/alieve_loadlibs.C: |
431 | Commented out loading of libg2c as it breaks things at other |
432 | systems. One should uncomment this at a gcc-4 system. |
433 | |
434 | 2006-05-17 Matevz Tadel <matevz.tadel@cern.ch> |
435 | |
092578a7 |
436 | EVE-dev |
915dabe1 |
437 | |
438 | * alice-macros/tpc_digits.C: |
439 | Use new TPCData classes. |
440 | |
441 | * libAlieve.pkg: |
442 | Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData). |
443 | |
444 | * macros/alieve_loadlibs.C: |
445 | Add loading of /usr/lib/libg2c prior to libmicrocern (problem with |
446 | gcc-4). |
447 | |
448 | * README: |
449 | Explain purpose of test-macros/ directory. |
450 | |
451 | * test-macros/tpc_digi_test.C: |
452 | * test-macros/tpc_raw_test.C: |
453 | New files: demonstrate usage of TPCData class. |
454 | |
455 | * reve-genclass.pl: |
456 | New file: generate class skeletons from template files. |
457 | |
458 | * ChangeLog: |
459 | New file. |