]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDataCompressorHelper.cxx
removing unnecessary include files, updating description
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDataCompressorHelper.cxx
index b3d2dce7f5b619bd1e2a4775e35f0ccce8e4364e..708bf9840c52236579d73068f950389589b1e9f5 100644 (file)
@@ -1,10 +1,23 @@
 // @(#) $Id$
-
-// Author: Anders Vestbo <mailto:vestbo@fi.uib.no>
-//*-- Copyright &copy ALICE HLT Group
-
-#include "AliHLTTPCStandardIncludes.h"
-
+// Original: AliHLTDataCompressorHelper.cxx,v 1.5 2004/06/15 10:26:57 hristov Exp $
+
+//**************************************************************************
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//*                                                                        *
+//* Primary Authors: Anders Vestbo                                         *
+//*                  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.                  *
+//**************************************************************************
+
+#include "AliHLTStdIncludes.h"
 #include "AliHLTTPCRootTypes.h"
 #include "AliHLTTPCTransform.h"
 
@@ -24,6 +37,13 @@ using namespace std;
 
 ClassImp(AliHLTTPCDataCompressorHelper)
 
+AliHLTTPCDataCompressorHelper::AliHLTTPCDataCompressorHelper() 
+{
+}
+
+AliHLTTPCDataCompressorHelper::~AliHLTTPCDataCompressorHelper() 
+{
+}
 
 Int_t AliHLTTPCDataCompressorHelper::fgNumTimeBits = 12;
 Int_t AliHLTTPCDataCompressorHelper::fgNumPadBits = 12;