Skip to content

Commit

Permalink
Add missing Nholes for tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 2, 2024
1 parent 9d65a63 commit 822edea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/createEDM4hepFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
track.addToTrackStates(state)
track.addToTrackerHits(tracker_hit)
track.addToTracks(track)
track.setNholes(next(counter))
frame.put(tracks, "TrackCollection")

vertex = edm4hep.VertexCollection()
Expand Down

0 comments on commit 822edea

Please sign in to comment.