Newer
Older
#!/usr/bin/bash
# -----------------------------------------------------------------------------
# Change these if this if not where hallc_replay and hcana live
Junhao Chen
committed
export hcana_dir=/group/c-polhe3/software/opt/hallac_container_1.8/bin/
export hallc_replay_dir=/group/c-polhe3/Users/jhchen/d2_replay
# -----------------------------------------------------------------------------
# Change if this gives you the wrong version of root, evio, etc
Junhao Chen
committed
source /group/c-polhe3/software/setup.sh
# -----------------------------------------------------------------------------
# Source setup scripts
curdir=`pwd`
Junhao Chen
committed
# cd $hcana_dir
# source setup.sh
Junhao Chen
committed
# echo Sourced $hcana_dir/setup.sh
Junhao Chen
committed
# cd $hallc_replay_dir
# source setup.sh
# echo Sourced $hallc_replay_dir/setup.sh