]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDataCompressorHelper.h
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDataCompressorHelper.h
index 8eabb440f299de58afaa7f60c459f9f3b182feac..d079a3b7ceecac87915692d518a7b4c3e2110cc5 100644 (file)
@@ -1,4 +1,5 @@
 // @(#) $Id$
+// Original: AliHLTDataCompressorHelper.h,v 1.4 2004/06/15 10:26:57 hristov Exp $
 
 #ifndef AliHLTTPC_DataCompressorHelper
 #define AliHLTTPC_DataCompressorHelper
@@ -8,7 +9,8 @@
 class AliHLTTPCDataCompressorHelper {
   
  public:
-  virtual ~AliHLTTPCDataCompressorHelper() {}
+  AliHLTTPCDataCompressorHelper();
+  virtual ~AliHLTTPCDataCompressorHelper();
 
   static void SetBitNumbers(Int_t pad,Int_t time,Int_t charge,Int_t shape);
   static void SetTransverseResolutions(Float_t res1,Float_t res2,Float_t res3,Float_t width=0.005);