1 | #############################################################################
|
---|
2 | # #
|
---|
3 | # This is the path where root seraches for macros #
|
---|
4 | # to execute (eg. .x merpp.C) #
|
---|
5 | # #
|
---|
6 | #############################################################################
|
---|
7 |
|
---|
8 | Unix.*.Root.MacroPath: .:./macros
|
---|
9 |
|
---|
10 | #############################################################################
|
---|
11 | # #
|
---|
12 | # This is the path where the dynamic loader (eg. gSystem->Load("mars.so") #
|
---|
13 | # is searching for the shared objects #
|
---|
14 | # #
|
---|
15 | #############################################################################
|
---|
16 |
|
---|
17 | Unix.*.Root.DynamicPath: .:./lib
|
---|
18 |
|
---|
19 | #############################################################################
|
---|
20 | # #
|
---|
21 | # This is the name of the logon macro (executed at root startup) and the #
|
---|
22 | # logoff macro (executed when quiting root) #
|
---|
23 | # #
|
---|
24 | #############################################################################
|
---|
25 |
|
---|
26 | Rint.Logon: rootlogon.C
|
---|
27 | Rint.Logoff: rootlogoff.C
|
---|
28 |
|
---|
29 | #############################################################################
|
---|
30 | # #
|
---|
31 | # This is used if you want to use the root documentation facility to #
|
---|
32 | # create the documentation of the code out of the code #
|
---|
33 | # #
|
---|
34 | #############################################################################
|
---|
35 |
|
---|
36 | Root.Html.DescriptionStyle: Doc++
|
---|
37 |
|
---|
38 | Root.Html.Author: ! Author(s):
|
---|
39 | Root.Html.Copyright: ! Copyright
|
---|
40 | Root.Html.Modified: ! Modified:
|
---|
41 | Root.Html.Description // ----
|
---|
42 |
|
---|
43 | Root.Html.Root: http://root.cern.ch/root/htmldoc/
|
---|
44 | Root.Html.HomePage: http://magic.astro.uni-wuerzburg.de/mars/
|
---|
45 | Root.Html.SearchEngine: http://magic.astro.uni-wuerzburg.de/mars/search.html
|
---|
46 | Root.Html.ViewCVS: http://www.astro.uni-wuerzburg.de/viewcvs/
|
---|
47 |
|
---|
48 |
|
---|
49 | #############################################################################
|
---|
50 | # #
|
---|
51 | # Some default changes #
|
---|
52 | # #
|
---|
53 | #############################################################################
|
---|
54 |
|
---|
55 | #Canvas.HighLightColor: 3
|
---|
56 | #Canvas.MoveOpaque: 0
|
---|
57 | #Canvas.ResizeOpaque: 0
|
---|
58 | Canvas.ShowEventStatus: Yes
|
---|
59 | #Canvas.ShowToolBar: Yes
|
---|
60 | #Canvas.ShowEditor: Yes
|
---|
61 | #Canvas.AutoExec: No
|
---|