# -- Part of this file could be inserted into your .cshrc file. # -- WARNING: This can lead to problems when running BaBar releases # with different ROOT versions. To avoid those problems, # you can either # # - take the ROOT version of your BaBar testrelease # - check out *R and Roo* packages and compile them as well # - do not set these environment variables (which comes # down to the same as the first option) # # -- choose among the following (production) releases setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/22309 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/22312 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/22503 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/30006 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/30106 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/30207 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/30309 setenv ROOTSYS /afs/slac.stanford.edu/package/cernroot/30502 # -- tell ROOT where to find the so-libs setenv LD_LIBRARY_PATH $ROOTSYS/lib:/usr/local/lib # -- need to find rootcint and other programs addpath2 PATH $ROOTSYS/bin