]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliEventServerUtil.h
adding some cuts for systematic study
[u/mrichter/AliRoot.git] / MONITOR / AliEventServerUtil.h
index da99463fa97712e8d2542ea05c09cbddd2e876a3..d052b6788e8db76db1f538e4f41e49214b3f4759 100644 (file)
@@ -7,11 +7,11 @@
 //______________DEFAULT SETTINGS________________
 #define DEFAULT_SERVER_HOST "tcp://*"
 #define DEFAULT_SERVER_PORT 5024
-#define DEFAULT_SERVER_SAVE_RECO_DIR "reco"
-#define DEFAULT_CDB_STORAGE "local:///local/cdb"
-#define DEFAULT_CDB_SPEC_STORAGE_PATH1 "GRP/GRP/Data"
+#define DEFAULT_SERVER_SAVE_RECO_DIR "opt/reco"
+#define DEFAULT_CDB_STORAGE "local:///opt/OCDB/2013"
+#define DEFAULT_CDB_SPEC_STORAGE_PATH1 "opt/reco/GRP/GRP/Data"
 #define DEFAULT_CDB_SPEC_STORAGE_VALUE1 ""
-#define DEFAULT_CDB_SPEC_STORAGE_PATH2 "GRP/CTP/Config"
+#define DEFAULT_CDB_SPEC_STORAGE_PATH2 "opt/reco/GRP/CTP/Config"
 #define DEFAULT_CDB_SPEC_STORAGE_VALUE2 ""
 #define DEFAULT_CDB_SPEC_STORAGE_PATH3 ""
 #define DEFAULT_CDB_SPEC_STORAGE_VALUE3 ""
 #define DEFAULT_RECO_WRITE_ESDF 1
 #define DEFAULT_RECO_WRITE_ALIGN 1
 #define DEFAULT_RECO_CLEAN_ESD 0
-#define DEFAULT_RECO_DETECTORS "ALL -PHOS -HLT -EMCAL"
-#define DEFAULT_LOGBOOK_HOST "pcaldbl501"
+#define DEFAULT_RECO_DETECTORS "ALL -PHOS -EMCAL"
+#define DEFAULT_LOGBOOK_HOST "localhost"
 #define DEFAULT_LOGBOOK_PORT 3306
 #define DEFAULT_LOGBOOK_DB "logbook"
 #define DEFAULT_LOGBOOK_USER "dqm"
-#define DEFAULT_LOGBOOK_PASS "nopass"
+#define DEFAULT_LOGBOOK_PASS "dqm123"
+
+namespace AliEventServerUtil
+{
+
+// return full path to the server configuration file
+const char* GetPathToServerConf();
+}
 
 #endif /* __ALIEVENTSERVER_UTIL_H__ */