diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh index 10268b05b58416a748418d737a4201f1d2fbdc8f..951143eb024a76279bf615115b802f05b2b7b61a 100644 --- a/setup_law_c7_v2.sh +++ b/setup_law_c7_v2.sh @@ -56,11 +56,11 @@ action() { # --> Either use your more modern Desktop PC e.g. with Ubuntu and properly set PATH and PYTHONPATH # --> or use install with lcg software stack from /cvmfs/sft.cern.ch/lcg/views # Here, lcg environment and PATH, PYTHONPATH are set from local installation file - #fnlopath="/work/rabbertz/local.lcg105-c7" + fnlopath="/work/rabbertz/local.lcg105-c7" #fnlopath="/eos/theory/project/applfast/local.py3" - #source $fnlopath/src/lcg105_source.sh # LCG software stack - #source $fnlopath/src/fnlosrc_source.sh # fastNLO - #source $fnlopath/src/rivetenv.sh # Rivet + source $fnlopath/src/lcg105_source.sh # LCG software stack + source $fnlopath/src/fnlosrc_source.sh # fastNLO + source $fnlopath/src/rivetenv.sh # Rivet # Use new modified nnlojet merging from fastNLO git export PATH="$gitpath/tools/nnlojet:$PATH"