]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/ChangeLog
Missing initialization; fiddle with the track marker-style a bit more.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
index 2e3050cf93c8a438f6431a6f82459b3ba355c266..30a6db6da8e5167e54f38ca3254645b6164ae9b7 100644 (file)
@@ -1,3 +1,305 @@
+2007-03-04  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
+
+       * icons/rnr00_t.xpm:
+       * icons/rnr01_t.xpm:
+       * icons/rnr10_t.xpm:
+       * icons/rnr11_t.xpm:
+       New folder icons/ with improved check-box pictures. 
+
+       * alice-macros/clusters_from_index.C:
+       * alice-macros/clusters_from_label.C:
+       * alice-macros/geom_rich.C:
+       * alice-macros/hits_from_label.C:
+       * alice-macros/its_hits.C:
+       * alice-macros/kine_tracks.C:
+       * alice-macros/tof_hits.C:
+       * alice-macros/tpc_hits.C:
+       * alice-macros/trd_hits.C:
+       Changes from Reve::RenderElement.
+
+2007-03-02  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/primary_vertex_tracks.C:
+       New file: import tracks that were used for primary vertex fit
+       (asked for by Andrea Dainese).
+
+2007-02-28  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/pmd_digits.C:
+       * alice-macros/pmd_raw.C:
+       From Basanta: added parameter controling which PMD planes to
+       display.
+
+2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/kine_daughter_tracks.C:
+       Removed; functionality now available from functions in kine_tracks.C.
+
+       * alice-macros/kine_tracks.C:
+       Added more arguments/flexibiliy to kine_tracks().
+
+       * alice-macros/its_hits.C:
+       * alice-macros/tpc_hits.C:
+       * alice-macros/trd_hits.C:
+       Reduce warning when no hits match selection.
+
+       * alice-macros/tof_hits.C:
+       New macro.
+
+       * alice-macros/hits_from_label.C:
+       Include TOF hits.
+
+2007-02-26  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
+
+       * alice-macros/hits_from_label.C:
+       * alice-macros/its_hits.C:
+       * alice-macros/tpc_hits.C:
+       * alice-macros/trd_hits.C:
+       Check if any hits are selected before creating Reve::PointSet.
+
+       * alice-macros/kine_tracks.C:
+       Added function kine_track() to import a track with given label and
+       its daughters.
+
+       * alice-macros/kine_daughter_tracks.C:
+       Set path marks in track container.
+
+2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * Reve/QuadSetEditor.cxx:
+       Commented out title for QuadSet as there are no direct gui
+       elements.
+
+       * alice-macros/pmd_digits.C:
+       * alice-macros/pmd_raw.C:
+       From Basanta: new files for PMD digit visualization.
+
+       * libAlieve.pkg:
+       Added PMD to EINCLUDES.
+
+2007-02-21  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
+
+       * alice-macros/kine_tracks.C:
+       Add option to color tracks according to PDG code.
+
+       * alice-macros/kine_daughter_tracks.C:
+       New file.
+
+2007-02-20  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * macros/reve_quad_test.C:
+       Added function reve_quad_test_hierarchy() to demonstrate usage of
+       nested objects, shared palette and frame-box.
+
+2007-02-19  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
+
+       * alice-macros/clusters_from_index.C:
+       Throw exception if a track does not have a valid index.
+       
+       * alice-macros/kine_tracks.C:
+       Import path marks from stack and track references. 
+       
+       * reve-genclass.pl:
+       Fix capitalization of the top-directory names.
+       
+2007-01-30  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/geom_t0.C:
+       New file: import geometry of T0.
+
+2007-01-19  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * macros/trackcount_init.C:
+       Avoid usage of script-global variables as they get reset on
+       exceptions; rely on static data-member instead.
+
+2007-01-18  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/primary_vertex.C:
+       Use the right function to get position of primary vertex (was
+       always retrieveng MC truth before).
+
+2007-01-17  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/event_goto.C:
+       New file; macro to set the current event directly.
+
+       * alice-macros/primary_vertex.C:
+       Changed default colors of primary vertex markers to yellow/purple.
+
+2007-01-12  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * macros/trackcount_init.C:
+       Assign current event number to TrackCounter.
+
+2006-12-19  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/hits_from_label.C:
+       Added TRD hits.
+
+       * alice-macros/print_kine_from_label.C:
+       New file; dump kine stack for given label.
+
+       * macros/trackcount_init.C:
+       Check if global g_trkcnt has been reset and attempt to
+       reinitialize it from TrackCounter static member; return TParticle*
+       for given label; check label range as AliStack segvs if label is
+       out of bounds.
+
+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: