From 1bb04aaeb9ae68f4f49b6b42699c0fecc258c5b1 Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Thu, 28 Mar 2024 18:03:29 +0100 Subject: [PATCH] Use new modified nnlojet merging from fastNLO git --- setup_law_c7_v2.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh index b097f70..863b0b5 100644 --- a/setup_law_c7_v2.sh +++ b/setup_law_c7_v2.sh @@ -33,7 +33,9 @@ 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" + #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" # NNLOJET + APPLfast (cvmfs) applfastpath="/cvmfs/etp.kit.edu/fastnnlo-3000_bridge-1.0.0_202309_lcg102-c7-gcc11" -- GitLab