]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added for setting include paths
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Feb 2006 13:03:25 +0000 (13:03 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Feb 2006 13:03:25 +0000 (13:03 +0000)
MUON/rootlogon.C [new file with mode: 0644]

diff --git a/MUON/rootlogon.C b/MUON/rootlogon.C
new file mode 100644 (file)
index 0000000..ac15fa1
--- /dev/null
@@ -0,0 +1,10 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
+/// By Laurent Aphecetche
+
+{
+  gSystem->SetIncludePath("-I${ALICE_ROOT}/include -I${ALICE_ROOT}/MUON -I${ALICE_ROOT}/MUON/mapping");
+}