-
Notifications
You must be signed in to change notification settings - Fork 0
/
herwig7-env.sh
9 lines (8 loc) · 1.31 KB
/
herwig7-env.sh
1
2
3
4
5
6
7
8
9
#!/bin/sh
cp $CMSSW_BASE/src/thepeg.xml $CMSSW_BASE/config/toolbox/slc6_amd64_gcc481/tools/selected/thepeg.xml
cp $CMSSW_BASE/src/herwigpp.xml $CMSSW_BASE/config/toolbox/slc6_amd64_gcc481/tools/selected/herwigpp.xml
cp $CMSSW_BASE/src/madgraph5amcatnlo.xml $CMSSW_BASE/config/toolbox/slc6_amd64_gcc481/tools/selected/madgraph5amcatnlo.xml
export CPATH=/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/thepeg-install/include:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/gosam-install/include:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/herwig7-install/include:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/boost/1.51.0-cms2/include
export HERWIGPATH=/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/herwig7-install/share/Herwig
export PATH=$PATH:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/herwig7-install/bin:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/gosam-install/bin:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/thepeg-install/bin
export LD_LIBRARY_PATH=/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/gosam-install/lib:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/herwig7-install/lib:/afs/cern.ch/work/m/mharrend/public/herwig7tutorial-71X/thepeg-install/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/boost/1.51.0-cms2/lib:$LD_LIBRARY_PATH