]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h
data structures for MC labels of TPC clusters are moved from AliHLTTPCClusterFinder...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCTrackMCMarkerComponent.h
index 9a4eff7a7702db9b2bcd52a37a1d09f3d781afd0..bbf3400bfd2e4e1fc6df88a7898b0d46acbc92c3 100644 (file)
@@ -16,7 +16,7 @@
 */
 
 #include "AliHLTProcessor.h"
-#include "AliHLTTPCClusterFinder.h"
+class AliHLTTPCClusterMCData;
 
 /**
  * @class AliHLTTPCTrackMCMarkerComponent
@@ -115,8 +115,7 @@ class AliHLTTPCTrackMCMarkerComponent : public AliHLTProcessor
 
     /** array of pointers to cluster MC labels **/
 
-    AliHLTTPCClusterFinder::ClusterMCInfo *fClusterLabels[36*6]; //! cluster MC labels for each TPC patch
-    Int_t fNClusterLabels[36*6]; //! Number of MC labels, for check of consistensy
+    AliHLTTPCClusterMCData *fClusterLabels[36*6]; //! cluster MC labels for each TPC patch
 
     ClassDef( AliHLTTPCTrackMCMarkerComponent, 0 )
 };