Skip to content

Commit

Permalink
Change ndf to int32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and tmadlener committed Jun 28, 2024
1 parent 212a3c6 commit 11749d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ datatypes:
Members:
- int32_t primary // boolean flag, if vertex is the primary vertex of the event
- float chi2 // chi-squared of the vertex fit
- float ndf // number of degrees of freedom of the vertex fit
- int32_t ndf // number of degrees of freedom of the vertex fit
- edm4hep::Vector3f position // [mm] position of the vertex
- edm4hep::CovMatrix3f covMatrix // covariance matrix of the position
- int32_t algorithmType // type code for the algorithm that has been used to create the vertex
Expand Down

0 comments on commit 11749d3

Please sign in to comment.