From 7742419e43d6b16b4899056c0ffbd217b69dfad5 Mon Sep 17 00:00:00 2001
From: Klaus Rabbertz <klaus.rabbertz@cern.ch>
Date: Tue, 9 Apr 2024 21:24:23 +0200
Subject: [PATCH] Activate use of newer local fastNLO installation

---
 setup_law_c7_v2.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh
index e6c9a28..3d334b9 100644
--- a/setup_law_c7_v2.sh
+++ b/setup_law_c7_v2.sh
@@ -58,8 +58,9 @@ action() {
     # Here, lcg environment and PATH, PYTHONPATH are set from local installation file
     #fnlopath="/storage/9/rabbertz/local.lcg102-c8"
     #fnlopath="/eos/theory/project/applfast/local.py3"
+    fnlopath="/work/rabbertz/local.lcg102-c7"
     #source $fnlopath/src/lcg102_source.sh   # LCG software stack
-    #source $fnlopath/src/fnlosrc_source.sh  # fastNLO
+    source $fnlopath/src/fnlosrc_source.sh  # fastNLO
     #source $fnlopath/src/rivetenv.sh        # Rivet
 
     # Use new modified nnlojet merging from fastNLO git
-- 
GitLab