Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-05-23 08:12:15

0001 #!/bin/bash
0002 # ─────────────────────────────────────────────────────────────────────────────
0003 #  run_makeVtxWeights.sh  —  runs drawClosure.C
0004 #
0005 #  Usage:  ./run_makeVtxWeights.sh
0006 #    DIR  — output directory
0007 # ─────────────────────────────────────────────────────────────────────────────
0008 
0009 export USER="$(id -u -n)"
0010 export LOGNAME=${USER}
0011 export HOME=/sphenix/u/${LOGNAME}/macros/detectors/sPHENIX/
0012 export MYINSTALL=/sphenix/user/bkimelman/sPHENIX/install/
0013 
0014 source /opt/sphenix/core/bin/sphenix_setup.sh -n
0015 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0016 
0017 DIR=/sphenix/tg/tg01/jets/bkimelman/VandyDSTs_wEEC_3D_unfolding_kinematics_Apr27_2026/
0018 
0019 root -b -q "makeVtxWeights.C(\"${DIR}\")"
0020 
0021 echo "done"