source: trunk/MagicSoft/Mars/.rootrc@ 827

Last change on this file since 827 was 749, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 2.3 KB
Line 
1#############################################################################
2# #
3# This is the path where root seraches for macros #
4# to execute (eg. .x merpp.C) #
5# #
6#############################################################################
7
8Unix.*.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
17Unix.*.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
26Rint.Logon: rootlogon.C
27Rint.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
36Root.Html.Author: ! Author(s):
37Root.Html.Copyright: ! Copyright
38Root.Html.Modified: ! Modified:
39Root.Html.Description // ----
40
41Root.Html.Root: http://root.cern.ch/root/htmldoc/
42Root.Html.HomePage: http://magic.uni-sw.gwdg.de/mars/
Note: See TracBrowser for help on using the repository browser.