]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FIT/AliFITRawReader.cxx
move the AOD particle creation part to the end of the method, in case of storing...
[u/mrichter/AliRoot.git] / FIT / AliFITRawReader.cxx
index d92d6dffe0cb5597f85d052e6c8a85744a1e4819..470033ffaf9d53db9332e59fcfd1388081b6e1f7 100644 (file)
@@ -44,12 +44,12 @@ ClassImp(AliFITRawReader)
     
 {
   //
-  // create an object to read T0raw digits
-  AliDebug(1,"Start ");
+  // create an object to read FIT raw digits
   
   fRawReader->Reset();
   fRawReader->Select("FIT"); 
-  
+  for ( Int_t k=0; k<500; k++)   fAllData[k] = -1;
 }
 //_____________________________________________________________________________
 AliFITRawReader::~AliFITRawReader ()