diff --git a/Generators/GeneratorObjectsTPCnv/src/GenEventCnv_p1.cxx b/Generators/GeneratorObjectsTPCnv/src/GenEventCnv_p1.cxx index 350e9549da6da9f7b12bc91079b06bb2f20ca735..7c11814fc732273251234aafc29a0eabe1b83509 100755 --- a/Generators/GeneratorObjectsTPCnv/src/GenEventCnv_p1.cxx +++ b/Generators/GeneratorObjectsTPCnv/src/GenEventCnv_p1.cxx @@ -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