Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 # run_Nevent=(35 25 50 50 45 45 30 46 56)
0002 run_Nevent=(30 25 30 30 30 30 30 30 30)
0003 run_index=0
0004 
0005 while IFS= read -r line; 
0006     do 
0007         echo "$line"; 
0008         
0009         nohup root -l -b -q INTT_zvtx.C\(\"${line}\",\"${run_Nevent[$run_index]}\"\)&>log_${line}.log&
0010         # echo INTT_zvtx.C\(\"${line}\",\"${run_Nevent[$run_index]}\"\)
0011 
0012         ((run_index++))
0013         sleep 3;
0014         
0015         if [ "$run_index" == 4 ]; then
0016             sleep 1600
0017         fi
0018 
0019 
0020     done < /sphenix/user/ChengWei/INTT/INTT_commissioning/ZeroField/run_list.txt