Changed default point-size in accordance with the new convention.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
CommitLineData
426530cc 12006-08-29 Matevz TADEL <matevz.tadel@ijs.si>
2
3 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
4 EVE's HEAD (EVE-head-after-merge).
5
62006-08-29 Matevz Tadel <matevz.tadel@cern.ch>
7
8 * alice-macros/clusters_from_label.C:
9 Use Reve::PointSet for cluster representation; attach to each
10 cluster a copy of AliTrackPoint it represents.
11
11697b72 122006-08-04 Matevz TADEL <matevz.tadel@cern.ch>
13
14 Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
15 EVE's HEAD (EVE-head-after-merge).
16
0aaf698b 172006-08-04 Matevz Tadel <matevz.tadel@cern.ch>
18
19 * alice-macros/muon_tracks.C:
20 Moved point-count variable declaration within the track loop.
21
22 * test-macros/tpc_gui.C:
23 Added global TPCLoader* tpc_loader.
24
3913e67f 252006-07-11 Matevz Tadel <matevz.tadel@cern.ch>
26
27 * README:
28 Added description of event navigation.
29
30 * alice-macros/event_next.C:
31 * alice-macros/event_prev.C:
32 New files: macros to go to next/previous event in the run.
33
09da86a8 342006-07-10 Matevz Tadel <matevz.tadel@cern.ch>
35
36 * alice-macros/clusters_from_label.C:
37 * alice-macros/esd_tracks.C:
38 * alice-macros/geom_ddip.C:
39 * alice-macros/geom_its.C:
40 * alice-macros/geom_phos.C:
41 * alice-macros/geom_rich.C:
42 * alice-macros/geom_simple.C:
43 * alice-macros/geom_tpc.C:
44 * alice-macros/its_digits.C:
45 * alice-macros/its_hits.C:
46 * alice-macros/muon_all.C:
47 * alice-macros/muon_chambers.C:
48 * alice-macros/muon_clusters.C:
49 * alice-macros/muon_cpads.C:
50 * alice-macros/muon_digits.C:
51 * alice-macros/muon_hits.C:
52 * alice-macros/muon_tracks.C:
53 * alice-macros/primary_vertex.C:
54 * alice-macros/region_marker.C:
55 * alice-macros/tpc_digits.C:
56 * alice-macros/tpc_hits.C:
57 * alice-macros/tpc_hits_eta_split.C:
58 * test-macros/tpc_gui.C:
59 * test-macros/tpc_gui_hack.C:
60 Use new / simpler method of render-element registration; the
61 'gReve->DrawRenderElement()' is no longer needed.
62
07d6925d 632006-07-03 Matevz Tadel <matevz.tadel@cern.ch>
64
65 * alice-macros/its_hits.C:
66 * alice-macros/tpc_hits.C:
67 * alice-macros/tpc_hits_eta_split.C:
68 Use TPointSelector for point extraction.
69
c9381feb 702006-06-28 Matevz Tadel <matevz.tadel@cern.ch>
71
72 * test-macros/tpc_sector_raw_test.C:
73 Use built-in equipment maps; the override option is commented out
74 in the macro.
75
a83547b6 762006-06-27 Matevz Tadel <matevz.tadel@cern.ch>
77
78 * alice-macros/geom_ddip.C:
79 Use node's global transformation.
80
81 * alice-macros/geom_phos.C:
82 * alice-macros/geom_rich.C:
83 New files: PHOS and RICH geometry.
84
85 * test-macros/tpc_gui.C:
86 * test-macros/tpc_gui_hack.C:
87 * test-macros/tpc_sector_raw_test.C:
88 Added commented lines showing how to use a different TPC equipment map.
89
30f6c8cb 902006-06-21 Matevz Tadel <matevz.tadel@cern.ch>
91
92 * macros/alieve_init.C:
93 Use macro-folder from gReve; instantiate macros from alice-macros/
94 as Reve::RMacro.
95
96 * alice-macros/its_hits.C:
97 * alice-macros/tpc_hits.C:
98 Set default point-size to 2.
99
0a55ac96 1002006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
101
102 * test-macros/tpc_gui_hack.C:
103 New file; like tpc_gui.C but sets-up pad-row noise supression data
104 needed for politically correct TPC data images.
105
ae839f53 1062006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
107
108 * alice-macros/tpc_hits_eta_split.C:
109 PointSetArray now subclassed from TAttMarker; use that.
110
ac100e07 1112006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
112
113 * alice-macros/tpc_hits.C:
114 * alice-macros/tpc_hits_eta_split.C:
115 Increased the number-of-entries estimate for TTree player by a
116 factor of two.
117
4ba958ae 1182006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
119
120 * alice-macros/clusters_from_label.C:
121 New macro, loads TrackPoints from ESDtrack for a given label.
122
123 * alice-macros/esd_tracks.C:
124 Take track-parameters at inner TPC radius if extrapolation to ITS
125 failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
126 / group common behaviour.
127
f56512b2 1282006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
129
130 * alice-macros/geom_ddip.C:
131 New file, display DDIP volume.
132
133 * alice-macros/primary_vertex.C:
134 New file, display reconstructed primary vertex.
135
136 * alice-macros/region_marker.C:
137 Added separate y, z box dimensions.
138
139 * macros/alieve_init.C:
140 Initialize event only if path is non-zero.
141
142 * test-macros/tpc_gui.C:
143 Set double sampling-rate on by default.
144
a9148d46 1452006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
146
147 * test-macros/tpc_gui.C:
148 New macro file demonstrating use of TPCLoader.
149
4feec443 1502006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
151
152 * alice-macros/muon_all.C:
153 * alice-macros/muon_chambers.C:
154 * alice-macros/muon_clusters.C:
155 * alice-macros/muon_cpads.C:
156 * alice-macros/muon_digits.C:
157 * alice-macros/muon_hits.C:
158 * alice-macros/muon_tracks.C:
159 New files for MUON visualization by Bogdan Vulpescu.
160
161 * libAlieve.pkg:
162 Added include dirs needed by MUON visualization.
163
5987168b 1642006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
165
166 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
167 EVE's HEAD (EVE-head-after-merge).
168
5987168b 1692006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
170
9043c4ec 171 EVE-dev
172
5987168b 173 * binalieve.pkg:
174 New file; new executable linked against all ALICE libraries.
175
176 * macros/alieve_init.C:
177 Removed macro/include path initialization and loading of
178 libraries.
179
180 * macros/alieve_loadlibs.C:
181 Added loading of libAlieve.
182
183 * test-macros/tpc_sector_raw_test.C:
184 Changes for new interface to raw-data reading.
185
9043c4ec 186 * README:
187 Replaced all mentions of the reve executable with alieve.
188
092578a7 1892006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
190
191 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
192 EVE's HEAD (EVE-head-after-merge).
193
1942006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
195
196 EVE-dev
197
198 * alice-macros/region_marker.C:
199 New file: allow users to mark a given region (like primary
200 vertex); demonstrate usage of RenderElementObjPtr.
201
202 * alice-macros/tpc_digits.C:
203 Use new conventions for TPCSectorViz classes; added a mode for 3D
204 sector visualization.
205
206 * macros/alieve_init.C:
207 Execute macro region_marker.C during startup (the origin
208 marker removed from RGTopFrame).
209
210 * test-macros/tpc_sector_raw_test.C:
211 Clean-up, added function next_event() and display of 3D data.
212
2132006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
214
215 EVE-dev and HEAD
216
217 * test-macros/tpc_sector_raw_test.C:
218 Use automatic pedestal determination by default.
219
220 EVE-dev
221
222 * macros/alieve_loadlibs.C:
223 MUON libraries now load OK.
224
915dabe1 2252006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
226
b56d8877 227 Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
228 EVE's HEAD (EVE-head-after-merge).
229 Merging was actually done twice.
915dabe1 230
2312006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
232
092578a7 233 EVE-dev
915dabe1 234
235 * macros/alieve_loadlibs.C:
236 Commented out loading of libg2c as it breaks things at other
237 systems. One should uncomment this at a gcc-4 system.
238
2392006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
240
092578a7 241 EVE-dev
915dabe1 242
243 * alice-macros/tpc_digits.C:
244 Use new TPCData classes.
245
246 * libAlieve.pkg:
247 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
248
249 * macros/alieve_loadlibs.C:
250 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
251 gcc-4).
252
253 * README:
254 Explain purpose of test-macros/ directory.
255
256 * test-macros/tpc_digi_test.C:
257 * test-macros/tpc_raw_test.C:
258 New files: demonstrate usage of TPCData class.
259
260 * reve-genclass.pl:
261 New file: generate class skeletons from template files.
262
263 * ChangeLog:
264 New file.