Skip to content
Snippets Groups Projects
Commit c310c857 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

update the code to use decltype(edm4hep::TrackState::covMatrix).

parent 0e2bfa31
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ namespace LCIOTrackPropagators{
CLHEP::HepSymMatrix covPrime = cov0.similarity(propagatorMatrix);
std::array<float,15> cov;
decltype(edm4hep::TrackState::covMatrix) cov;
icov = 0 ;
......
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