]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCInterMerger.h
- adjusting binning of pad histograms to make single pad cluster contribution and...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCInterMerger.h
index 7e5b98b4acd2fe57dcfbc8ee1d6b2fbc1b94aaf2..334d9275811c92e69dda6589e3d3e189bede1123 100644 (file)
@@ -4,8 +4,9 @@
 #ifndef ALIHLTTPCINTERMERGER_H
 #define ALIHLTTPCINTERMERGER_H
 
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
 
 /** @file   AliHLTTPCInterMerger.h
     @author Uli Frankenfeld, maintained by Matthias Richter
@@ -22,6 +23,8 @@
 /** 
  * @class AliHLTTPCInterMerger
  * The HLTTPC track segment merger
+ *
+ * @ingroup alihlt_tpc
  */
 class AliHLTTPCInterMerger : public AliHLTTPCMerger {
 
@@ -39,7 +42,7 @@ class AliHLTTPCInterMerger : public AliHLTTPCMerger {
   Int_t fRowMin; // min row
   Int_t fRowMax; // max row
 
-  ClassDef(AliHLTTPCInterMerger,1) //Intermerging class
+  ClassDef(AliHLTTPCInterMerger,0) //Intermerging class
 };
 
 #endif