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