]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModuleAgent.h
properly handle zeromq lib in a custom location
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModuleAgent.h
index 5748cd6e26a065489fe26b07862e6cdc3089a10f..0513a23faf3fbb13b331cf537f76190f736a3729 100644 (file)
@@ -388,6 +388,13 @@ class AliHLTModuleAgent : public TObject, public AliHLTLogging {
     return GetReconstructionChains(NULL,runloader);
   }
 
+  /**
+   * Get current component handler
+   */
+  AliHLTComponentHandler* GetComponentHandler() const {
+    return fpComponentHandler;
+  }
+
  protected:
 
  private: