From 16162600b50e57864e3efef1fcbc8b857da9ddca Mon Sep 17 00:00:00 2001
From: Klaus Rabbertz <klaus.rabbertz@cern.ch>
Date: Tue, 18 Jun 2024 03:48:16 +0200
Subject: [PATCH] Use newer local install again instead of cvmfs one

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

diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh
index 10268b0..951143e 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"
-- 
GitLab