]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenCocktail.h
- removing debug outout
[u/mrichter/AliRoot.git] / EVGEN / AliGenCocktail.h
index b9339ade09fba515bcdb0d63e51e0d9988f68b4f..8a1e2790a4f9210fef66a5102d70235818f64593 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "AliGenerator.h"
 #include <TArrayF.h>
+#include <TList.h>
 
 class AliGenCocktailEntry;
 class AliGenCocktailEventHeader;
@@ -45,6 +46,7 @@ class AliGenCocktail : public AliGenerator
            
  protected:
     Int_t fNGenerators;                 // Number of generators booked
+    Float_t fTotalRate;                 // Total rate of the generators booked
     Bool_t fRandom;                     // Flag to select random generator from list
     Bool_t fUsePerEventRate;            // Flag to generate the events according to the rate per event    
     TArrayF  fProb;                     // Probability of an event (if fRandom == kTRUE)