]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCDDLRawData.C
Solving problems on Sun (D.Favretto)
[u/mrichter/AliRoot.git] / TPC / AliTPCDDLRawData.C
index 4410644caa9af091bcd7c3e8a50b7287d1bb56a6..b3ba35eefb7ea607c2703b1b62c4099e42840fc1 100644 (file)
@@ -1,8 +1,7 @@
-#if !defined(__CINT__) || defined(__MAKECINT__)
+#if !defined(__CINT__) 
 
 #include "AliTPCDDLRawData.h"
 #include "AliTPCCompression.h"
-#include <alles.h>
 #endif
 
 
@@ -19,10 +18,10 @@ void AliTPCDDLRawData(Int_t LDCsNumber=12){
   //u->SetVerbose(1);
   //The file "AltroFormatDDL.dat" is converted in a txt file "AltroFormatDDL.txt"
   //that is used for debugging
-  /*
+  
   cout<<"Creating a txt file from an Altro format file"<<endl;
   u->ReadAltroFormat("AltroFormatDDL.txt","AltroFormatDDL.dat");
-  */
+  
   //Tables are created and stored in as sequence of binary files
   u->CreateTables("AltroFormatDDL.dat",NumTable);
   
@@ -35,7 +34,7 @@ void AliTPCDDLRawData(Int_t LDCsNumber=12){
   timer.Stop();
   timer.Print();
   
-  /*
+  
   //SLICE CHECKING
   //An Altro File is created from the slides
   cout<<"slice control"<<endl;
@@ -44,7 +43,7 @@ void AliTPCDDLRawData(Int_t LDCsNumber=12){
   //This file must be equal to the ones created above.
   cout<<"Creating a txt file from an Altro format file"<<endl;
   u->ReadAltroFormat("AltroDDLRecomposed.txt","AltroDDLRecomposed.dat");
-  */
+  
   
   
   //SLICE COMPRESSION
@@ -56,15 +55,15 @@ void AliTPCDDLRawData(Int_t LDCsNumber=12){
   timer.Stop();
   timer.Print();
   
-  /*
+  
   //SLICE DECOMPRESSION
   timer.Start();
   util->RawDataCompDecompress(LDCsNumber,1);
   timer.Stop();
   timer.Print();
-  */
   
-  /*
+  
+  
   //SLICE DECOMPRESSED CHECKING  
   //A new Altro file is created from the decompressed slides
   util->RawDataAltroDecode(LDCsNumber,1);
@@ -72,7 +71,7 @@ void AliTPCDDLRawData(Int_t LDCsNumber=12){
   //Useful for debugging
   cout<<"Creating a txt file from an Altro format file"<<endl;
   u->ReadAltroFormat("AltroDDLRecomposedDec.txt","AltroDDLRecomposedDec.dat");
-  */
+  
   delete util;
   delete u;
   return;