]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Jul 2007 16:17:46 +0000 (16:17 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Jul 2007 16:17:46 +0000 (16:17 +0000)
EVE/Alieve/ChangeLog
EVE/ChangeLog

index 3debc995ba9624b7f2177c350641c6563bc9f87a..f64286f6d5d788c3e52ea801b041c3c267c8b8f7 100644 (file)
@@ -1,3 +1,13 @@
+2007-07-23  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * KineTools.cxx:
+       * KineTools.h:
+       Added function SortPathMarks().
+       Bugfix in SetDaughterPathMarks(): move recursive descent
+       over daughters outside of a loop. This caused insane memory usage
+       for events with full kine-stack (lots of low-energy
+       electrons and photons). Reported by Cvetan and Jochen Klein.
+
 2007-07-12  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * VSDCreator.cxx:
index 38c4c958965734c82a186b72bf5919d3d7b18d03..1ae3d564b8c361fd6c1dcae4e7f66f3c83f223c5 100644 (file)
@@ -1,3 +1,11 @@
+2007-07-23  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/kine_tracks.C:
+       New optional argument: Bool_t use_track_refs=kTRUE.
+
+       * macros/trackcount_init.C:
+       Load ITS/TPC clusters instead of hits.
+
 2007-07-13  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * alice-macros/tpc_clusters.C: