]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - html/.rootrc
Latest version
[u/mrichter/AliRoot.git] / html / .rootrc
... / ...
CommitLineData
1# Path used by dynamic loader to find shared libraries and macros
2# Paths are different for Unix and Windows. The example shows the defaults
3# for all ROOT applications for either Unix or Windows.
4Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib
5Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
6WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
7WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros
8
9
10# THtml specific settings.
11Root.Html.OutputDir: roothtml
12Unix.*.Root.Html.SourceDir: ../ALIROOT/:../CASTOR/:../EVGEN/:../FMD/:../ITS/:../MUON/:../PDF/:../PHOS/:../PMD/:../RICH/:../STEER/:../STRUCT/:../TGeant3/:../TOF/:../TPC/:../TRD/:../ZDC/:../START:../RALICE:../CONTAINERS:../THijing:../TGeant4
13#WinNT.*.Root.Html.SourceDir: ./
14Root.Html.Author: //--- Author:
15#Root.Html.Copyright: * Copyright
16Root.Html.LastUpdate: //- Modified:
17#Root.Html.Description: //____________________
18Root.Html.Root: http://root.cern.ch/root/html
19#Root.Html.SearchEngine: ../Search.phtml
20
21# Rint (interactive ROOT executable) specific alias, logon and logoff macros
22Rint.Load: rootalias.C
23Rint.Logon: rootlogon.C
24Rint.Logoff: rootlogoff.C
25Rint.History: $(HOME)/.root_hist
26
27