Skip to content

podio-0.16 introduces shared_ptr<CollectionIDTable>

Wouter Deconinck requested to merge podio-0.16 into main

Therefore we introduce CollectionIDTable_ptr which is what podio::ROOTReader::getCollectionIDTable() returns.

The former delete m_collectionIDs in the PodioDataSvc destructor was not necessary since we are not owning that pointer.

Merge request reports