]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenScan.cxx
Updates to RAW package. Used during the Computing DC.
[u/mrichter/AliRoot.git] / EVGEN / AliGenScan.cxx
index 9bd6a6927aa2bc0144b77478c86fddfe6b7b55fa..7ea64c3aed1b6ab69909987fb8d24919e19e6c0f 100644 (file)
 
 /* $Id$ */
 
+// Realisation of AliGenerator that generates particles with
+// vertices on a user defined grid.
+// The vertex positions can be smeared. 
+// Momentum vectors are defined through the methods provided by AliGenerator.
+// Author: andreas.morsch@cern.ch
+
 #include "AliGenScan.h"
-#include "AliRun.h"
 
  ClassImp(AliGenScan)