]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMergeCombi.h
Fixes for some mem-leaks: most changes where pretty basic (i.e. adding deletes).
[u/mrichter/AliRoot.git] / STEER / AliMergeCombi.h
index c93eece083c088ea9939353b93106153776ece1d..782d804f0f626ffdeb6d720740d34008b14efbeb 100644 (file)
@@ -8,16 +8,14 @@
 ////////////////////////////////////////////////////////////////////////
 //
 //  Class to make combination for merging
-//                  
+//  Returns combination of input event numbers                
 //  Author: Jiri Chudoba (CERN), 2001
 //
 ////////////////////////////////////////////////////////////////////////
 
 // --- ROOT system ---
-#include "TNamed.h"
-#include "TObjString.h"
-#include "TArrayI.h"
-#include "TClonesArray.h"
+
+#include <TNamed.h>
 
 // --- AliRoot header files ---
 
@@ -30,9 +28,9 @@ public:
   Bool_t Combination(Int_t evNumber[], Int_t delta[]);
   
 private:  
-  Int_t *fLastDelta;        //! last combination offered in relative nr.
   Int_t fDim;               //! dimension of arrays evNumber and delta
-  Int_t fSperb;             //! signal per background ration
+  Int_t fSperb;             //! signal per background ratio
+  Int_t fCounter;           //! counter for calls
   
   ClassDef(AliMergeCombi,1)
 };