]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/AliEventServerUtil.cxx
Possibility to set the pt bin width from the AddTaskMacro (Francesco, Christian)
[u/mrichter/AliRoot.git] / MONITOR / AliEventServerUtil.cxx
CommitLineData
6580633f 1#include <TSystem.h>
2#include <TString.h>
3
4#include "AliEventServerUtil.h"
5
6const char* AliEventServerUtil::GetPathToServerConf()
7{
8 return Form("%s/MONITOR/%s", gSystem->Getenv("ALICE_ROOT"), ALIEVENTSERVER_CONF);
9}