]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/AliEventServerUtil.cxx
STORAGE module added, new macro for Event Display, minor changes in MONITOR
[u/mrichter/AliRoot.git] / MONITOR / AliEventServerUtil.cxx
1 #include <TSystem.h>
2 #include <TString.h>
3
4 #include "AliEventServerUtil.h"
5
6 const char* AliEventServerUtil::GetPathToServerConf()
7 {
8         return Form("%s/MONITOR/%s", gSystem->Getenv("ALICE_ROOT"), ALIEVENTSERVER_CONF);
9 }