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