]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPC.cxx
Huffman TPC compression removed. TPC raw stream reader class derives now from base...
[u/mrichter/AliRoot.git] / TPC / AliTPC.cxx
index ec7101f18989781901e000546c40e59d2946dff3..14fc00cf70cee0ce44e43f664c85ba3299d0f3a0 100644 (file)
@@ -780,7 +780,6 @@ void AliTPC::Digits2Raw()
 // convert digits of the current event to raw data
 
   static const Int_t kThreshold = 0;
-  static const Bool_t kCompress = kFALSE;
 
   fLoader->LoadDigits();
   TTree* digits = fLoader->TreeD();
@@ -866,11 +865,6 @@ void AliTPC::Digits2Raw()
   rawWriter.RawData(fileName);
   gSystem->Unlink(fileName);
 
-  if (kCompress) {
-    AliInfo("Compressing raw data");
-    rawWriter.RawDataCompDecompress(kTRUE);
-    gSystem->Unlink("Statistics");
-  }
 }