Skip to content
Snippets Groups Projects
Commit dbfa1042 authored by Valentin Volkl's avatar Valentin Volkl
Browse files

edm4hep::TrackState: add dummy value for time

parent c871a8c1
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,7 @@ void Fitter::fitVXD(){ ...@@ -185,6 +185,7 @@ void Fitter::fitVXD(){
helixTrack.getOmega(), helixTrack.getOmega(),
helixTrack.getZ0(), helixTrack.getZ0(),
helixTrack.getTanLambda(), helixTrack.getTanLambda(),
0.f, // dummy value for time
referencePoint, referencePoint,
covMatrix}; covMatrix};
...@@ -366,6 +367,7 @@ void Fitter::fit(){ ...@@ -366,6 +367,7 @@ void Fitter::fit(){
helixTrack.getOmega(), helixTrack.getOmega(),
helixTrack.getZ0(), helixTrack.getZ0(),
helixTrack.getTanLambda(), helixTrack.getTanLambda(),
0.f, // dummy value for time
referencePoint, referencePoint,
covMatrix}; covMatrix};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment