]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No compression by default
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Mar 2006 15:45:01 +0000 (15:45 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Mar 2006 15:45:01 +0000 (15:45 +0000)
TPC/AliTPC.cxx

index 0a419aeb6af2f42e68f9ca3e3ea9310b9a8183d7..ec7101f18989781901e000546c40e59d2946dff3 100644 (file)
@@ -780,7 +780,7 @@ void AliTPC::Digits2Raw()
 // convert digits of the current event to raw data
 
   static const Int_t kThreshold = 0;
-  static const Bool_t kCompress = kTRUE;
+  static const Bool_t kCompress = kFALSE;
 
   fLoader->LoadDigits();
   TTree* digits = fLoader->TreeD();