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