From 6a3c450416b8804325987be6942e9c8ffb470057 Mon Sep 17 00:00:00 2001
From: Klaus Rabbertz <klaus.rabbertz@cern.ch>
Date: Thu, 28 Mar 2024 19:38:31 +0100
Subject: [PATCH] Use new modified nnlojet merging from fastNLO git

---
 setup_law_c7_v2.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh
index 863b0b5..e6c9a28 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
-- 
GitLab