File indexing completed on 2025-08-03 08:20:21
0001
0002 export USER="$(id -u -n)"
0003 export LOGNAOME=${USER}
0004 export HOME=/sphenix/u/${USER}
0005
0006 source /opt/sphenix/core/bin/sphenix_setup.sh -n
0007
0008 echo "running root.exe -q -b Fun4All_EP1.C"
0009 echo "producing recentering histograms"
0010 root.exe -q -b 'Fun4All_EP1.C(1,"dst_calo.list")';
0011
0012 echo "running root.exe -q -b Fun4All_EP2.C"
0013 echo "producing shifting histograms"
0014 root.exe -q -b 'Fun4All_EP2.C(1,"dst_calo.list")';