]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
online reco config file now is being installed and read from installation directory
authorjniedzie <jeremi.niedziela@cern.ch>
Thu, 29 Jan 2015 10:39:15 +0000 (11:39 +0100)
committerjniedzie <jeremi.niedziela@cern.ch>
Thu, 29 Jan 2015 10:39:15 +0000 (11:39 +0100)
MONITOR/alionlinereco/AliOnlineReconstructionUtil.h
MONITOR/alionlinereco/CMakeLists.txt

index 4e18a6c85d141e26d56c0ebfb30e77a9793e48b0..76c7063d022dd039d7a2704010e180e257d20518 100644 (file)
@@ -39,7 +39,7 @@ namespace AliOnlineReconstructionUtil
 // return full path to the server configuration file
        inline const char* GetPathToServerConf()
        {
-               return Form("%s/../src/MONITOR/alionlinereco/%s",
+               return Form("%s/MONITOR/alionlinereco/%s",
                            gSystem->Getenv("ALICE_ROOT"),
                            ALIEVENTSERVER_CONF);
        }
index 3869a8c3d1633ce11752b0b666b99a99cb1006b7..a43a0637d8fb87bcdc6abb0237f6237ab31687dd 100644 (file)
@@ -61,5 +61,6 @@ endif(PYTHIA6)
 
 # Installation
 install(TARGETS alionlinereco RUNTIME DESTINATION bin)
+install(FILES onlinereco.conf DESTINATION MONITOR/alionlinereco)