Skip to content
Snippets Groups Projects
Commit dda41f88 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-78611405ef-master' into 'master'

Cherry pick 78611405ef master

See merge request !4527
parents fed8b214 d0e6be3d
No related branches found
No related tags found
No related merge requests found
...@@ -467,6 +467,13 @@ namespace Muon { ...@@ -467,6 +467,13 @@ namespace Muon {
} }
} }
} }
std::vector<float> emptyVec;
for( unsigned int i=0;i<m_trackRecordCollectionNames.size();i++){
const std::string name = m_trackRecordCollectionNames.at(i).key();
if(!truthParticle.isAvailable<std::vector<float> >(name+"_cov_extr")){
truthParticle.auxdata<std::vector<float> >(name+"_cov_extr")=emptyVec;
}
}
} }
......
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