Skip to content

Commit

Permalink
fixup! Fix: Pass correct detector IDs to Genfit
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Dec 10, 2024
1 parent f28b32d commit d0f5894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/shipDigiReco.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def smearHits(self,no_amb=None):

def findTracks(self):
hitPosLists = {}
hit_detector_ids = []
hit_detector_ids = {}
stationCrossed = {}
fittedtrackids=[]
listOfIndices = {}
Expand Down

0 comments on commit d0f5894

Please sign in to comment.