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