Skip to content

Commit

Permalink
Fix all covmatrix setters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 26, 2024
1 parent ba3c666 commit 91d6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/createEDM4hepFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
state.referencePoint = edm4hep.Vector3f(
next(counter), next(counter), next(counter)
)
# state.setCovMatrix([next(counter) for _ in range(21)])
state.CovMatrix = [next(counter) for _ in range(21)]
track.addToTrackStates(state)
track.addToTrackerHits(tracker_hit)
track.addToTracks(track)
Expand Down

0 comments on commit 91d6373

Please sign in to comment.