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