]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Modification for new Eve (Marian)
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 May 2008 19:28:20 +0000 (19:28 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 May 2008 19:28:20 +0000 (19:28 +0000)
TPC/macros/tpc_tracks.C

index 3fb3ae55de6fd2487158c9866f6f138f3e8dfa6a..9aa0f60e1a9abcd512df0b34a17ec202261a7862 100644 (file)
@@ -61,8 +61,8 @@ void tpc_tracks(const char *input=0)
   geom = gg;
 
   // event
-  gEvent->AddNewEventCommand("on_new_event();");
-  gEvent->GotoEvent(0);
+  gAliEveEvent->AddNewEventCommand("on_new_event();");
+  gAliEveEvent->GotoEvent(0);
 
   gEve->Redraw3D(kTRUE);
 }