File indexing completed on 2025-12-16 09:18:01
0001
0002
0003 Process_ID=$1
0004 ANA_build=$2
0005 echo ID = $Process_ID
0006 echo ANA_build = $ANA_build
0007
0008
0009 source /opt/sphenix/core/bin/sphenix_setup.sh
0010
0011 export SPHENIX=/sphenix/user/jaein213/tracking/buildtest/INTT/general_codes/Jaein/SiliconSeeding/SiliconSeedAna
0012 export MYINSTALL=$SPHENIX/install
0013 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0014
0015 cd /sphenix/user/jaein213/tracking/buildtest/INTT/general_codes/Jaein/SiliconSeeding/gunmacro
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031 root.exe -q -b Fun4All_singleParticle_Silicon.C\(\"$Process_ID\"\)
0032
0033 echo all done
0034
0035 date