Skip to content

Commit

Permalink
Trackstate: Better explain covariance matrix
Browse files Browse the repository at this point in the history
Co-authored-by: vvolkl <[email protected]>
  • Loading branch information
andresailer and vvolkl committed Feb 11, 2021
1 parent da0ca6f commit 25d1b4c
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 @@ -60,7 +60,7 @@ components:
- float Z0 // longitudinal impact parameter
- float tanLambda // lambda is the dip angle of the track in r-z
- edm4hep::Vector3f referencePoint // Reference point of the track parameters, e.g. the origin at the IP, or the position of the first/last hits or the entry point into the calorimeter.
- std::array<float, 15> covMatrix // lower triangular covariance matrix of the track parameters. the order of parameters is d0, phi, omega, z0, tan(lambda).
- std::array<float, 15> covMatrix // lower triangular covariance matrix of the track parameters. the order of parameters is d0, phi, omega, z0, tan(lambda). the array is a row-major flattening of the matrix.
ExtraCode :
declaration: "
static const int AtOther = 0 ; // any location other than the ones defined below\n
Expand Down

0 comments on commit 25d1b4c

Please sign in to comment.