]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/scripts/Compile.C
Added some more scripts
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / scripts / Compile.C
index dbfc35e38b69df3e89998268b604b896fdee6a9f..26f618cbae3348bb9e9fde90cea8e77f20ed2c12 100644 (file)
@@ -24,7 +24,8 @@ Compile(const char* script, Option_t* option="g")
   gSystem->Load("libANALYSISalice.so");
   gSystem->Load("libPWG2forward2.so");
   TString macroPath(gROOT->GetMacroPath());
-  macroPath.Append(":${ALICE_ROOT}/FMD/scripts");
+  macroPath.Append(":${ALICE_ROOT}/PWG2/FORWARD/analysis2");
+  macroPath.Append(":${ALICE_ROOT}/PWG2/FORWARD/analysis2/scripts");
   gROOT->SetMacroPath(macroPath.Data());
   gSystem->SetIncludePath("-I`root-config --incdir` "
                          "-I${ALICE_ROOT} "