#!/bin/csh # # $Id$ # $HeadURL$ # # This file was originally developed to support running the DAQ # system from the hdops account. It was owned by and maintained # from hdops. Much of the functionality of this has been moved to # /gluex/etc/hdonline.cshrc, but this file still exists to provide # a quick and easy way to modify the environment from the hdops # account directly. # # This file is now backed up using svn (see location above). Most # of the functionality of this file should eventually be absorbed # into the hdonline.cshrc file. The permissions on this file will # eventually be restricted to modification only by hdsys and not # hdops. # # --- PLEASE KEEP THIS IN MIND WHEN EDITING THIS FILE --- # # 1. Should the changes you're making be done to hdonline.cshrc instead? # # 2. Commit any changes you do make by logging into hdys and going # to ~hdops/.hdops # # Set Experiment and Session IDs setenv EXPID hdops setenv SESSION hdops setenv DAQ_HOME /home/hdops/CDAQ/daq_dev_vers/daq setenv COOL_HOME $DAQ_HOME/cool setenv CODA_ROL ${DAQ_HOME}/vme/src/rol_1 setenv PATH /gluex/daq/bin:$DAQ_HOME/scripts:$PATH setenv JAVA_HOME /gapps/Java/jdk/1.7/x64/jdk1.7.0_60 setenv LINUXVME_INC /home/hdops/CDAQ/daq_dev_vers/daq/vme/src/include setenv LINUXVME_LIB /home/hdops/CDAQ/daq_dev_vers/daq/vme/lib setenv LD_LIBRARY_PATH ${LINUXVME_LIB}:${CODA_ROL}:${LD_LIBRARY_PATH} # ROOT should be set by hdonline.cshrc when it sources the # offline setup script. In case it isn't, then set it here. if ( ! $?ROOTSYS ) then set thisroot=/gapps/root/${BMS_OSNAME}/PRO/bin/thisroot.csh if ( -e $thisroot ) source $thisroot /gapps/root/${BMS_OSNAME}/PRO endif # ====== This HAS to get fixed. Is it still needed?? ======= # ccdb online NOTE: only 32bit mode to be used on the rocs!!!!! if ( $MACHINE == 'Linux-i686' ) then setenv CCDB_CONNECTION mysql://ccdb_online@gluondb1/ccdb_online setenv CCDB_HOME /home/hdcdcops/ccdb/trunk/ccdb source $CCDB_HOME/environment.csh endif