]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTConfiguration.h
- AliHLTSystem: proper cleanup of HLTOUT sub-collection of local
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTConfiguration.h
index 787d9d32767ec108803016c781d71fe77ca36891..d7922e0681785359b761f3c3ff31cc68742e5b77 100644 (file)
@@ -113,6 +113,16 @@ class AliHLTConfiguration : public TObject, public AliHLTLogging {
    */
   const char* GetComponentID() const {return fComponent;}
 
+  /**
+   * Return the source string.
+   */
+  const char* GetSourceSettings() const {return fStringSources;}
+
+  /**
+   * Return the argument string.
+   */
+  const char* GetArgumentSettings() const {return fArguments;}
+
   /**
    * Print status info.
    * Short summary on id, component, sources and unresolved sources.