########################################################################### ## A resource file for using ROOT from a BaBar Software Release Tools ## working directory. ## ## File: $Id: .rootrc,v 1.3 2001/02/16 23:43:19 echarles Exp $ ## Authors: ## DK, David Kirkby, Stanford University, kirkby@hep.stanford.edu ## History: ## 10-Dec-1999 DK Created initial version ## 10-Apr-2000 UL Added $(ROOTSYS)/tutorials to MacroPath ########################################################################### # specify the search path for finding dynamic libraries from the # current release. Use loadSrtLib("") to load the library # for a specific package (see RooAlias.C) Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:RELEASE/shlib/$(BFARCH):PARENT/shlib/$(BFARCH):macros/$(BFARCH):$(BBRROOTPATH) # specify a macro path for finding source files in the current release # (This doesn't work correctly in 2.23-09. The ROOT developers are # investigating...) Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ROOTSYS)/tutorials:RELEASE:PARENT:../S2bRFScripts/cxx/ # configure the interactive interpreter Rint.Load: RooAlias.C Rint.Logon: RooLogon.C