]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAGlobalMergerComponent.cxx
update from David Rohr: the CATrackerComponent now supports multiple slices
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAGlobalMergerComponent.cxx
index 7d7befee93b556b60d361e1bc86aa56225df97b3..084cec360af193c3688618c071578221aac79062 100644 (file)
@@ -360,6 +360,13 @@ int AliHLTTPCCAGlobalMergerComponent::DoEvent( const AliHLTComponentEventData &e
     AliHLTTPCCASliceOutput *sliceOut =  reinterpret_cast<AliHLTTPCCASliceOutput *>( block->fPtr );
     sliceOut->SetPointers();
     fGlobalMerger->SetSliceData( slice, sliceOut );
+
+       /*char filename[256];
+       sprintf(filename, "debug%d.out", slice);
+       FILE* fp = fopen(filename, "w+b");
+       if (fp == NULL) printf("Error!!!\n");
+       fwrite(sliceOut, 1, sliceOut->EstimateSize(sliceOut->NTracks(), sliceOut->NTrackClusters()), fp);
+       fclose(fp);*/
   }
   fGlobalMerger->Reconstruct();