]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EVE/EveBase/AliEveEventManagerEditor.cxx
AliEveTrackCounter, AliEveTrackCounterEditor
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 7 Aug 2008 17:35:28 +0000 (17:35 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 7 Aug 2008 17:35:28 +0000 (17:35 +0000)
commitf76c9e9b7327de5f8be6d86027d4bf1067fe0600
tree3a3aaa14f57e13742dd7f1bc589ac3603fba5e7c
parenta472be3807dbaa9502dbccea5005fc744cf010e0
AliEveTrackCounter, AliEveTrackCounterEditor
--------------------------------------------
Moved class TEveTrackCounter from ROOT to EveBase as it is ALICE
specific.

AliEveEventManager
------------------
Derive also from TQObject, emit NewEventLoaded signal.

AliEveEventManagerEditor
------------------------
Add new GUI class AliEveEventManagerWindow that provides event
naviagation in a horizontally shaped main window.

visscan_init.C
--------------
Embed AliEveEventManagerWindow in the bottom section of the ROOT
browser.

AliEveT0Module
--------------
Fix compilation warning.
12 files changed:
EVE/EveBase/AliEveEventManager.cxx
EVE/EveBase/AliEveEventManager.h
EVE/EveBase/AliEveEventManagerEditor.cxx
EVE/EveBase/AliEveEventManagerEditor.h
EVE/EveBase/AliEveTrackCounter.cxx [new file with mode: 0644]
EVE/EveBase/AliEveTrackCounter.h [new file with mode: 0644]
EVE/EveBase/AliEveTrackCounterEditor.cxx [new file with mode: 0644]
EVE/EveBase/AliEveTrackCounterEditor.h [new file with mode: 0644]
EVE/EveBase/LinkDef.h
EVE/EveDet/AliEveT0Module.cxx
EVE/macros/trackcount_init.C
EVE/macros/visscan_init.C