X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=.rootrc;h=e09119d656c7d441214da5abd90c2f74ad735338;hb=96d5ea0daec95f3eb263b544568d65053a8f5532;hp=7c1e9aecfb27f1b66a0df043e50dd8c4ad0a2df5;hpb=fe4da5cc22f890b04843f1aebec0f1bf4f9c3fc9;p=u%2Fmrichter%2FAliRoot.git diff --git a/.rootrc b/.rootrc index 7c1e9aecfb2..e09119d656c 100644 --- a/.rootrc +++ b/.rootrc @@ -2,14 +2,21 @@ # ROOT Environment settings are handled via the class TEnv. To see # which values are active do: gEnv->Print(). +# Temporary change to avoid thrashing +XNet.ReadCacheSize: 40000000 +XNet.ReadAheadSize: 1000000 + # Path used by dynamic loader to find shared libraries and macros # Paths are different for Unix and Windows. The example shows the defaults # for all ROOT applications for either Unix or Windows. -Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib +Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(LD_LIBRARY_PATH) Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH) WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros +# Fix include path for aclic +ACLiC.IncludePaths: -I$(ALICE_ROOT)/include -I$(ALICE_ROOT) + # Path where to look for TrueType fonts #Unix.*.Root.UseTTFonts: true #Unix.*.Root.TTFontPath: $(ROOTSYS)/ttf/fonts