]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModuleAgent.h
- bugfix: correct equipment ids for HLT ddl links
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModuleAgent.h
index 3de30066b12764ac34dba5dc6ed5ea005e901f9d..0dedf769de26f4aab9f037f886be4d65d6bf1b1b 100644 (file)
@@ -269,6 +269,10 @@ class AliHLTModuleAgent : public TObject, public AliHLTLogging {
 
     ~AliHLTOUTHandlerDesc() {}
 
+    bool operator==(const AliHLTOUTHandlerType handlerType) const {
+      return fHType==handlerType;
+    }
+
   private:
     /** type of the handler */
     AliHLTOUTHandlerType    fHType;                          //!transient