]> git.uio.no Git - u/mrichter/AliRoot.git/blame - .rootrc
Bug fix: provide return value
[u/mrichter/AliRoot.git] / .rootrc
CommitLineData
fe4da5cc 1
2# ROOT Environment settings are handled via the class TEnv. To see
3# which values are active do: gEnv->Print().
4
ce3777a3 5# Temporary change to avoid thrashing
6XNet.ReadCacheSize: 40000000
7
fe4da5cc 8# Path used by dynamic loader to find shared libraries and macros
9# Paths are different for Unix and Windows. The example shows the defaults
10# for all ROOT applications for either Unix or Windows.
9369db72 11Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(LD_LIBRARY_PATH)
fe4da5cc 12Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
13WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
14WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros
15
9369db72 16# Fix include path for aclic
dd2f107a 17ACLiC.IncludePaths: -I$(ALICE_ROOT)/include -I$(ALICE_ROOT)
9369db72 18
fe4da5cc 19# Path where to look for TrueType fonts
20#Unix.*.Root.UseTTFonts: true
21#Unix.*.Root.TTFontPath: $(ROOTSYS)/ttf/fonts
22
23# Show where item is found in the specified path
24Root.ShowPath: false
25
26# Activate memory statistics (size and cnt is used to trap allocation of
27# blocks of a certain size after cnt times)
28Root.MemStat: 0
29Root.MemStat.size: -1
30Root.MemStat.cnt: -1
31Root.ObjectStat: 0
32
33# Global debug mode. When >0 turns on progressively more details debugging.
34# When >4 X11 runs in synchronous mode.
35#Root.Debug: 0
36
37# Default editor
38Unix.*.Editor: emacs
39WinNT.*.Editor: notepad
40
41# TCanvas specific settings. Opaque move and resize show full pad during
42# the operation instead of only the outline. Especially for resize you'll
43# need serious CPU power. UseScreenFactor=true means to size canvas according
44# to size of screen, so a canvas still looks good on a low resolution
45# laptop screen without having to change canvas size in macros.
46# HighLightColor 2 = red. ShowEventStatus allows the event status bar to
47# be turned on by default.
48Canvas.MoveOpaque: false
49Canvas.ResizeOpaque: false
50Canvas.UseScreenFactor: true
51Canvas.HighLightColor: 2
52Canvas.ShowEventStatus: false
53
54# THtml specific settings.
55#Root.Html.OutputDir: html/
56#Unix.*.Root.Html.SourceDir: ./:src/
57#WinNT.*.Root.Html.SourceDir: ./
58#Root.Html.Author: //*-- Author :
59#Root.Html.Author: Fons Rademakers
60#Root.Html.Copyright: * Copyright
61#Root.Html.LastUpdate: //*CMZ :
62#Root.Html.Description: //____________________
63#Root.Html.Root: http://root.cern.ch/root/html
64#Root.Html.SearchEngine: ../Search.phtml
65
66# GUI specific settings
67#Gui.NormalFont: -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-1
68#Gui.BoldFont: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
69#Gui.SmallFont: -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1
70#Gui.ProportionalFont: -adobe-courier-medium-r-*-*-12-*-*-*-*-*-iso8859-1
71#Gui.BackgroundColor: #c0c0c0
72#Gui.ForegroundColor: black
73#Gui.SelectForegroundColor: white
74#Gui.SelectBackgroundColor: #000080
75#Gui.IconPath: $(HOME)/icons:$(ROOTSYS)/icons:.
76#Gui.MimeTypeFile: $(HOME)/.root.mimes
77# If above does not exists defaults to this:
78#Gui.MimeTypeFile: $ROOTSYS/icons/root.mimes
79# Can be either small, big, list, details
80Browser.IconStyle: small
81# Can be either name, type, size, date
82Browser.SortBy: name
83
84# Rint (interactive ROOT executable) specific alias, logon and logoff macros
85Rint.Load: rootalias.C
86Rint.Logon: rootlogon.C
87Rint.Logoff: rootlogoff.C
88Rint.History: $(HOME)/.root_hist
89
90# Example of custom setting for the Rint application (root.exe).
91# This overrides the default specified above for a generic application.
92# Color 5 is yellow.
93Rint.Canvas.HighLightColor: 5
94