Skip to content

Instantly share code, notes, and snippets.

@edvb
Created December 8, 2020 02:18
Show Gist options
  • Save edvb/491cc26068f91aef523740b83b89f4e1 to your computer and use it in GitHub Desktop.
Save edvb/491cc26068f91aef523740b83b89f4e1 to your computer and use it in GitHub Desktop.
#!/bin/sh
# setup environment
export ALRB_localConfigDir="/etc/hepix/sh/GROUP/zp/alrb";
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase;
source $ATLAS_LOCAL_ROOT_BASE/user/atlasLocalSetup.sh;
source $ATLAS_LOCAL_ROOT_BASE/packageSetups/localSetup.sh "root 6.20.06-x86_64-centos7-gcc8-opt"
# fix soem bug
export LD_LIBRARY_PATH=/afs/cern.ch/user/e/evanbrug/public/MG5_aMC_v2_7_3/HEPTools/lhapdf6/lib:$LD_LIBRARY_PATH
export ROOT_INCLUDE_PATH=/afs/cern.ch/user/e/evanbrug/public/MG5_aMC_v2_7_3/HEPTools/madanalysis5/madanalysis5/tools/delphes/external:$ROOT_INCLUDE_PATH
cd /eos/user/e/evanbrug/
/afs/cern.ch/user/e/evanbrug/public/MG5_aMC_v2_7_3/bin/mg5_aMC /afs/cern.ch/user/e/evanbrug/public/$1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment