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