]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/alionlinereco/AliOnlineReconstructionUtil.h
Double check if SM is running added. Some redundant output removed from SM
[u/mrichter/AliRoot.git] / MONITOR / alionlinereco / AliOnlineReconstructionUtil.h
index 19e7374f0e302012f5d50fca162cceaabeb32f26..af0c4dbf7eacb6479bbb979a27cefe7f85b0385c 100644 (file)
@@ -29,6 +29,7 @@
 #define DEFAULT_LOGBOOK_USER "logbookdqm"
 #define DEFAULT_LOGBOOK_PASS "SivaGJqi"
 #define DEFAULT_DATA_SOURCE "local"
+#define DEFAULT_DATA_ONLINE_SOURCE "mem@*:"
 
 #include <TSystem.h>
 #include <TString.h>
@@ -38,8 +39,8 @@ namespace AliOnlineReconstructionUtil
 // return full path to the server configuration file
        inline const char* GetPathToServerConf()
        {
-               return Form("%s/MONITOR/alionlinereco/%s",
-                           gSystem->Getenv("ALICE_ROOT"),
+               return Form("%s/%s",
+                           gSystem->Getenv("HOME"),
                            ALIEVENTSERVER_CONF);
        }
 }