Skip to content

Commit

Permalink
No need to include using absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Jul 11, 2024
1 parent 87c9613 commit 5857e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/shipRoot_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5857e74

Please sign in to comment.