]> 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 7641146ed080425a699f8c9eb786ec32bd632dcd..708bf9840c52236579d73068f950389589b1e9f5 100644 (file)
@@ -1,8 +1,21 @@
 // @(#) $Id$
-// Original: AliL3DataCompressorHelper.cxx,v 1.5 2004/06/15 10:26:57 hristov Exp $
-
-// Author: Anders Vestbo <mailto:vestbo@fi.uib.no>
-//*-- Copyright &copy ALICE HLT Group
+// 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"
@@ -24,6 +37,13 @@ using namespace std;
 
 ClassImp(AliHLTTPCDataCompressorHelper)
 
+AliHLTTPCDataCompressorHelper::AliHLTTPCDataCompressorHelper() 
+{
+}
+
+AliHLTTPCDataCompressorHelper::~AliHLTTPCDataCompressorHelper() 
+{
+}
 
 Int_t AliHLTTPCDataCompressorHelper::fgNumTimeBits = 12;
 Int_t AliHLTTPCDataCompressorHelper::fgNumPadBits = 12;