AliEveMacro
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Feb 2009 20:39:57 +0000 (20:39 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Feb 2009 20:39:57 +0000 (20:39 +0000)
commit08b0f222125b476420c2dff6a883a618bb42051d
tree81280e1b85d52885b6a0e767b6c58dfd2a81330a
parent48b2cac2c01ce672040c8fc239bb59fa3e32f9fa
AliEveMacro
-----------
Add data-source flag AOD.

AliEveMacroExecutor
-------------------
Use AOD data-source flag.

AliEveEventManager
------------------
Add container for transient objects, register them via:
  static void RegisterTransient(TEveElement* element);
These is for elements that need to be deleted when going to a new
event but do not belong to the Event folder (the objects there are
displayed in main views).

jetplane.C
----------
Register jet-plane object to the list of transients.

vplot_tpc.C
-----------
With Adam J. - new macro for display of V-plot from TPC clusters.

visscan_init.C
--------------
Add jetplane.C and vplot_tpc.C to data selector (disbaled by default).
EVE/EveBase/AliEveEventManager.cxx
EVE/EveBase/AliEveEventManager.h
EVE/EveBase/AliEveMacro.h
EVE/EveBase/AliEveMacroExecutor.cxx
EVE/alice-macros/jetplane.C
EVE/alice-macros/vplot_tpc.C [new file with mode: 0644]
EVE/macros/visscan_init.C