]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliHLTGlobalHistoComponent.h
- defined the origin of the output data type to be kAliHLTDataOriginOut (needed for...
[u/mrichter/AliRoot.git] / HLT / global / AliHLTGlobalHistoComponent.h
index e48f6332a485eba6e9f9e583143b1b63df83e89c..766e8002e0cc3231e1b4c7823c49f5f44cdaf5f2 100644 (file)
@@ -66,7 +66,12 @@ class AliHLTGlobalHistoComponent : public AliHLTTTreeProcessor
   virtual const char* GetComponentID() {return "GlobalHisto";};
   /// inherited from AliHLTComponent: input data types
   virtual void GetInputDataTypes(AliHLTComponentDataTypeList&);
-
+  
+  /// interface function, see AliHLTComponent for description
+  AliHLTComponentDataType GetOutputDataType();
+  
+  
   /// inherited from AliHLTComponent: spawn function, create an instance.
   virtual AliHLTComponent* Spawn() {return new AliHLTGlobalHistoComponent;}