]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Various fixes and improvements
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Oct 2012 14:47:28 +0000 (14:47 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Oct 2012 14:47:28 +0000 (14:47 +0000)
PWGLF/FORWARD/analysis2/scripts/Compile.C

index 5388df0dae42fc1cbe06ea513a33065d21a322b1..e4280fb2bbcd5a9389f11456c23f5b160788aff0 100644 (file)
@@ -32,7 +32,8 @@ Compile(const char* script, Option_t* option="g")
   gSystem->SetIncludePath("-I`root-config --incdir` "
                          "-I${ALICE_ROOT} " 
                          "-I${ALICE_ROOT}/include " 
-                         "-I${ALICE_ROOT}/PWGLF/FORWARD/analysis2 ");
+                         "-I${ALICE_ROOT}/PWGLF/FORWARD/analysis2 "
+                         "-I${ALICE_ROOT}/../trunk/PWGLF/FORWARD/analysis2 ");
   Long_t ret = gROOT->ProcessLine(Form(".L %s+%s", script, option));
   return ret == 0;
 }