Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:13:16

0001 #!/bin/bash
0002 export USER="$(id -u -n)"
0003 export LOGNAME=${USER}
0004 export HOME=/sphenix/u/${LOGNAME}
0005  
0006 source /opt/sphenix/core/bin/sphenix_setup.sh -n
0007 source /opt/sphenix/core/bin/setup_local.sh /sphenix/user/verkest/install
0008  
0009 # print the environment - needed for debugging
0010 printenv
0011 echo 1: $1
0012 echo 2: $2
0013 echo 3: $3
0014 
0015 root.exe -q -b macros/Fun4All_HCalJetPhiShift.C\($1,$2,$3\)
0016 
0017 echo all done