X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FTPCLib%2FAliHLTTPCDefinitions.h;h=27bf8c327e798131cacdd6057cfd76233ded3404;hb=9efbb86cef4d706fda1a0bd28b8475ae2b1ae605;hp=99bb676cb0e1fcac7f95f674dd575b8e4762eb38;hpb=fa8312aff21e0efd58001866a494dc547896d112;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/TPCLib/AliHLTTPCDefinitions.h b/HLT/TPCLib/AliHLTTPCDefinitions.h index 99bb676cb0e..27bf8c327e7 100644 --- a/HLT/TPCLib/AliHLTTPCDefinitions.h +++ b/HLT/TPCLib/AliHLTTPCDefinitions.h @@ -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 */