]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/ChangeLog
Added contructor from TPartice.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
index d1424798128677cb452c70b00de638946c5d22da..402039f85d49525b44098927fab3bff5ec3c163e 100644 (file)
@@ -1,3 +1,197 @@
+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:
+       * alice-macros/tpc_hits.C:
+       * alice-macros/tpc_hits_eta_split.C:
+       Changed default point-size in accordance with the new convention.
+
+       * alice-macros/trd_hits.C:
+       New file, plot TRD hits.
+
+2006-08-29  Matevz TADEL  <matevz.tadel@ijs.si>
+
+       Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
+       EVE's HEAD (EVE-head-after-merge).
+
+2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/clusters_from_label.C:
+       Use Reve::PointSet for cluster representation; attach to each
+       cluster a copy of AliTrackPoint it represents.
+
+2006-08-04  Matevz TADEL  <matevz.tadel@cern.ch>
+
+       Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
+       EVE's HEAD (EVE-head-after-merge).
+
+2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/muon_tracks.C:
+       Moved point-count variable declaration within the track loop.
+
+       * test-macros/tpc_gui.C:
+       Added global TPCLoader* tpc_loader.
+
+2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
 
        * test-macros/tpc_gui_hack.C:
 
 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
 
-       HEAD
-
        * alice-macros/muon_all.C:
        * alice-macros/muon_chambers.C:
        * alice-macros/muon_clusters.C: