]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMergeCombi.cxx
Possibility to monitor the system information (Marian)
[u/mrichter/AliRoot.git] / STEER / AliMergeCombi.cxx
index 61308c8e844c1f1d828f92a86be938429c0eead4..a6787982dce380fe02f3fccacbdf30f0d02912fb 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Header$ */
+/* $Id$ */
 
-////////////////////////////////////////////////////////////////////////
-//
+//----------------------------------------------------------------------
 // AliMergeCombi.cxx
-//
-// returns combinations of input event numbers
-//
-////////////////////////////////////////////////////////////////////////
+// class to
+// return combinations of input event numbers
+//----------------------------------------------------------------------
 
 #include "AliMergeCombi.h"
 
@@ -58,6 +56,9 @@ AliMergeCombi::~AliMergeCombi()
 //_______________________________________________________________________
 Bool_t AliMergeCombi::Combination(Int_t /* evNumber */ [], Int_t delta[])
 {
+  //
+  // Combination method
+  //
   delta[0] = 1;
   for (Int_t i=1; i<fDim; i++) {
     if (fCounter%fSperb == 0) {