Skip to content

Commit

Permalink
Fix setting the covariance matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 2, 2024
1 parent 822edea commit 41dbd45
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 @@ -225,7 +225,7 @@
state.referencePoint = edm4hep.Vector3f(
next(counter), next(counter), next(counter)
)
state.CovMatrix = cov6f
state.covMatrix = cov6f
track.addToTrackStates(state)
track.addToTrackerHits(tracker_hit)
track.addToTracks(track)
Expand Down

0 comments on commit 41dbd45

Please sign in to comment.