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