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 # creates file lists from known locations in lustre
0004 # run number is the input argument
0005 
0006 if [ $# -eq 0 ]
0007   then
0008     echo "Creates needed lists of input files for a given run"
0009     echo "Usage: make_cosmics.sh <run number>"
0010     exit 1
0011 fi
0012 
0013 sh intt_makecosmics.sh $1
0014 sh tpc_makecosmics.sh $1
0015 sh gl1_makecosmics.sh $1
0016 sh tpot_makecosmics.sh $1
0017 sh mvtx_makecosmics.sh $1