]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCInterMerger.cxx
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCInterMerger.cxx
index dcc9b1504980f4476d315867e873230e10a3adcc..474962892b67ebd0dd10c30de9e5ef67c46d8966 100644 (file)
@@ -1,8 +1,28 @@
 // @(#) $Id$
-// Original: AliL3InterMerger.cxx,v 1.8 2005/06/14 10:55:21 cvetan
-
-// Author: Uli Frankenfeld <mailto:franken@fi.uib.no>
-//*-- Copyright &copy ALICE HLT Group
+// Original: AliHLTInterMerger.cxx,v 1.8 2005/06/14 10:55:21 cvetan
+
+/**************************************************************************
+ * This file is property of and copyright by the ALICE HLT Project        * 
+ * ALICE Experiment at CERN, All rights reserved.                         *
+ *                                                                        *
+ * Primary Authors: Uli Frankenfeld, maintained by                          *
+ *                  Matthias Richter <Matthias.Richter@ift.uib.no>        *
+ *                  for The ALICE HLT Project.                            *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/** @file   AliHLTTPCInterMerger.cxx
+    @author Uli Frankenfeld, maintained by Matthias Richter
+    @date   
+    @brief  The HLT TPC track segment merger
+*/
 
 #include "AliHLTTPCLogging.h"
 #include "AliHLTTPCInterMerger.h"
 #include "AliHLTTPCTransform.h"
 #include "AliHLTTPCTrackArray.h"
 
-/** \class AliHLTTPCInterMerger
-<pre>
-//_____________________________________________________________
-// AliHLTTPCInterMerger
-//
-// The HLTTPC track segment merger
-//
-</pre>
-*/
-
 #if __GNUC__ >= 3
 using namespace std;
 #endif
@@ -28,13 +38,16 @@ using namespace std;
 ClassImp(AliHLTTPCInterMerger)
 
 AliHLTTPCInterMerger::AliHLTTPCInterMerger()
+  :
+  fPatch(0),
+  fRowMin(0),
+  fRowMax(0)
 {
   //Default constructor
   InitMerger(1);
   Is2Global(kFALSE);
 //  SetParameter(2,2,.3,.3,.3);
   SetParameter(1,0.5,0.0005,0.05,0.1);
-  fRowMax = fRowMin = 0;
 }