]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenCocktail.h
added function for drawing histograms one by one; added function for loading histogra...
[u/mrichter/AliRoot.git] / EVGEN / AliGenCocktail.h
index 2f322e631fbf83f07e50ab549c0a0526da790eae..ff41853d2ba10a4f34929088fccaf4401848fbc4 100644 (file)
@@ -5,8 +5,12 @@
 
 /* $Id$ */
 
+// Container class for AliGenerator through recursion.
+// (Container is itself an AliGenerator)
+// Author: andreas.morsch@cern.ch 
+//
+
 #include "AliGenerator.h"
-#include <TList.h>
 
 class AliGenCocktailEntry;