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