]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCMerger.cxx
TPC cluster finder speeded up, can process unsorted data (Kenneth); not yet enabled...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCMerger.cxx
index cfab694cab512e2fe857334a97ebd018bc3f488b..cb3ccf929fe0b9564def605fdc769f617122ae5a 100644 (file)
@@ -1,8 +1,28 @@
 //$Id$
-// Original: AliL3Merger.cxx,v 1.16 2005/06/14 10:55:21 cvetan 
-
-// Author: Uli Frankenfeld <mailto:franken@fi.uib.no>
-//*-- Copyright &copy Uli 
+// Original: AliHLTMerger.cxx,v 1.16 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   AliHLTTPCMerger.cxx
+    @author Uli Frankenfeld, maintained by Matthias Richter
+    @date   
+    @brief  The HLT TPC merger base class
+*/
 
 #include "AliHLTTPCLogging.h"
 #include "AliHLTTPCMerger.h"
 #include <TFile.h>
 #endif
 
-/** \class AliHLTTPCMerger
-<pre>
-//_____________________________________________________________
-// AliHLTTPCMerger
-//
-// The HLTTPC merger base class
-//
-</pre>
-*/
-
 #if __GNUC__ >= 3
 using namespace std;
 #endif
@@ -42,6 +52,19 @@ AliHLTTPCMerger::AliHLTTPCMerger()
   fNIn=0;
 }
 
+AliHLTTPCMerger::AliHLTTPCMerger(const AliHLTTPCMerger&)
+{
+  // dummy copy constructor
+  //HLTFatal("copy constructor untested");
+}
+
+AliHLTTPCMerger& AliHLTTPCMerger::operator=(const AliHLTTPCMerger&)
+{ 
+  // dummy assignment operator
+  //HLTFatal("assignment operator untested");
+  return *this;
+}
+
 AliHLTTPCMerger::~AliHLTTPCMerger()
 {
   //Destructor