]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCInterMerger.h
added 'backwards' mapping: row/pad to channel; code cleanup
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCInterMerger.h
index 42482efcf9930a164e4e9eb8bdbe0c9b7198d615..7e5b98b4acd2fe57dcfbc8ee1d6b2fbc1b94aaf2 100644 (file)
@@ -1,20 +1,30 @@
 // @(#) $Id$
+// Original: AliHLTInterMerger.h,v 1.4 2004/02/02 15:00:34 loizides Exp $
 
 #ifndef ALIHLTTPCINTERMERGER_H
 #define ALIHLTTPCINTERMERGER_H
 
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/** @file   AliHLTTPCInterMerger.h
+    @author Uli Frankenfeld, maintained by Matthias Richter
+    @date   
+    @brief  The HLT TPC track segment merger
+*/
+
 #ifndef __CINT__ 
 #include "AliHLTTPCMerger.h"
 #endif
 
 #include "AliHLTTPCRootTypes.h"
 
+/** 
+ * @class AliHLTTPCInterMerger
+ * The HLTTPC track segment merger
+ */
 class AliHLTTPCInterMerger : public AliHLTTPCMerger {
 
- private:
-  Int_t fPatch;
-  Int_t fRowMin;
-  Int_t fRowMax;
  public:
   AliHLTTPCInterMerger();
   virtual ~AliHLTTPCInterMerger();
@@ -24,6 +34,11 @@ class AliHLTTPCInterMerger : public AliHLTTPCMerger {
   Int_t Merge();
   void MMerge();  //Loop over tracks from different subsectors
   
+ private:
+  Int_t fPatch;  // current patch
+  Int_t fRowMin; // min row
+  Int_t fRowMax; // max row
+
   ClassDef(AliHLTTPCInterMerger,1) //Intermerging class
 };