]> git.uio.no Git - u/mrichter/AliRoot.git/commit
* AliEveVSDCreator
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Nov 2009 22:14:18 +0000 (22:14 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Nov 2009 22:14:18 +0000 (22:14 +0000)
commitba014deaa108ce906fd818527b8b5575a8983335
tree626887ee2875a5ea28e374095f5a3e30a9546ac6
parent03a63aa5b2ef40258ea119472160345305fab331
* AliEveVSDCreator
  Major cleanup and partial rewrite.

  Now (again) properly dumps in TEveVSDStructs:
  - Kinematics;
  - Hits for ITS, TPC, TRD and TOF (could easily add others);
  - Clusters -- same as above;
  - ESD tracks.

  Supports writing of several events into the same file.

  It should now be easy to display this data in ROOT only.

* macros/alieve_create_vsd.C
  Update for the new features.
  Support "min number of ESD tracks" cut.

* AliEveEventManager
  Add static CurrentEventId().
EVE/EveBase/AliEveEventManager.cxx
EVE/EveBase/AliEveEventManager.h
EVE/EveBase/AliEveVSDCreator.cxx
EVE/EveBase/AliEveVSDCreator.h
EVE/macros/alieve_create_vsd.C