]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/exa/.rootrc
- cleaning up the programs folder and removing old deprecated files
[u/mrichter/AliRoot.git] / HLT / exa / .rootrc
1 # @(#) $Id$
2 # Author: C. Loizides
3
4 # ROOT Environment settings are handled via the class TEnv. To see
5 # which values are active do: gEnv->Print().
6
7 # Path used by dynamic loader to find shared libraries and macros
8 # Paths are different for Unix and Windows. The example shows the defaults
9 # for all ROOT applications for either Unix or Windows.
10 #Unix.*.Root.DynamicPath:    .:/usr/store/root-v.3.05.05/lib/root
11 #Unix.*.Root.MacroPath:      .:/usr/store/root-v.3.05.05/share/root/macros
12 #WinNT.*.Root.DynamicPath:   .;/usr/store/root-v.3.05.05/bin;$(PATH)
13 #WinNT.*.Root.MacroPath:     .;/usr/store/root-v.3.05.05/share/root/macros
14
15 # Path where to look for TrueType fonts
16 #Unix.*.Root.UseTTFonts:     true
17 #Unix.*.Root.TTFontPath:     /usr/store/root-v.3.05.05/share/root/fonts
18
19 # Use thread library (if exists)
20 #Unix.*.Root.UseThreads:     false
21
22 # Show where item is found in the specified path
23 #Root.ShowPath:           false
24
25 # Activate memory statistics (size and cnt is used to trap allocation of
26 # blocks of a certain size after cnt times)
27 #Root.MemStat:            0
28 #Root.MemStat.size:      -1
29 #Root.MemStat.cnt:       -1
30 #Root.ObjectStat:         0
31
32 # Activate memory leak checker (use in conjunction with $ROOTSYS/bin/memprobe)
33 # Currently only works on Linux with gcc.
34 #Root.MemCheck:           0
35 #Root.MemCheckFile:       memcheck.out
36
37 # Global debug mode. When >0 turns on progressively more details debugging.
38 #Root.Debug:              0
39 #Root.Stacktrace:         yes
40
41 # Settings for X11 behaviour.
42 #X11.Sync:                no
43 #X11.FindBestVisual:      yes
44
45 # Default editor
46 #Unix.*.Editor:           vi
47 #WinNT.*.Editor:          notepad
48
49 # Default Fitter (current choices are Minuit and Fumili)
50 #Root.Fitter:             Minuit
51
52 # Specify list of file endings which TTabCom (TAB completion) should ignore.
53 #TabCom.FileIgnore:       .cpp:.h:.cmz
54
55 # TCanvas specific settings. Opaque move and resize show full pad during
56 # the operation instead of only the outline. Especially for resize you'll
57 # need serious CPU power. UseScreenFactor=true means to size canvas according
58 # to size of screen, so a canvas still looks good on a low resolution
59 # laptop screen without having to change canvas size in macros.
60 # HighLightColor 2 = red. ShowEventStatus allows the event status bar to
61 # be turned on by default. AutoExec allows TExec objects to be executed
62 # on mouse and key events.
63 #Canvas.MoveOpaque:          false
64 #Canvas.ResizeOpaque:        false
65 #Canvas.UseScreenFactor:     true
66 #Canvas.HighLightColor:      2
67 #Canvas.ShowEventStatus:     false
68 Canvas.AutoExec:            true
69
70 # Default histogram binnings for TTree::Draw()
71 #Hist.Binning.1D.x:          100
72
73 #Hist.Binning.2D.x:           40
74 #Hist.Binning.2D.y:           40
75 #Hist.Binning.2D.Prof:       100
76
77 #Hist.Binning.3D.x:           20
78 #Hist.Binning.3D.y:           20
79 #Hist.Binning.3D.z:           20
80 #Hist.Binning.3D.Profx:      100
81 #Hist.Binning.3D.Profy:      100
82
83 # THtml specific settings (for more see doc of THtml class)
84 Unix.*.Root.Html.SourceDir:  $(LEVEL3BASE)/level3code/src:$(LEVEL3BASE)/level3code/hough:$(LEVEL3BASE)/level3code/misc:$(LEVEL3BASE)/level3code/comp
85 #WinNT.*.Root.Html.SourceDir: .;src;include
86 Root.Html.OutputDir:         $(LEVEL3BASE)/htmldoc/
87 #Root.Html.Homepage:
88 #Root.Html.Header:
89 #Root.Html.Footer:
90 #Root.Html.Description:      //____________________
91 Root.Html.Author:           // Author:
92 #Root.Html.LastUpdate:       // @(#)
93 Root.Html.Copyright:        //*-- Copyright
94
95 # GUI specific settings
96 #Gui.Backend:                native
97 #Unix.*.Gui.NormalFont:      -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-1
98 #Unix.*.Gui.BoldFont:        -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
99 #Unix.*.Gui.SmallFont:       -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1
100 #Unix.*.Gui.ProportionalFont: -adobe-courier-medium-r-*-*-12-*-*-*-*-*-iso8859-1
101 #WinNT.*.Gui.NormalFont:     -adobe-helvetica-medium-r-*-*-15-*-*-*-*-*-iso8859-1
102 #WinNT.*.Gui.BoldFont:       -adobe-helvetica-bold-r-*-*-15-*-*-*-*-*-iso8859-1
103 #WinNT.*.Gui.SmallFont:      -adobe-helvetica-medium-r-*-*-15-*-*-*-*-*-iso8859-1
104 #WinNT.*.Gui.ProportionalFont: -adobe-courier-medium-r-*-*-15-*-*-*-*-*-iso8859-1
105 #Gui.BackgroundColor:        #c0c0c0
106 #Gui.ForegroundColor:        black
107 #Gui.SelectForegroundColor:  white
108 #Gui.SelectBackgroundColor:  #000080
109 #Gui.IconPath:               $(HOME)/icons:/usr/store/root-v.3.05.05/share/root/icons:.
110 #Gui.MimeTypeFile:           $(HOME)/.root.mimes
111 # If above does not exists defaults to this:
112 #Gui.MimeTypeFile:           /usr/store/root-v.3.05.05/etc/root.mimes
113 # Can be either small, big, list, details
114 #Browser.IconStyle:          small
115 # Can be either name, type, size, date
116 #Browser.SortBy:             name
117 #Browser.GroupView:          1000
118 #Browser.ShowHidden:         no
119
120 # Rint (interactive ROOT executable) specific alias, logon and logoff macros
121 #Rint.Load:               rootalias.C
122 #Rint.Logon:              rootlogon.C
123 #Rint.Logoff:             rootlogoff.C
124 # Record session commands, set to "-" to turn off command recording
125 #Rint.History:            $(HOME)/.root_hist
126
127 # ACLiC customization.
128 # ACLiC.Linkdef specifies the suffix that will be added to the script name to
129 # try to locate a custom linkdef file when generating the dictionary.
130 #ACLiC.Linkdef:          _linkdef
131 # Set a top directory for storing the libraries produced by ACLiC
132 #ACLiC.BuildDir:        /where/I/would/like/my/compiled/scripts
133
134 # Default authentication method for rootd (0=clear, 1=SRP, 2=Krb5)
135 #Rootd.Authentication:   0
136
137 # Default authentication method for proofd (0=clear, 1=SRP, 2=Krb5)
138 #Proofd.Authentication:  0
139
140 # Plugin library handlers
141 #Plugin.TFile:        ^rfio:    TRFIOFile     RFIO    "TRFIOFile(const char*,Option_t*,const char*,Int_t)"
142 #+Plugin.TFile:       ^dcache:  TDCacheFile   DCache  "TDCacheFile(const char*,Option_t*,const char*,Int_t)"
143 #+Plugin.TFile:       ^chirp:   TChirpFile    Chirp   "TChirpFile(const char*,Option_t*,const char*,Int_t)"
144 #Plugin.TSystem:      ^rfio:    TRFIOSystem   RFIO    "TRFIOSystem()"
145 #Plugin.TSQLServer:   ^mysql:   TMySQLServer  MySQL   "TMySQLServer(const char*,const char*,const char*)"
146 #+Plugin.TSQLServer:  ^pgsql:   TPgSQLServer  PgSQL   "TPgSQLServer(const char*,const char*,const char*)"
147 #+Plugin.TSQLServer:  ^sapdb:   TSapDBServer  SapDB   "TSapDBServer(const char*,const char*,const char*)"
148 #+Plugin.TSQLServer:  ^oracle:  TOracleServer Oracle  "TOracleServer(const char*,const char*,const char*)"
149 #Plugin.TGrid:        ^alien    TAlien        RAliEn  "TAlien(const char*,const char*,const char*,const char*)"
150 #Plugin.TVirtualPad:         *  TPad          Gpad         "TPad()"
151 #Plugin.TVirtualHistPainter: *  THistPainter  HistPainter  "THistPainter()"
152 #Plugin.TVirtualTreePlayer:  *  TTreePlayer   TreePlayer   "TTreePlayer()"
153 #Plugin.TVirtualTreeViewer:  *  TTreeViewer   TreeViewer   "TTreeViewer(const TTree*)"
154 #Plugin.TVirtualGeoPainter:  *  TGeoPainter   GeomPainter  "TGeoPainter()"
155 #Plugin.TVirtualUtil3D:      *  TUtil3D       Graf3d       "TUtil3D()"
156 #Plugin.TVirtualUtilHist:    *  TUtilHist     Hist         "TUtilHist()"
157 #Plugin.TVirtualUtilPad:     *  TUtilPad      Gpad         "TUtilPad()"
158 #Plugin.TVirtualFitter:  Minuit TFitter       Minuit       "TFitter(Int_t)"
159 #+Plugin.TVirtualFitter: Fumili TFumili       Fumili       "TFumili(Int_t)"
160 #Plugin.TVirtualPS:      ps     TPostScript   Postscript   "TPostScript()"
161 #+Plugin.TVirtualPS:     svg    TSVG          Postscript   "TSVG()"
162 #Plugin.TViewerX3D:          *  TViewerX3D    X3d          "TViewerX3D(TVirtualPad*,Option_t*,const char*,UInt_t,UInt_t)"
163 #Plugin.TMinuitGraph:        *  TGraph        Graf         "TGraph(Int_t,const Double_t*,const Double_t*)"
164 #Plugin.TVirtualProof:       *  TProof        Proof        "TProof(const char*,const char*,const char*,Int_t)"
165 #Plugin.TPaletteEditor:      *  TASPaletteEditor  ASImage  "TASPaletteEditor(TAttImage*,UInt_t,UInt_t)"
166 #Plugin.TImage:              *  TASImage          ASImage  "TASImage()"
167 #Plugin.TFileDrawMap         *  TFileDrawMap  TreePlayer   "TFileDrawMap(const TFile*, const char*, const char*)"
168 #Plugin.TVirtualX:    x11       TGX11         GX11         "TGX11(const char*,const char*)"
169 #+Plugin.TVirtualX:   x11ttf    TGX11TTF      GX11TTF      "TGX11TTF()"
170 #+Plugin.TVirtualX:   win32     TGWin32       Win32        "TGWin32(const char*,const char*)"
171 #+Plugin.TVirtualX:   win32gdk  TGWin32       Win32gdk     "TGWin32(const char*,const char*)"
172 #Plugin.TGuiFactory:  root      TRootGuiFactory Gui        "TRootGuiFactory()"
173 #+Plugin.TGuiFactory: win32     TWin32GuiFactory Win32     "TWin32GuiFactory()"
174 #Plugin.TProofProgressDialog: * TProofProgressDialog ProofGui  "TProofProgressDialog(TVirtualProof*,const char*,Int_t,Long64_t,Long64_t)"
175
176 # Example of custom setting for the Rint application (root.exe).
177 # This overrides the default specified above for a generic application.
178 # Color 5 is yellow.
179 #Rint.Canvas.HighLightColor:      5