Skip to content

Commit

Permalink
update comments referring to associations
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Dec 11, 2024
1 parent 8105417 commit d78df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ StatusCode EDM4hep2LcioTool::convertCollections(lcio::LCEventImpl* lcio_event) {

EDM4hep2LCIOConv::resolveRelations(collection_pairs, globalObjMap);

// Now we can convert the associations and add them to the event
// Now we can convert the links and add them to the event
for (auto& [name, coll] : EDM4hep2LCIOConv::createLCRelationCollections(linkCollections, globalObjMap)) {
lcio_event->addCollection(coll.release(), name);
}
Expand Down

0 comments on commit d78df76

Please sign in to comment.