Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:29

0001 #!/usr/bin/bash
0002 
0003 if [ $# -eq 0 ]
0004 then
0005   echo "No runnumber supplied"
0006   exit 0
0007 fi
0008 
0009 runnumber=$(printf "%08d" $1)
0010 /bin/ls -1 /sphenix/lustre01/sphnxpro/commissioning/TPOT/cosmics/TPOT_ebdc39_cosmics-${runnumber}-* >tpot.list
0011 if [ ! -s tpot.list ]
0012 then
0013   echo tpot.list empty, removing it
0014   rm  tpot.list
0015 fi