From 5857e74f8ea9645975588e16a7fddd126ac75e93 Mon Sep 17 00:00:00 2001 From: Oliver Lantwin Date: Wed, 19 Jun 2024 15:57:51 +0200 Subject: [PATCH] No need to include using absolute path --- python/shipRoot_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/shipRoot_conf.py b/python/shipRoot_conf.py index f9617419e3..cc365cdcd5 100644 --- a/python/shipRoot_conf.py +++ b/python/shipRoot_conf.py @@ -65,7 +65,7 @@ def pyExit(): print("Exit normally") def configure(darkphoton=None): - ROOT.gROOT.ProcessLine('#include "'+os.environ["FAIRSHIP"]+'/shipdata/ShipGlobals.h"') + ROOT.gROOT.ProcessLine('#include "ShipGlobals.h"') pdg = ROOT.TDatabasePDG.Instance() # pythia stuff not known to ROOT pdg.AddParticle('system','system', 0., False, 0., 0., 'XXX', 90)