]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenCocktail.cxx
Added some gas and electronic parameters.
[u/mrichter/AliRoot.git] / EVGEN / AliGenCocktail.cxx
index ab04cd4579b7354ac0bc60c017ac3db2ef062940..4df3228782d4fc2583dc2a172a7ab6aad70034b6 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.13  2001/10/21 18:35:56  hristov
+Several pointers were set to zero in the default constructors to avoid memory management problems
+
 Revision 1.12  2001/06/18 13:07:30  morsch
 Forward kinematic ranges to entries only if not set by user.
 
@@ -64,6 +67,8 @@ AliGenCocktail::AliGenCocktail()
                  :AliGenerator()
 {
 // Constructor
+    fName = "Cocktail";
+    fTitle= "Particle Generator using cocktail of generators";
     fEntries = new TList;
     flnk1 = 0;
     flnk2 = 0;