]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenReader.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / EVGEN / AliGenReader.cxx
index dee0eb0b14be6929eae0739b79e58cad2b06717d..4c881061744f45a14578c1cdee365de251c9c238 100644 (file)
@@ -13,9 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
+/* $Id$ */
+
 #include "AliGenReader.h"
 ClassImp(AliGenReader)
 
@@ -26,9 +25,9 @@ AliGenReader& AliGenReader::operator=(const  AliGenReader& rhs)
     return *this;
 }
 
-
-
-
-
-
-
+void AliGenReader::RewindEvent()
+{
+  // Go back to the first particle of the event.
+  // Need to be implemented in the implementation classes. Interface dies.
+  Fatal("AliGenReader::RewindEvent","\nMethod RewindEvent not present in the implementation class.\n");
+}