]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-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
8 2006-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
18 2006-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
35 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
36
37         * test-macros/tpc_gui.C:
38         New macro file demonstrating use of TPCLoader.
39
40 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
41
42         HEAD
43
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
56 2006-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
61 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
62
63         EVE-dev
64
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
78         * README:
79         Replaced all mentions of the reve executable with alieve.
80
81 2006-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
86 2006-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
105 2006-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
117 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
118
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.
122
123 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
124
125         EVE-dev
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
131 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
132
133         EVE-dev
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.