]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/event_next.C
Set path marks in track container.
[u/mrichter/AliRoot.git] / EVE / alice-macros / event_next.C
1 void event_next()
2 {
3   if(Alieve::gEvent == 0) {
4     printf("Event not set!\n");
5     return;
6   }
7   Alieve::gEvent->NextEvent();
8 }