We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the following line, the output file is written with 21 zeros instead of the intended value of cov6f.
cov6f
EDM4hep/scripts/createEDM4hepFile.py
Line 228 in 7ffc2d4
I guess it should be state.setCovMatrix(cov6f)
state.setCovMatrix(cov6f)
The text was updated successfully, but these errors were encountered:
I think it should also work with state.covMatrix
state.covMatrix
Sorry, something went wrong.
Have a look at what is stored. If I remember correctly I was getting a covmatrix fill with zeros. See the TBrowser output:
Yes, this will be fixed in #353
Successfully merging a pull request may close this issue.
With the following line, the output file is written with 21 zeros instead of the intended value of
cov6f
.EDM4hep/scripts/createEDM4hepFile.py
Line 228 in 7ffc2d4
I guess it should be
state.setCovMatrix(cov6f)
The text was updated successfully, but these errors were encountered: