Skip to content
Snippets Groups Projects
Commit 6c2af30b authored by Andrii Verbytskyi's avatar Andrii Verbytskyi
Browse files

Fix GenEventCnv_p1 for HepMC3 (one line)

parent 11f37e2f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ void GenEventCnv_p1::persToTrans( const GenEvent_p1* persObj,
// create the vertices
for ( unsigned int iVtx = 0; iVtx != nVertices; ++iVtx ) {
const GenVertex_p1& persVtx = persObj->m_vertices[iVtx];
transObj->add_vertex( createGenVertex( *persObj, persVtx, partToEndVtx, *m_pool ) );
createGenVertex( *persObj, persVtx, partToEndVtx, *m_pool, transObj );
} //> end loop over vertices
// set the signal process vertex
......
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