]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDefinitions.h
treatment of MC labels added
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDefinitions.h
index 99bb676cb0e1fcac7f95f674dd575b8e4762eb38..27bf8c327e798131cacdd6057cfd76233ded3404 100644 (file)
@@ -123,12 +123,16 @@ public:
   /** remaining clusters model data type */
   static const AliHLTComponentDataType fgkRemainingClustersModelDataType;      // see above
   static const AliHLTComponentDataType& RemainingClustersModelDataType();
-  /** cluster tracks compressed data type */
+  /** track clusters compressed data type */
   static const AliHLTComponentDataType fgkClusterTracksCompressedDataType;     // see above
   static const AliHLTComponentDataType& ClusterTracksCompressedDataType();
+  /** track cluster ids data type */
+  static const AliHLTComponentDataType& ClusterIdTracksDataType();
   /** remaining clusters compressed data type */
   static const AliHLTComponentDataType fgkRemainingClustersCompressedDataType; // see above
   static const AliHLTComponentDataType& RemainingClustersCompressedDataType();
+  /** remaining clusters ids data type */
+  static const AliHLTComponentDataType& RemainingClusterIdsDataType();
 
   // Calibration data
   /** pedestal calibration data */