]> git.uio.no Git - u/mrichter/AliRoot.git/blob - .rootrc
TPC mapping class added; new digit reader based on fast ALTRO decoder implemented...
[u/mrichter/AliRoot.git] / .rootrc
1
2 # ROOT Environment settings are handled via the class TEnv. To see
3 # which values are active do: gEnv->Print().
4
5 # Temporary change to avoid thrashing
6 XNet.ReadCacheSize: 40000000
7
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.
11 Unix.*.Root.DynamicPath:    .:$(ROOTSYS)/lib:$(LD_LIBRARY_PATH)
12 Unix.*.Root.MacroPath:      .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
13 WinNT.*.Root.DynamicPath:   ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
14 WinNT.*.Root.MacroPath:     ./;$(ROOTSYS)/macros
15
16 # Fix include path for aclic
17 ACLiC.IncludePaths:             -I$(ALICE_ROOT)/include -I$(ALICE_ROOT)
18
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
24 Root.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)
28 Root.MemStat:            0
29 Root.MemStat.size:      -1
30 Root.MemStat.cnt:       -1
31 Root.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
38 Unix.*.Editor:           emacs
39 WinNT.*.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.
48 Canvas.MoveOpaque:          false
49 Canvas.ResizeOpaque:        false
50 Canvas.UseScreenFactor:     true
51 Canvas.HighLightColor:      2
52 Canvas.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
80 Browser.IconStyle:          small
81 # Can be either name, type, size, date
82 Browser.SortBy:             name
83
84 # Rint (interactive ROOT executable) specific alias, logon and logoff macros
85 Rint.Load:               rootalias.C
86 Rint.Logon:              rootlogon.C
87 Rint.Logoff:             rootlogoff.C
88 Rint.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.
93 Rint.Canvas.HighLightColor:      5
94