Skip to content

Commit

Permalink
Fixed path in digitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
pandreetto committed Apr 19, 2023
1 parent 97ccfa3 commit d767745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ilcsoft/digitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def postCheckDeps(self):
BaseILC.postCheckDeps(self)

# fill MARLIN_DLL
self.parent.module('Marlin').envpath["MARLIN_DLL"].append(self.installPath + "lib/libMuonCVXDDigitiser.so")
self.parent.module('Marlin').envpath["MARLIN_DLL"].append(self.installPath + "lib/libMuonCVXDRealDigitiser.so")
self.parent.module('Marlin').envpath["MARLIN_DLL"].append(self.installPath + "/lib/libMuonCVXDDigitiser.so")
self.parent.module('Marlin').envpath["MARLIN_DLL"].append(self.installPath + "/lib/libMuonCVXDRealDigitiser.so")

0 comments on commit d767745

Please sign in to comment.