Skip to content
Snippets Groups Projects
Verified Commit 5ce7a631 authored by Tadej Novak's avatar Tadej Novak
Browse files

Fix invalid identifier in TRT_LoLumRawDataContainerCnv_p1

parent c2f52c73
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ void TRT_LoLumRawDataContainerCnv_p1::transToPers(const TRT_RDO_Container* trans
chanBegin = chanEnd;
chanEnd += collection.size();
InDetRawDataCollection_p1& pcollection = persCont->m_collections[collIndex];
pcollection.m_id = collection.identify().get_compact();
pcollection.m_id = collection.identify().get_identifier32().get_compact();
pcollection.m_hashId = (unsigned int) collection.identifyHash();
pcollection.m_begin = chanBegin;
pcollection.m_end = chanEnd;
......
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