]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EVE/EveBase/AliEveEventManager.cxx
AliEveEventManager
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Aug 2008 17:29:12 +0000 (17:29 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Aug 2008 17:29:12 +0000 (17:29 +0000)
commitca49b003aba41ab24fe6ac87589ddfce71b05d53
tree32200eef569e19e96870101abb3b5b4008b94c45
parentacd241e928cfb58e782b192953f168361a345f80
AliEveEventManager
------------------

In Open() use AliRawReader::Create(rawPath) to instantiate AliRawReader.

In GotoEvent():
- do not call fESDTree->Refresh() as it crashes with root-5.21.1-alice;
- use AliRawReader::GotoEvent() and use iteration with NextEvent() as
  a fallback.

In Close() also close/destroy run-loader and raw-reader.

AliEveEventManagerEditor
------------------------

Add buttons "Last Event" and "Refresh" (reopens data-files).

alice-macros
------------

visscan_init.C - open editor on track-counter object after loading is
complete.

SplitGLView.C - do not expand projection-managers as projected objects
now react to changes in the projectable.
EVE/EveBase/AliEveEventManager.cxx
EVE/EveBase/AliEveEventManagerEditor.cxx
EVE/EveBase/AliEveEventManagerEditor.h
EVE/alice-macros/SplitGLView.C
EVE/alice-macros/esd_tracks.C
EVE/macros/visscan_init.C