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