File indexing completed on 2025-08-05 08:13:25
0001
0002
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0004 source /opt/sphenix/core/bin/setup_local.sh /sphenix/user/jocl/projects/testinstall/
0005 export HOME=/sphenix/u/jocl
0006
0007
0008
0009
0010 line=$(( $1 + 1 ))
0011 rn=`head -n $line fullgoodrunlist.list | tail -n 1`
0012
0013
0014
0015
0016
0017
0018 echo $rn
0019 nfile=`ls /sphenix/user/jocl/projects/trigcount_files/${rn} | wc -l`
0020
0021 root -b -q -l "analyze.C(${rn},${nfile})"
0022
0023 mv triggeroutput_nblair_${rn}.root output/added_nblair/
0024
0025