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