diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh index 863b0b57c58a01008641976a276913b527cbaad0..e6c9a288ca9f4f1d50ba086dcd6e80034d3cd0f6 100644 --- a/setup_law_c7_v2.sh +++ b/setup_law_c7_v2.sh @@ -33,9 +33,7 @@ action() { # Add local paths to git checkout, e.g. gitpath="/storage/9/rabbertz/git/fastNLO" #gitpath="/eos/theory/project/applfast/git/fastNLO" - #export PATH="$gitpath/tools:$gitpath/tools/plotting:$PATH" - # Use new modified nnlojet merging from fastNLO git - export PATH="$gitpath/tools:$gitpath/tools/nnlojet:$gitpath/tools/plotting:$PATH" + export PATH="$gitpath/tools:$gitpath/tools/plotting:$PATH" # NNLOJET + APPLfast (cvmfs) applfastpath="/cvmfs/etp.kit.edu/fastnnlo-3000_bridge-1.0.0_202309_lcg102-c7-gcc11" @@ -64,6 +62,9 @@ action() { #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" + source "$( law completion )" } action