]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliTPCCompression.h
support multiple equipments per sub event in the root raw data format
[u/mrichter/AliRoot.git] / RAW / AliTPCCompression.h
index 6560481cc3cdc181a5ad61517c676f36c11457d0..bf0d1f15c4c613b97940029bf0556df5b0b6b332 100644 (file)
@@ -50,7 +50,7 @@ class AliTPCCompression:public TObject{
   //This method creates a set of binary tables starting from a set of txt tables
   Int_t  DestroyTables(AliTPCHNode *RootNode[],Int_t NumTables);
   //This methods is use to deallocate the memory used by Huffman trees
-  void    CreateTreesFromFile(AliTPCHNode *RootNode[],Int_t NumTables);
+  Int_t  CreateTreesFromFile(AliTPCHNode *RootNode[],Int_t NumTables);
   //This method is like the previous one but the tables are stored in binary files
   //It is used in the decompression phase (DecompressDataOptTables())
  private: