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