]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding RAW to include path (Laurent)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 17:19:23 +0000 (17:19 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 17:19:23 +0000 (17:19 +0000)
MUON/rootlogon.C

index 9a6539d6e54e31805b2aa26d62c5352b4614003d..2a7fc3d77c104004e9043b73b810b85a9830e5c7 100644 (file)
@@ -11,5 +11,5 @@
   gInterpreter->ProcessLine("loadlibs()");
     
   cout << "Setting include path ..." << endl;
-  gSystem->SetIncludePath("-I${ALICE_ROOT}/include -I${ALICE_ROOT}/MUON -I${ALICE_ROOT}/MUON/mapping");
+  gSystem->SetIncludePath("-I${ALICE_ROOT}/include -I${ALICE_ROOT}/RAW -I${ALICE_ROOT}/MUON -I${ALICE_ROOT}/MUON/mapping");
 }