SLAC PEP-II
BABAR
SLAC<->RAL
Babar logo
HEPIC E,S & H Databases PDG HEP preprints
Organization Detector Computing Physics Documentation
Personnel Glossary Sitemap Search Hypernews
Unwrap page!
Comp. Search
Who's who?
Meetings
FAQ Homepage
Archive
Environment
Administration
New User Info.
Web Info/Tools
Monitoring
Training
Tools & Utils
Programming
C++ Standard
SRT, AFS, CVS
QA and QC
Remedy
Histogramming
Operations
PromptReco
Simulation Production
Online SW
Dataflow
Detector Control
Evt Processing
Run Control
Calibration
Databases
Offline
Workbook
Coding Standards
Simulation
Reconstruction
Prompt Reco.
BaBar Grid
Data Distribution
Beta & BetaTools
Kanga & Root
Analysis Tools
RooFit Toolkit
Data Management
Data Quality
Event display
Event Browser
Code releases
Databases
Check this page for HTML 4.01 Transitional compliance with the
W3C Validator
(More checks...)

Patch for HEPiX

Site Contact should apply the following patch to HEPiX.

Related pages: [BaBar Home Page] [Computing] [Tools] [License]
4 December 1998


Table of Contents:

  • Keep USERPATH and PATH in sync

  • Keep USERPATH and PATH in sync

        In the site configuration script
    /usr/local/lib/hepix/shells/hep/HEP_csh.cshrc:
    
            setenv USERPATH = ...                    [initialize USERPATH]
            source $ETC/shells/site/sys.conf.csh             [expand PATH]
            set path= ( ${USERPATH} )                       [restore PATH]
    
       since PATH is reset to USERPATH, site configuration will be lost
    unless USERPATH is kept in sync with PATH. The following patch
    should be applied to 
    /usr/local/lib/hepix/shells/site/sys.conf.csh at bottom of file:
    
            set USERPATH = ($path)    
    
       to keep PATH and USERPATH in sync.
    

    This page maintained by Terry Hung. Send suggestions and additions to

    terryh@slac.stanford.edu 415-926-3618