key4hep / k4LCIOReader

Generate EDM4hep collections from LCIO format data
Apache License 2.0
2 stars 11 forks source link

remove nullptr return for association collection conversion #13

Closed fdplacido closed 2 years ago

fdplacido commented 2 years ago

BEGINRELEASENOTES

ENDRELEASENOTES

This is needed for consistency when using k4LCIOConverter::getCollection(const std::string &name) from outside k4LCIOConverter directly, as it will return a nullptr whereas the other converter functions will return an empty collection by default.