#############################################################################
#                                                                           #
# This is the path where root seraches for macros                           #
# to execute (eg. .x merpp.C)                                               #
#                                                                           #
#############################################################################

Unix.*.Root.MacroPath:   .:./macros

#############################################################################
#                                                                           #
# This is the path where the dynamic loader (eg. gSystem->Load("mars.so")   #
# is searching for the shared objects                                       #
#                                                                           #
#############################################################################

Unix.*.Root.DynamicPath: .:./lib

#############################################################################
#                                                                           #
# This is the name of the logon macro (executed at root startup) and the    #
# logoff macro (executed when quiting root)                                 #
#                                                                           #
#############################################################################

Rint.Logon:              rootlogon.C
Rint.Logoff:             rootlogoff.C

#############################################################################
#                                                                           #
# This is used if you want to use the root documentation facility to        #
# create the documentation of the code out of the code                      #
#                                                                           #
#############################################################################

Root.Html.Author:        !   Author(s):
Root.Html.Copyright:     !   Copyright
Root.Html.Modified:      !   Modified:
Root.Html.Description    // ----

Root.Html.Root:          http://root.cern.ch/root/htmldoc/
Root.Html.HomePage:      http://magic.uni-sw.gwdg.de/mars/
