File indexing completed on 2025-08-05 08:12:36
0001
0002
0003 export HOME=/sphenix/u/${LOGNAME}
0004 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0005
0006
0007
0008 export MYINSTALL=/sphenix/u/rosstom/install
0009
0010
0011
0012 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0013
0014 nEvents=10
0015
0016 inputFiles="{"
0017 for fileList in $@
0018 do
0019 inputFiles+="\"${fileList}\","
0020 done
0021 inputFiles=${inputFiles::-1}
0022 inputFiles+="}"
0023 echo running: run_TrackSelectionKFP.sh $*
0024 root.exe -q -b CommAnaTrackSelection.C\(${inputFiles},$nEvents\)
0025 echo Script done