Skip to content
Snippets Groups Projects
setup.sh 824 B
Newer Older
  • Learn to ignore specific revisions
  • John Matter's avatar
    John Matter committed
    #!/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
    
    John Matter's avatar
    John Matter committed
    
    # -----------------------------------------------------------------------------
    #  Change if this gives you the wrong version of root, evio, etc
    
    source /group/c-polhe3/software/setup.sh
    
    John Matter's avatar
    John Matter committed
    
    # -----------------------------------------------------------------------------
    # Source setup scripts
    curdir=`pwd`
    
    John Matter's avatar
    John Matter committed
    export PATH=$hcana_dir/bin:$PATH
    
    John Matter's avatar
    John Matter committed
    
    
    # cd $hallc_replay_dir
    # source setup.sh
    # echo Sourced $hallc_replay_dir/setup.sh
    
    John Matter's avatar
    John Matter committed
    
    echo cd back to $curdir
    cd $curdir