]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataTypes.cxx
- added skeleton of of offline clusterizer and tracker components
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataTypes.cxx
index e1a4ba6014609dd8cbcbddc61776593a787e1d1a..2932380ddbfdc451b53b15c2a9769cdb14166630 100644 (file)
@@ -97,6 +97,7 @@ const AliHLTComponentDataType kAliHLTDataTypeESDObject =  (AliHLTComponentDataTy
   kAliHLTESDObjectDataTypeID,
   kAliHLTDataOriginAny
 };
+
 /** ESD tree data specification */
 const AliHLTComponentDataType kAliHLTDataTypeESDTree =  (AliHLTComponentDataType) {
   sizeof(AliHLTComponentDataType),
@@ -104,6 +105,20 @@ const AliHLTComponentDataType kAliHLTDataTypeESDTree =  (AliHLTComponentDataType
   kAliHLTDataOriginAny
 };
 
+/** AliRoot TreeD data specification */
+const AliHLTComponentDataType kAliHLTDataTypeAliTreeD =  (AliHLTComponentDataType) {
+  sizeof(AliHLTComponentDataType),
+  kAliHLTTreeDDataTypeID,
+  kAliHLTDataOriginAny
+};
+
+/** AliRoot TreeR data specification */
+const AliHLTComponentDataType kAliHLTDataTypeAliTreeR =  (AliHLTComponentDataType) {
+  sizeof(AliHLTComponentDataType),
+  kAliHLTTreeRDataTypeID,
+  kAliHLTDataOriginAny
+};
+
 /** 16 bit Hardware address selection data specification, origin is 'any' */
 const AliHLTComponentDataType kAliHLTDataTypeHwAddr16 = (AliHLTComponentDataType) {
   sizeof(AliHLTComponentDataType),