]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EVE/macros/alieve_init.C
First pass of changes required for visualization of event-embedding.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 14 Oct 2008 19:37:04 +0000 (19:37 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 14 Oct 2008 19:37:04 +0000 (19:37 +0000)
commit4d62585e315b2bb46740889d80597e3f24bf9e1b
tree391f727e5034f0850a96d2819db68f136173a81c
parentffeaf110a830f82a9388a401d9d4c0312e329c09
First pass of changes required for visualization of event-embedding.

Remove global variable 'AliEveEventManager* gAliEveEvent'.

Instead of this introduce:
a) two private static data-members fgMaster and fgCurrent;
b) a list to hold dependent event-managers.

This is half cooked ... but removal of the global variable calls for
an intermediate check-in.

------

Remove obsolete macro trackcount_init.C.
29 files changed:
EVE/EveBase/AliEveEventManager.cxx
EVE/EveBase/AliEveEventManager.h
EVE/EveBase/AliEveEventManagerEditor.cxx
EVE/EveBase/AliEveEventManagerEditor.h
EVE/EveBase/AliEveMacroExecutorWindow.cxx
EVE/EveBase/AliEveTrackCounter.cxx
EVE/EveBase/AliEveTrackCounterEditor.cxx
EVE/EveBase/LinkDef.h
EVE/EveDet/AliEveMUONData.cxx
EVE/EveDet/AliEveT0Module.cxx
EVE/EveDet/AliEveTRDTrackListEditor.cxx
EVE/alice-macros/MUON_displayData.C
EVE/alice-macros/MUON_displaySimu.C
EVE/alice-macros/emcal_all.C
EVE/alice-macros/event_first.C
EVE/alice-macros/event_goto.C
EVE/alice-macros/event_last.C
EVE/alice-macros/event_next.C
EVE/alice-macros/event_prev.C
EVE/alice-macros/primary_vertex.C
EVE/alice-macros/t0_raw.C
EVE/alice-macros/tpc_digits.C
EVE/alice-macros/tpc_raw.C
EVE/macros/alieve_init.C
EVE/macros/alieve_online.C
EVE/macros/anyscan_init.C
EVE/macros/display.C
EVE/macros/trackcount_init.C [deleted file]
EVE/macros/visscan_init.C