Skip to content
Snippets Groups Projects
setup.sh 824 B
#!/usr/bin/bash

# -----------------------------------------------------------------------------
#  Change these if this if not where hallc_replay and hcana live
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
source /group/c-polhe3/software/setup.sh

# -----------------------------------------------------------------------------
# Source setup scripts
curdir=`pwd`
# cd $hcana_dir
# source setup.sh
export PATH=$hcana_dir/bin:$PATH
# echo Sourced $hcana_dir/setup.sh

# cd $hallc_replay_dir
# source setup.sh
# echo Sourced $hallc_replay_dir/setup.sh

echo cd back to $curdir
cd $curdir