]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/ChangeLog
Added TRD hits.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
index 9eecf3f87f1c528168f2ce9787ff6e379ae6e476..f404d790892836fd854860ae09c1cd219669ab37 100644 (file)
@@ -1,3 +1,248 @@
+2006-12-15  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/clusters_from_index.C:
+       New macro: import clusters based on index of track in the esd
+       array.
+
+       * alice-macros/clusters_from_label.C:
+       Provide return value.
+
+       * alice-macros/esd_V0.C:
+       Fix indentation.
+
+       * alice-macros/esd_tracks.C:
+       Store also track index.
+
+2006-12-13  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * libAlieve.pkg:
+       Added T0 to EINCLUDES.
+
+       * macros/reve_quad_test.C:
+       Added function demonstrating use of per-quad object-ref.
+
+2006-12-08  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * macros/reve_quad_test.C:
+       Add a new parameter: number of random elements to generate.
+
+2006-12-06  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * macros/reve_quad_test.C:
+       Added test function for hexagons.
+
+       * macros/trackcount_init.C:
+       Use RenderElement::List_i typedef.
+
+2006-12-04  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/esd_tracks.C:
+       Change text of track labels.
+
+       * alice-macros/primary_vertex.C:
+       Fix print-out alignment.
+
+       * macros/trackcount_init.C:
+       New file: bootstrap track-counting user interface.
+
+2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/esd_Cascade.C:
+       From Ludovic, new file: macro to display and interact with
+       reconstructed cascades.
+
+       * alice-macros/esd_V0.C:
+       From Ludovic: updates for V0 visualization.
+
+       * alice-macros/its_digits.C:
+       Raffele forgot to increase global module counter when some layers
+       were turned off; alignment of assignemt statements.
+
+2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/esd_V0.C:
+       From Ludovic, new file: macro to display and interact with
+       reconstructed V0s.
+
+       * alice-macros/its_digits.C:
+       Removed frame-color from ctors, now part of shared frame-box
+       properties.
+
+2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/init_trd.C:
+       From Alexandru: changes in TRD visualization.
+
+2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/geom_rich.C:
+       Put all modules in common container.
+
+       * alice-macros/geom_fmd.C:
+       * alice-macros/geom_vzero.C:
+       New files: import geometry of FMD and VZERO.
+
+       * alice-macros/fmd_hits.C:
+       * alice-macros/pmd_hits.C:
+       * alice-macros/vzero_hits.C:
+       New files: import hits from FPD, PMD and VZERO.
+
+       * alice-macros/MUON_digits.C:
+       * alice-macros/MUON_geom.C:
+       * alice-macros/MUON_geomAll.C:
+       * alice-macros/README_MUON:
+       From Bogdan: new files / new implementation of the MUON
+       visualization.
+       
+       * 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:
+       From Bogdan: removed files.
+
+2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/esd_V0_points.C:
+       New file: creates a point-set from reconstructed V0 positions.
+
+       * alice-macros/esd_tracks.C:
+       In esd_tracks_vertex_cut() introduced two categories for tracks
+       with failed ITS extrapolation: below / above 5 sigma.
+
+       * alice-macros/its_digits.C:
+       From Raffaele: introduce new GUI levels for all ITS layers (sectors,
+       ladders, staves).
+
+       * alice-macros/init_trd.C:
+       New script from Alexandru: initialize TRD visualization.
+
+       * libAlieve.pkg:
+       Added TRD to EINCLUDE.
+
+2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * macros/alieve_init.C:
+       Added option to avoid exceptions during event open as an
+       argument and enabled it by default.
+
+       * test-macros/tpc_gui.C:
+       Added short usgae notice.
+
+2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * test-macros/broken_torus.tring:
+       * test-macros/triangleset.C:
+       New files demonstrating use of TriangleSet and ZTrans classes. 
+
+2006-10-25  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/kine_tracks.C:
+       Missing ';'.
+
+       * alice-macros/primary_vertex.C:
+       Added function 'make_vertex_boxes()' that creates boxes around
+       vertex region to be used for visual determination of multiplicity.
+
+2006-10-18  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/tpc_digits.C:
+       * test-macros/tpc_sector_raw_test.C:
+       Changes accompanying migration to usage of ZTrans in TPCSectorViz.
+
+2006-10-13  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/kine_tracks.C:
+       New file: visualize tracks from kinematics tree; minimal
+       implementation.
+
+2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       Merge changes from EVE-dev to HEAD.
+       Delete all intermediate tags.
+       Tag HEAD:    EVE-head-after-merge.
+       Tag EVE-dev: EVE-dev-after-merge.
+
+2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       EVE-dev
+
+       * macros/reve_sa_init.C:
+       New file: initialization script for reve when launched from
+       root.exe (there is unsolved problem with exception-catching in
+       main event-loop).
+
+2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       EVE-dev
+
+       * alice-macros/geom_all.C:
+       New file: full alice geometry.
+
+       * alice-macros/geom_trd_tof.C:
+       New file: combined top-level TRD and TOF geometry.
+
+       * macros/alieve_create_vsd.C:
+       Added loading of libRGL; removed '.so' extensions from all
+       libraries for call to gSystem->Load.
+
+2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       EVE-dev
+
+       * alice-macros/geom_pmd.C:
+       New file: PMD geometry.
+
+       * alice-macros/trd_hits.C:
+       Changed default color.
+
+       * alice-macros/trd_hits_z_split.C:
+       New file: TRD hits split by z-coordinate.
+
+2006-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       EVE-dev
+
+       * alice-macros/esd_tracks.C:
+       Added function esd_tracks_vertex_cut() that imports esd-tracks and
+       stores them into several containers according to their distance to
+       primary vertex.
+
+       * alice-macros/tpc_digits.C:
+       Added new mode (3): import all sectors and display them in 3D.
+
+2006-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       EVE-dev
+
+       * alice-macros/hits_from_label.C:
+       Reduce marker size (new convention).
+
+       * alice-macros/tpc_digits.C:
+       Follow-up to change in interface of RGTopFrame.
+
+2006-09-27  Matevz TADEL  <matevz.tadel@ijs.si>
+
+       Merged HEAD to EVE-dev. Tagged EVE-dev as
+       EVE-dev-after-second-merge.
+       HEAD was reverted back to work with offical version of ROOT.
+       Now I can get HEAD back to what was until now by:
+       1. going to EVE-head-after-merge
+       2. update -j EVE-dev-after-merge -j EVE-dev
+
+2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/clusters_from_label.C:
+       Add point-set containing clusters directly as render element (it
+       was wrapped in a RenderElementObjPtr by mistake (not fixed when
+       changing it from TPolyMarker3D)).
+
+       * alice-macros/primary_vertex.C:
+       Removed code that gave vertex markers some volume (to avoid being
+       discarded by a too smart GLViewer).
+
 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * alice-macros/its_hits.C: