1 2006-06-21 Matevz Tadel <matevz.tadel@cern.ch>
3 * macros/alieve_init.C:
4 Use macro-folder from gReve; instantiate macros from alice-macros/
7 * alice-macros/its_hits.C:
8 * alice-macros/tpc_hits.C:
9 Set default point-size to 2.
11 2006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
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.
17 2006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
19 * alice-macros/tpc_hits_eta_split.C:
20 PointSetArray now subclassed from TAttMarker; use that.
22 2006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
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
29 2006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
31 * alice-macros/clusters_from_label.C:
32 New macro, loads TrackPoints from ESDtrack for a given label.
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.
39 2006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
41 * alice-macros/geom_ddip.C:
42 New file, display DDIP volume.
44 * alice-macros/primary_vertex.C:
45 New file, display reconstructed primary vertex.
47 * alice-macros/region_marker.C:
48 Added separate y, z box dimensions.
50 * macros/alieve_init.C:
51 Initialize event only if path is non-zero.
53 * test-macros/tpc_gui.C:
54 Set double sampling-rate on by default.
56 2006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
58 * test-macros/tpc_gui.C:
59 New macro file demonstrating use of TPCLoader.
61 2006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
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.
75 Added include dirs needed by MUON visualization.
77 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
79 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
80 EVE's HEAD (EVE-head-after-merge).
82 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
87 New file; new executable linked against all ALICE libraries.
89 * macros/alieve_init.C:
90 Removed macro/include path initialization and loading of
93 * macros/alieve_loadlibs.C:
94 Added loading of libAlieve.
96 * test-macros/tpc_sector_raw_test.C:
97 Changes for new interface to raw-data reading.
100 Replaced all mentions of the reve executable with alieve.
102 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
104 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
105 EVE's HEAD (EVE-head-after-merge).
107 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
111 * alice-macros/region_marker.C:
112 New file: allow users to mark a given region (like primary
113 vertex); demonstrate usage of RenderElementObjPtr.
115 * alice-macros/tpc_digits.C:
116 Use new conventions for TPCSectorViz classes; added a mode for 3D
117 sector visualization.
119 * macros/alieve_init.C:
120 Execute macro region_marker.C during startup (the origin
121 marker removed from RGTopFrame).
123 * test-macros/tpc_sector_raw_test.C:
124 Clean-up, added function next_event() and display of 3D data.
126 2006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
130 * test-macros/tpc_sector_raw_test.C:
131 Use automatic pedestal determination by default.
135 * macros/alieve_loadlibs.C:
136 MUON libraries now load OK.
138 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
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.
144 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
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.
152 2006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
156 * alice-macros/tpc_digits.C:
157 Use new TPCData classes.
160 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
162 * macros/alieve_loadlibs.C:
163 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
167 Explain purpose of test-macros/ directory.
169 * test-macros/tpc_digi_test.C:
170 * test-macros/tpc_raw_test.C:
171 New files: demonstrate usage of TPCData class.
174 New file: generate class skeletons from template files.