Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:17:31

0001 #!/bin/bash
0002 
0003 source /sphenix/u/hj2552/setup.sh
0004 
0005 runtype="$1"
0006 nSeg="$2"
0007 iSeg="$3"
0008 radius_value="$4"
0009 
0010 echo "Run type: ${runtype}, nSeg: ${nSeg}, iSeg: ${iSeg}, radius: ${radius_value}"
0011 
0012 root -l -q -b "analysis_sim.C(\"${runtype}\", ${nSeg}, ${iSeg}, ${radius_value})"
0013 
0014 echo "JOB COMPLETE!"