Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:11:22

0001 #! /bin/bash
0002 export USER="$(id -u -n)"
0003 export LOGNAME=${USER}
0004 export HOME=/sphenix/u/${LOGNAME}
0005 
0006 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0007 
0008 export MYINSTALL=$HOME/install
0009 export LD_LIBRARY_PATH=$MYINSTALL/lib:$LD_LIBRARY_PATH
0010 export ROOT_INCLUDE_PATH=$MYINSTALL/include:$ROOT_INCLUDE_PATH
0011 
0012 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0013 
0014 # print the environment - needed for debugging
0015 # printenv
0016 # print arguments - needed for debugging
0017 ./BeamspotReco $1 $2 $3
0018 
0019 echo all done