File indexing completed on 2025-08-06 08:16:09
0001 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0002 export MYINSTALL=/sphenix/u/rosstom/install
0003 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0004
0005 nEvents=2
0006 outDir="/sphenix/user/rosstom/test/testFiles/"
0007
0008 for fileList in $@
0009 do
0010 root.exe -q -b Fun4All_TPC_EventDisplayPrep.C\($nEvents,\"$outDir\",\"${fileList}\"\)
0011 done
0012
0013 adcCut=0
0014 outFile="/sphenix/user/rosstom/test/TPCEventDisplay_10616.json"
0015 runName="pedestal-00010616"
0016
0017 root.exe -q -b TPCEventDisplay.C\($adcCut,\"$outFile\",\"$outDir\",\"$runName\"\)
0018
0019 echo Script done