]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
New files: macros to go to next/previous event in the run.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * alice-macros/clusters_from_label.C:
4         * alice-macros/esd_tracks.C:
5         * alice-macros/geom_ddip.C:
6         * alice-macros/geom_its.C:
7         * alice-macros/geom_phos.C:
8         * alice-macros/geom_rich.C:
9         * alice-macros/geom_simple.C:
10         * alice-macros/geom_tpc.C:
11         * alice-macros/its_digits.C:
12         * alice-macros/its_hits.C:
13         * alice-macros/muon_all.C:
14         * alice-macros/muon_chambers.C:
15         * alice-macros/muon_clusters.C:
16         * alice-macros/muon_cpads.C:
17         * alice-macros/muon_digits.C:
18         * alice-macros/muon_hits.C:
19         * alice-macros/muon_tracks.C:
20         * alice-macros/primary_vertex.C:
21         * alice-macros/region_marker.C:
22         * alice-macros/tpc_digits.C:
23         * alice-macros/tpc_hits.C:
24         * alice-macros/tpc_hits_eta_split.C:
25         * test-macros/tpc_gui.C:
26         * test-macros/tpc_gui_hack.C:
27         Use new / simpler method of render-element registration; the
28         'gReve->DrawRenderElement()' is no longer needed.
29
30 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
31
32         * alice-macros/its_hits.C:
33         * alice-macros/tpc_hits.C:
34         * alice-macros/tpc_hits_eta_split.C:
35         Use TPointSelector for point extraction.
36
37 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
38
39         * test-macros/tpc_sector_raw_test.C:
40         Use built-in equipment maps; the override option is commented out
41         in the macro.
42
43 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
44
45         * alice-macros/geom_ddip.C:
46         Use node's global transformation.
47
48         * alice-macros/geom_phos.C:
49         * alice-macros/geom_rich.C:
50         New files: PHOS and RICH geometry.
51
52         * test-macros/tpc_gui.C:
53         * test-macros/tpc_gui_hack.C:
54         * test-macros/tpc_sector_raw_test.C:
55         Added commented lines showing how to use a different TPC equipment map.
56
57 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
58
59         * macros/alieve_init.C:
60         Use macro-folder from gReve; instantiate macros from alice-macros/
61         as Reve::RMacro.
62
63         * alice-macros/its_hits.C:
64         * alice-macros/tpc_hits.C:
65         Set default point-size to 2.
66
67 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
68
69         * test-macros/tpc_gui_hack.C:
70         New file; like tpc_gui.C but sets-up pad-row noise supression data
71         needed for politically correct TPC data images.
72
73 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
74
75         * alice-macros/tpc_hits_eta_split.C:
76         PointSetArray now subclassed from TAttMarker; use that.
77
78 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
79
80         * alice-macros/tpc_hits.C:
81         * alice-macros/tpc_hits_eta_split.C:
82         Increased the number-of-entries estimate for TTree player by a
83         factor of two.
84
85 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
86
87         * alice-macros/clusters_from_label.C:
88         New macro, loads TrackPoints from ESDtrack for a given label.
89
90         * alice-macros/esd_tracks.C:
91         Take track-parameters at inner TPC radius if extrapolation to ITS
92         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
93         / group common behaviour.
94
95 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
96
97         * alice-macros/geom_ddip.C:
98         New file, display DDIP volume.
99
100         * alice-macros/primary_vertex.C:
101         New file, display reconstructed primary vertex.
102
103         * alice-macros/region_marker.C:
104         Added separate y, z box dimensions.
105
106         * macros/alieve_init.C:
107         Initialize event only if path is non-zero.
108         
109         * test-macros/tpc_gui.C:
110         Set double sampling-rate on by default.
111
112 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
113
114         * test-macros/tpc_gui.C:
115         New macro file demonstrating use of TPCLoader.
116
117 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
118
119         HEAD
120
121         * alice-macros/muon_all.C:
122         * alice-macros/muon_chambers.C:
123         * alice-macros/muon_clusters.C:
124         * alice-macros/muon_cpads.C:
125         * alice-macros/muon_digits.C:
126         * alice-macros/muon_hits.C:
127         * alice-macros/muon_tracks.C:
128         New files for MUON visualization by Bogdan Vulpescu.
129
130         * libAlieve.pkg:
131         Added include dirs needed by MUON visualization.
132
133 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
134
135         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
136         EVE's HEAD (EVE-head-after-merge).
137
138 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
139
140         EVE-dev
141
142         * binalieve.pkg:
143         New file; new executable linked against all ALICE libraries.
144
145         * macros/alieve_init.C:
146         Removed macro/include path initialization and loading of
147         libraries.
148
149         * macros/alieve_loadlibs.C:
150         Added loading of libAlieve.
151
152         * test-macros/tpc_sector_raw_test.C:
153         Changes for new interface to raw-data reading.
154
155         * README:
156         Replaced all mentions of the reve executable with alieve.
157
158 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
159
160         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
161         EVE's HEAD (EVE-head-after-merge).
162
163 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
164
165         EVE-dev
166
167         * alice-macros/region_marker.C:
168         New file: allow users to mark a given region (like primary
169         vertex); demonstrate usage of RenderElementObjPtr.
170
171         * alice-macros/tpc_digits.C:
172         Use new conventions for TPCSectorViz classes; added a mode for 3D
173         sector visualization.
174
175         * macros/alieve_init.C:
176         Execute macro region_marker.C during startup (the origin
177         marker removed from RGTopFrame).
178
179         * test-macros/tpc_sector_raw_test.C:
180         Clean-up, added function next_event() and display of 3D data.
181
182 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
183
184         EVE-dev and HEAD
185
186         * test-macros/tpc_sector_raw_test.C:
187         Use automatic pedestal determination by default.
188
189         EVE-dev
190
191         * macros/alieve_loadlibs.C:
192         MUON libraries now load OK.
193
194 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
195
196         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
197         EVE's HEAD (EVE-head-after-merge).
198         Merging was actually done twice.
199
200 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
201
202         EVE-dev
203
204         * macros/alieve_loadlibs.C:
205         Commented out loading of libg2c as it breaks things at other
206         systems. One should uncomment this at a gcc-4 system.
207
208 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
209
210         EVE-dev
211
212         * alice-macros/tpc_digits.C:
213         Use new TPCData classes.
214
215         * libAlieve.pkg:
216         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
217
218         * macros/alieve_loadlibs.C:
219         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
220         gcc-4).
221
222         * README:
223         Explain purpose of test-macros/ directory.
224
225         * test-macros/tpc_digi_test.C:
226         * test-macros/tpc_raw_test.C:
227         New files: demonstrate usage of TPCData class.
228
229         * reve-genclass.pl:
230         New file: generate class skeletons from template files.
231
232         * ChangeLog:
233         New file.