2006-07-11 Matevz Tadel * README: Added description of event navigation. * alice-macros/event_next.C: * alice-macros/event_prev.C: New files: macros to go to next/previous event in the run. 2006-07-10 Matevz Tadel * alice-macros/clusters_from_label.C: * alice-macros/esd_tracks.C: * alice-macros/geom_ddip.C: * alice-macros/geom_its.C: * alice-macros/geom_phos.C: * alice-macros/geom_rich.C: * alice-macros/geom_simple.C: * alice-macros/geom_tpc.C: * alice-macros/its_digits.C: * alice-macros/its_hits.C: * alice-macros/muon_all.C: * alice-macros/muon_chambers.C: * alice-macros/muon_clusters.C: * alice-macros/muon_cpads.C: * alice-macros/muon_digits.C: * alice-macros/muon_hits.C: * alice-macros/muon_tracks.C: * alice-macros/primary_vertex.C: * alice-macros/region_marker.C: * alice-macros/tpc_digits.C: * alice-macros/tpc_hits.C: * alice-macros/tpc_hits_eta_split.C: * test-macros/tpc_gui.C: * test-macros/tpc_gui_hack.C: Use new / simpler method of render-element registration; the 'gReve->DrawRenderElement()' is no longer needed. 2006-07-03 Matevz Tadel * alice-macros/its_hits.C: * alice-macros/tpc_hits.C: * alice-macros/tpc_hits_eta_split.C: Use TPointSelector for point extraction. 2006-06-28 Matevz Tadel * test-macros/tpc_sector_raw_test.C: Use built-in equipment maps; the override option is commented out in the macro. 2006-06-27 Matevz Tadel * alice-macros/geom_ddip.C: Use node's global transformation. * alice-macros/geom_phos.C: * alice-macros/geom_rich.C: New files: PHOS and RICH geometry. * test-macros/tpc_gui.C: * test-macros/tpc_gui_hack.C: * test-macros/tpc_sector_raw_test.C: Added commented lines showing how to use a different TPC equipment map. 2006-06-21 Matevz Tadel * macros/alieve_init.C: Use macro-folder from gReve; instantiate macros from alice-macros/ as Reve::RMacro. * alice-macros/its_hits.C: * alice-macros/tpc_hits.C: Set default point-size to 2. 2006-06-15 Matevz Tadel * test-macros/tpc_gui_hack.C: New file; like tpc_gui.C but sets-up pad-row noise supression data needed for politically correct TPC data images. 2006-06-14 Matevz Tadel * alice-macros/tpc_hits_eta_split.C: PointSetArray now subclassed from TAttMarker; use that. 2006-06-13 Matevz Tadel * alice-macros/tpc_hits.C: * alice-macros/tpc_hits_eta_split.C: Increased the number-of-entries estimate for TTree player by a factor of two. 2006-06-12 Matevz Tadel * alice-macros/clusters_from_label.C: New macro, loads TrackPoints from ESDtrack for a given label. * alice-macros/esd_tracks.C: Take track-parameters at inner TPC radius if extrapolation to ITS failed (controlled by global Bool_t gkFixFailedITSExtr); reformat / group common behaviour. 2006-06-06 Matevz Tadel * alice-macros/geom_ddip.C: New file, display DDIP volume. * alice-macros/primary_vertex.C: New file, display reconstructed primary vertex. * alice-macros/region_marker.C: Added separate y, z box dimensions. * macros/alieve_init.C: Initialize event only if path is non-zero. * test-macros/tpc_gui.C: Set double sampling-rate on by default. 2006-06-02 Matevz Tadel * test-macros/tpc_gui.C: New macro file demonstrating use of TPCLoader. 2006-06-01 Bogdan Vulpescu HEAD * alice-macros/muon_all.C: * alice-macros/muon_chambers.C: * alice-macros/muon_clusters.C: * alice-macros/muon_cpads.C: * alice-macros/muon_digits.C: * alice-macros/muon_hits.C: * alice-macros/muon_tracks.C: New files for MUON visualization by Bogdan Vulpescu. * libAlieve.pkg: Added include dirs needed by MUON visualization. 2006-05-31 Matevz Tadel Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and EVE's HEAD (EVE-head-after-merge). 2006-05-31 Matevz Tadel EVE-dev * binalieve.pkg: New file; new executable linked against all ALICE libraries. * macros/alieve_init.C: Removed macro/include path initialization and loading of libraries. * macros/alieve_loadlibs.C: Added loading of libAlieve. * test-macros/tpc_sector_raw_test.C: Changes for new interface to raw-data reading. * README: Replaced all mentions of the reve executable with alieve. 2006-05-23 Matevz Tadel Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and EVE's HEAD (EVE-head-after-merge). 2006-05-23 Matevz Tadel EVE-dev * alice-macros/region_marker.C: New file: allow users to mark a given region (like primary vertex); demonstrate usage of RenderElementObjPtr. * alice-macros/tpc_digits.C: Use new conventions for TPCSectorViz classes; added a mode for 3D sector visualization. * macros/alieve_init.C: Execute macro region_marker.C during startup (the origin marker removed from RGTopFrame). * test-macros/tpc_sector_raw_test.C: Clean-up, added function next_event() and display of 3D data. 2006-05-19 Matevz Tadel EVE-dev and HEAD * test-macros/tpc_sector_raw_test.C: Use automatic pedestal determination by default. EVE-dev * macros/alieve_loadlibs.C: MUON libraries now load OK. 2006-05-18 Matevz Tadel Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and EVE's HEAD (EVE-head-after-merge). Merging was actually done twice. 2006-05-18 Matevz Tadel EVE-dev * macros/alieve_loadlibs.C: Commented out loading of libg2c as it breaks things at other systems. One should uncomment this at a gcc-4 system. 2006-05-17 Matevz Tadel EVE-dev * alice-macros/tpc_digits.C: Use new TPCData classes. * libAlieve.pkg: Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData). * macros/alieve_loadlibs.C: Add loading of /usr/lib/libg2c prior to libmicrocern (problem with gcc-4). * README: Explain purpose of test-macros/ directory. * test-macros/tpc_digi_test.C: * test-macros/tpc_raw_test.C: New files: demonstrate usage of TPCData class. * reve-genclass.pl: New file: generate class skeletons from template files. * ChangeLog: New file.