| Line | |
|---|
| 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:$(MARSSYS)/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:$(MARSSYS)/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.Author: // --- Author(s):
|
|---|
| 37 | Root.Html.Copyright: // --- Copyright
|
|---|
| 38 | Root.Html.Modified: // --- Modified:
|
|---|
| 39 | Root.Html.Root: http://root.cern.ch/root/htmldoc/
|
|---|
| 40 | Root.Html.HomePage: http://magic.uni-sw.gwdg.de/mars/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.