]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModuleAgent.h
Minor cleanup of code.
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModuleAgent.h
index 0dedf769de26f4aab9f037f886be4d65d6bf1b1b..1d89054e0ff8832e9e6ef6551467d0b4b610f4e2 100644 (file)
@@ -272,6 +272,8 @@ class AliHLTModuleAgent : public TObject, public AliHLTLogging {
     bool operator==(const AliHLTOUTHandlerType handlerType) const {
       return fHType==handlerType;
     }
+    operator AliHLTOUTHandlerType() {return fHType;}
+    operator AliHLTComponentDataType() {return fDt;}
 
   private:
     /** type of the handler */
@@ -282,6 +284,8 @@ class AliHLTModuleAgent : public TObject, public AliHLTLogging {
     TString                 fModule;                         //!transient
   };
 
+  static const AliHLTOUTHandlerDesc fgkVoidHandlerDesc; //! initializer
+
   /**
    * Get handler description for a data block.
    * @param dt        [in] data type of the block