key4hep / k4FWCore

Core Components for the Gaudi-based Key4hep Framework
Apache License 2.0
10 stars 26 forks source link

PodioOutput: add ability to promote subset to full collections #226

Open Zehvogel opened 3 weeks ago

Zehvogel commented 3 weeks ago

Sometimes we would like to drop the original collection and only write out one of its subset collections, for this we would need to "promote" the former subset collection to be a real collection. We could either try to automatically determine when this happens or have the user supply a dedicated list of subset collections that should be promoted as in Marlin/LCIO.

tmadlener commented 3 weeks ago

This will most likely require a bit of work also in podio because

Zehvogel commented 3 weeks ago

This will most likely require a bit of work also in podio

I feared that this will be the case, I also opened a ticket there now :)

https://github.com/AIDASoft/podio/issues/655