]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/transform/AliHLTTPCFastTransform.cxx
- Speedup of cluster transformation in two times by the use of Vc library
[u/mrichter/AliRoot.git] / HLT / TPCLib / transform / AliHLTTPCFastTransform.cxx
index 62d75a49e93489632c4cc808926fe4f0070505d4..1fa67566ec339246d20921cd1ab34f707aaaada6 100644 (file)
@@ -184,6 +184,7 @@ Int_t AliHLTTPCFastTransform::InitRow( Int_t iSector, Int_t iRow )
       fOrigTransform->Transform(xx,is,0,1);
       fRows[iSector][iRow]->fSpline[i].Fill(j,xx);    
     }
+    fRows[iSector][iRow]->fSpline[i].Consolidate();
   }
   return 0;
 }