]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataTypes.cxx
- added general data type for ESD objects
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataTypes.cxx
index b47554f0fed6387c81c02e7e3ef5196ea029855d..3bb4c6a1a5a1d5d6386811c7cce6c6f5acaab703 100644 (file)
@@ -78,6 +78,12 @@ const AliHLTComponentDataType kAliHLTDataTypeDDLRaw =  (AliHLTComponentDataType)
 };
 
 /** ESD data specification */
+const AliHLTComponentDataType kAliHLTDataTypeESDObject =  (AliHLTComponentDataType) {
+  sizeof(AliHLTComponentDataType),
+  kAliHLTESDObjectDataTypeID,
+  kAliHLTDataOriginAny
+};
+/** ESD tree data specification */
 const AliHLTComponentDataType kAliHLTDataTypeESDTree =  (AliHLTComponentDataType) {
   sizeof(AliHLTComponentDataType),
   kAliHLTESDTreeDataTypeID,