Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:12:36

0001 #!/usr/bin/bash
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 source /opt/sphenix/core/bin/setup_local.sh /sphenix/user/eumaka/sPHENIX/install
0008 
0009 echo "running root.exe -q -b Fun4All_EP1.C"
0010 echo "producing recentering histograms"
0011 root.exe -q -b 'Fun4All_EP1.C(1,"dst_calo.list")';
0012 
0013 echo "running root.exe -q -b Fun4All_EP2.C"
0014 echo "producing shifting histograms"
0015 root.exe -q -b 'Fun4All_EP2.C(1,"dst_calo.list")';
0016 
0017 echo "running root.exe -q -b Fun4All_EP3.C"
0018 echo "reconstruction pass"
0019 root.exe -q -b 'Fun4All_EP3.C(1,"dst_calo.list")';
0020