]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/event_next.C
Replace AliEveEventManager token with Event where it was done by a runaway regexp...
[u/mrichter/AliRoot.git] / EVE / alice-macros / event_next.C
index fa02e49148e80b5317c60c61f1d4587fba795fe2..d25936ebf346b467e7ec94d7e2b4717f40753759 100644 (file)
@@ -6,10 +6,11 @@
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
  * full copyright notice.                                                 *
  **************************************************************************/
+
 void event_next()
 {
-  if(gEvent == 0) {
-    printf("AliEveEventManager not set!\n");
+  if (gEvent == 0) {
+    printf("AliEveEventManager is not initialized!\n");
     return;
   }
   gEvent->NextEvent();