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