PointSetArray now subclassed from TAttMarker; use that.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
CommitLineData
ac100e07 12006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
2
3 * alice-macros/tpc_hits.C:
4 * alice-macros/tpc_hits_eta_split.C:
5 Increased the number-of-entries estimate for TTree player by a
6 factor of two.
7
4ba958ae 82006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
9
10 * alice-macros/clusters_from_label.C:
11 New macro, loads TrackPoints from ESDtrack for a given label.
12
13 * alice-macros/esd_tracks.C:
14 Take track-parameters at inner TPC radius if extrapolation to ITS
15 failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
16 / group common behaviour.
17
f56512b2 182006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
19
20 * alice-macros/geom_ddip.C:
21 New file, display DDIP volume.
22
23 * alice-macros/primary_vertex.C:
24 New file, display reconstructed primary vertex.
25
26 * alice-macros/region_marker.C:
27 Added separate y, z box dimensions.
28
29 * macros/alieve_init.C:
30 Initialize event only if path is non-zero.
31
32 * test-macros/tpc_gui.C:
33 Set double sampling-rate on by default.
34
a9148d46 352006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
36
37 * test-macros/tpc_gui.C:
38 New macro file demonstrating use of TPCLoader.
39
4feec443 402006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
41
9043c4ec 42 HEAD
43
4feec443 44 * alice-macros/muon_all.C:
45 * alice-macros/muon_chambers.C:
46 * alice-macros/muon_clusters.C:
47 * alice-macros/muon_cpads.C:
48 * alice-macros/muon_digits.C:
49 * alice-macros/muon_hits.C:
50 * alice-macros/muon_tracks.C:
51 New files for MUON visualization by Bogdan Vulpescu.
52
53 * libAlieve.pkg:
54 Added include dirs needed by MUON visualization.
55
5987168b 562006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
57
58 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
59 EVE's HEAD (EVE-head-after-merge).
60
5987168b 612006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
62
9043c4ec 63 EVE-dev
64
5987168b 65 * binalieve.pkg:
66 New file; new executable linked against all ALICE libraries.
67
68 * macros/alieve_init.C:
69 Removed macro/include path initialization and loading of
70 libraries.
71
72 * macros/alieve_loadlibs.C:
73 Added loading of libAlieve.
74
75 * test-macros/tpc_sector_raw_test.C:
76 Changes for new interface to raw-data reading.
77
9043c4ec 78 * README:
79 Replaced all mentions of the reve executable with alieve.
80
092578a7 812006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
82
83 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
84 EVE's HEAD (EVE-head-after-merge).
85
862006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
87
88 EVE-dev
89
90 * alice-macros/region_marker.C:
91 New file: allow users to mark a given region (like primary
92 vertex); demonstrate usage of RenderElementObjPtr.
93
94 * alice-macros/tpc_digits.C:
95 Use new conventions for TPCSectorViz classes; added a mode for 3D
96 sector visualization.
97
98 * macros/alieve_init.C:
99 Execute macro region_marker.C during startup (the origin
100 marker removed from RGTopFrame).
101
102 * test-macros/tpc_sector_raw_test.C:
103 Clean-up, added function next_event() and display of 3D data.
104
1052006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
106
107 EVE-dev and HEAD
108
109 * test-macros/tpc_sector_raw_test.C:
110 Use automatic pedestal determination by default.
111
112 EVE-dev
113
114 * macros/alieve_loadlibs.C:
115 MUON libraries now load OK.
116
915dabe1 1172006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
118
b56d8877 119 Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
120 EVE's HEAD (EVE-head-after-merge).
121 Merging was actually done twice.
915dabe1 122
1232006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
124
092578a7 125 EVE-dev
915dabe1 126
127 * macros/alieve_loadlibs.C:
128 Commented out loading of libg2c as it breaks things at other
129 systems. One should uncomment this at a gcc-4 system.
130
1312006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
132
092578a7 133 EVE-dev
915dabe1 134
135 * alice-macros/tpc_digits.C:
136 Use new TPCData classes.
137
138 * libAlieve.pkg:
139 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
140
141 * macros/alieve_loadlibs.C:
142 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
143 gcc-4).
144
145 * README:
146 Explain purpose of test-macros/ directory.
147
148 * test-macros/tpc_digi_test.C:
149 * test-macros/tpc_raw_test.C:
150 New files: demonstrate usage of TPCData class.
151
152 * reve-genclass.pl:
153 New file: generate class skeletons from template files.
154
155 * ChangeLog:
156 New file.