Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-04-07 08:10:32

0001 #!/bin/bash
0002 
0003 #source /opt/sphenix/core/bin/sphenix_setup.sh -n new 
0004 
0005 #export USER="$(id -u -n)"
0006 #export LOGNAME=${USER}
0007 #export HOME=/sphenix/u/${LOGNAME}
0008 
0009 #export SPHENIX=${HOME}/sPHENIX
0010 #export MYINSTALL=$SPHENIX/install
0011 #export LD_LIBRARY_PATH=$MYINSTALL/lib:$LD_LIBRARY_PATH
0012 #export ROOT_INCLUDE_PATH=$MYINSTALL/include:$ROOT_INCLUDE_PATH
0013 #
0014 #source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0015 
0016 nEvents=$1
0017 inDst=$2
0018 outDir=$3
0019 nSkip=$4
0020 
0021 #if [[ "${inDst}" == *.root ]]; then
0022 #  getinputfiles.pl $inDst
0023 #elif [[ "${inDst}" == *.list ]]; then
0024 #  getinputfiles.pl --filelist $inDst
0025 #fi
0026 
0027 # print the environment - needed for debugging
0028 #printenv
0029 
0030 echo running: runHFreco_SQM26.sh $*
0031 root.exe -q -b Fun4All_HF_SQM26.C\(${nEvents},\"${inDst}\",\"${outDir}\",${nSkip}\)
0032 echo Script done