]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenReader.cxx
doxy: MUON macros, refs, src links, no coll graph
[u/mrichter/AliRoot.git] / EVGEN / AliGenReader.cxx
index f1be717c36103b274e7001227e8d3f1fad177606..e28f4e4eb5282109086f7cb123e0c5afbe7352fd 100644 (file)
  **************************************************************************/
 
 /* $Id$ */
+//
+// Interface for reading events from files.
+// Realisations of this interface have to be used with AliGenExFile.
+// NextEvent() loops over events 
+// and NextParticle() loops over particles. 
+// Author: andreas.morsch@cern.ch
 
 #include "AliGenReader.h"
 ClassImp(AliGenReader)
@@ -26,14 +32,7 @@ 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");
-}
-
-void AliGenReader::Copy(AliGenReader&) const
+void AliGenReader::Copy(TObject&) const
 {
     //
     // Copy